Skip to content
This repository was archived by the owner on Jan 11, 2022. It is now read-only.

Commit 43a71be

Browse files
committed
Regenerate gemspec for version 0.0.1
1 parent a32bb04 commit 43a71be

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed

rubius.gemspec

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# Generated by jeweler
2+
# DO NOT EDIT THIS FILE DIRECTLY
3+
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4+
# -*- encoding: utf-8 -*-
5+
6+
Gem::Specification.new do |s|
7+
s.name = %q{rubius}
8+
s.version = "0.0.1"
9+
10+
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11+
s.authors = ["Ralph Rooding"]
12+
s.date = %q{2011-04-19}
13+
s.description = %q{A simply ruby RADIUS authentication gem}
14+
s.email = %q{[email protected]}
15+
s.extra_rdoc_files = [
16+
"LICENSE.txt",
17+
"README.rdoc"
18+
]
19+
s.files = [
20+
"Gemfile",
21+
"LICENSE.txt",
22+
"README.rdoc",
23+
"Rakefile",
24+
"VERSION",
25+
"lib/generators/rubius/install_generator.rb",
26+
"lib/generators/rubius/templates/radius-dictionary",
27+
"lib/generators/rubius/templates/rubius.yml",
28+
"lib/generators/rubius/templates/rubius_initializer.rb",
29+
"lib/rubius.rb",
30+
"lib/rubius/authenticator.rb",
31+
"lib/rubius/dictionary.rb",
32+
"lib/rubius/packet.rb",
33+
"lib/rubius/rails.rb",
34+
"lib/rubius/string.rb",
35+
"test/helper.rb",
36+
"test/test_rubius.rb"
37+
]
38+
s.homepage = %q{http://github.com/rahvin/rubius}
39+
s.licenses = ["MIT"]
40+
s.require_paths = ["lib"]
41+
s.rubygems_version = %q{1.5.2}
42+
s.summary = %q{A simply ruby RADIUS authentication gem}
43+
s.test_files = [
44+
"test/helper.rb",
45+
"test/test_rubius.rb"
46+
]
47+
48+
if s.respond_to? :specification_version then
49+
s.specification_version = 3
50+
51+
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
52+
s.add_development_dependency(%q<shoulda>, [">= 0"])
53+
s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
54+
s.add_development_dependency(%q<jeweler>, ["~> 1.5.2"])
55+
s.add_development_dependency(%q<rcov>, [">= 0"])
56+
else
57+
s.add_dependency(%q<shoulda>, [">= 0"])
58+
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
59+
s.add_dependency(%q<jeweler>, ["~> 1.5.2"])
60+
s.add_dependency(%q<rcov>, [">= 0"])
61+
end
62+
else
63+
s.add_dependency(%q<shoulda>, [">= 0"])
64+
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
65+
s.add_dependency(%q<jeweler>, ["~> 1.5.2"])
66+
s.add_dependency(%q<rcov>, [">= 0"])
67+
end
68+
end
69+

0 commit comments

Comments
 (0)