Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeredpath committed Jul 7, 2010
1 parent 7ce159e commit 7626bfe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions simpleconfig.gemspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Gem::Specification.new do |s|
s.name = "simpleconfig"
s.version = "1.0.2"
s.date = "2009-02-05"
s.summary = "Simple object-oriented application settings"
s.version = "1.1"
s.date = "2010-07-07"
s.summary = "Simple object-oriented application settings for Ruby applications"
s.email = "luke@lukeredpath.co.uk"
s.homepage = "http://github.com/lukeredpath/simpleconfig"
s.description = "Simple Config is a plugin designed to make application-wide configuration settings (e.g. in a Rails app) easy to set and access in an object-oriented fashion."
s.description = "SimpleConfig is a plugin designed to make application-wide configuration settings (e.g. in a Rails app) easy to set and access in an object-oriented fashion."
s.autorequire = "simple_config"
s.has_rdoc = false
s.authors = ["Luke Redpath"]
Expand All @@ -27,4 +27,4 @@ Gem::Specification.new do |s|
"test/simple_config_test.rb",
"test/yaml_parser_test.rb"
]
end
end

0 comments on commit 7626bfe

Please sign in to comment.