Skip to content

Commit

Permalink
Trying to make a gem work on github.
Browse files Browse the repository at this point in the history
  • Loading branch information
elecnix committed May 8, 2009
1 parent 845aeb5 commit e389e8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ruby-geonames.gemspec
@@ -1,13 +1,13 @@
SPEC = Gem::Specification.new do |s|
s.name = "ruby-geonames"
s.version = "0.2.4"
s.version = "0.2.5"
s.author = "Adam Wisniewski"
s.email = "adamw@tbcn.ca"
s.date = "2009-05-08"
s.homepage = "http://github.com/elecnix/ruby-geonames"
s.platform = Gem::Platform::RUBY
s.summary = "Ruby library for Geonames Web Services (http://www.geonames.org/export/)"
s.files = ["README.markdown", Dir.glob('lib/*.rb')].flatten
s.files = ["README.markdown", Dir.glob("lib/**/*.rb")].flatten
s.require_path = "lib"
s.has_rdoc = true
s.extra_rdoc_files = ["README.markdown"]
Expand Down

0 comments on commit e389e8b

Please sign in to comment.