qpay.gemspec in qpay-1.5.0 vs qpay.gemspec in qpay-1.6.0
- old
+ new
@@ -5,14 +5,14 @@
Gem::Specification.new do |spec|
spec.name = 'qpay'
spec.version = Qpay::VERSION
spec.authors = ['scorix']
- spec.email = ['scorix@liulishuo.com']
+ spec.email = ['scorix@gmail.com']
spec.summary = %q{A gem for payment in qpay.}
spec.description = %q{api doc: https://qpay.qq.com/qpaywiki/showdocument.php?pid=38&docid=58}
- spec.homepage = 'https://github.com/lingochamp/qpay'
+ spec.homepage = 'https://github.com/scorix/qpay'
spec.license = 'MIT'
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }