spectus.gemspec in spectus-1.0.0 vs spectus.gemspec in spectus-1.0.1

- old
+ new

@@ -2,11 +2,11 @@ spec.name = 'spectus' spec.version = File.read('VERSION.semver') spec.authors = ['Cyril Wack'] spec.email = ['cyril@sashite.com'] spec.summary = %q{Expectation library.} - spec.description = %q{An expectation library with some matchers for Ruby.} - spec.homepage = 'https://github.com/cyril/spectus.rb' + spec.description = %q{Expectation library with some matchers for Ruby.} + spec.homepage = 'https://github.com/fixrb/spectus' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0") spec.test_files = spec.files.grep(%r{^test/}) spec.require_paths = ['lib']