Skip to content

Commit

Permalink
Updated author and homepage info.
Browse files Browse the repository at this point in the history
  • Loading branch information
eclubb committed Oct 29, 2010
1 parent a1bd14d commit aae8087
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Rakefile
Expand Up @@ -6,13 +6,13 @@ SUMMARY = 'This wrapper provides access to the functions, macros, global variab

spec = Gem::Specification.new do |s|
s.name = 'ncurses-ruby'
s.email = 't-peters@users.berlios.de'
s.author = 'Tobias Peters'
s.version = '1.2'
s.email = 'eclubb@valcom.com'
s.author = 'Earle Clubb'
s.version = '1.2.0'
s.summary = SUMMARY
s.platform = Gem::Platform::RUBY
s.has_rdoc = false
s.homepage = 'http://ncurses-ruby.berlios.de'
s.homepage = 'http://github.com/eclubb/ncurses-ruby'
s.description = SUMMARY
s.require_paths = ["lib"]
s.files = Dir.glob("[A-Z]*") + Dir.glob("*.{c,h,rb}") + Dir.glob("{examples,lib}/**/*")
Expand Down

0 comments on commit aae8087

Please sign in to comment.