solve.gemspec in solve-0.8.1 vs solve.gemspec in solve-0.8.2
- old
+ new
@@ -4,10 +4,10 @@
Gem::Specification.new do |s|
s.authors = ["Jamie Winsor", "Andrew Garson", "Thibaud Guillaume-Gentil"]
s.email = ["jamie@vialstudios.com", "agarson@riotgames.com", "thibaud@thibaud.me"]
s.description = %q{A Ruby version constraint solver}
s.summary = %q{A Ruby version constraint solver implementing Semantic Versioning 2.0.0-rc.1}
- s.homepage = "https://github.com/RiotGames/solve"
+ s.homepage = "https://github.com/berkshelf/solve"
s.license = "Apache 2.0"
s.files = `git ls-files`.split($\)
s.executables = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
s.test_files = s.files.grep(%r{^spec/})