lycopodium.gemspec in lycopodium-0.0.2 vs lycopodium.gemspec in lycopodium-0.0.3
- old
+ new
@@ -3,18 +3,19 @@
Gem::Specification.new do |s|
s.name = "lycopodium"
s.version = Lycopodium::VERSION
s.platform = Gem::Platform::RUBY
- s.authors = ["Open North"]
- s.email = ["info@opennorth.ca"]
- s.homepage = "http://github.com/opennorth/lycopodium"
- s.summary = %q{Test what transformations you can make to a set of unique strings without creating collisions}
+ s.authors = ["James McKinney"]
+ s.homepage = "https://github.com/jpmckinney/lycopodium"
+ s.summary = %q{Test what transformations you can make to a set of values without creating collisions}
+ s.license = 'MIT'
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
s.add_development_dependency('rspec', '~> 2.10')
s.add_development_dependency('rake')
+ s.add_development_dependency('coveralls')
end