Skip to content

Commit 540c069

Browse files
author
Edwin Cruz
committed
Regenerate gemspec for version 0.1.2
1 parent 8669c6d commit 540c069

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

mc-settings.gemspec

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
88
s.version = "0.1.2"
99

1010
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}
1313
s.description = %q{implement custom keys indenendently of environment}
1414
s.email = %q{rubydev@modcloth.com}
1515
s.extra_rdoc_files = [
@@ -36,7 +36,7 @@ Gem::Specification.new do |s|
3636
s.homepage = %q{http://github.com/modcloth/mc-settings}
3737
s.licenses = ["MIT"]
3838
s.require_paths = ["lib"]
39-
s.rubygems_version = %q{1.3.7}
39+
s.rubygems_version = %q{1.5.3}
4040
s.summary = %q{Manage settings per environment}
4141
s.test_files = [
4242
"spec/mc_settings_spec.rb",
@@ -45,7 +45,6 @@ Gem::Specification.new do |s|
4545
]
4646

4747
if s.respond_to? :specification_version then
48-
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
4948
s.specification_version = 3
5049

5150
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then

0 commit comments

Comments
 (0)