File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ Gem::Specification.new do |s|
8
8
s . version = "0.1.2"
9
9
10
10
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
11
- s . authors = [ "Edwin Cruz" , "Konstantin Gredeskoul " ]
12
- s . date = %q{2011-01-18 }
11
+ s . authors = [ "Edwin Cruz" , "Colin Shield " ]
12
+ s . date = %q{2011-06-01 }
13
13
s . description = %q{implement custom keys indenendently of environment}
14
14
s . email = %q{rubydev@modcloth.com}
15
15
s . extra_rdoc_files = [
@@ -36,7 +36,7 @@ Gem::Specification.new do |s|
36
36
s . homepage = %q{http://github.com/modcloth/mc-settings}
37
37
s . licenses = [ "MIT" ]
38
38
s . require_paths = [ "lib" ]
39
- s . rubygems_version = %q{1.3.7 }
39
+ s . rubygems_version = %q{1.5.3 }
40
40
s . summary = %q{Manage settings per environment}
41
41
s . test_files = [
42
42
"spec/mc_settings_spec.rb" ,
@@ -45,7 +45,6 @@ Gem::Specification.new do |s|
45
45
]
46
46
47
47
if s . respond_to? :specification_version then
48
- current_version = Gem ::Specification ::CURRENT_SPECIFICATION_VERSION
49
48
s . specification_version = 3
50
49
51
50
if Gem ::Version . new ( Gem ::VERSION ) >= Gem ::Version . new ( '1.2.0' ) then
You can’t perform that action at this time.
0 commit comments