ruby-stellar-base.gemspec in stellar-base-0.21.0 vs ruby-stellar-base.gemspec in stellar-base-0.22.0

- old
+ new

@@ -5,10 +5,10 @@ spec.name = "stellar-base" spec.version = Stellar::Base::VERSION spec.authors = ["Scott Fleckenstein"] spec.email = ["scott@stellar.org"] spec.summary = %q{Stellar client library: XDR} - spec.homepage = "https://github.com/bloom-solutions/ruby-stellar-base" + spec.homepage = "https://github.com/stellar/ruby-stellar-base" spec.license = "Apache 2.0" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})