voicebase-client-ruby.gemspec in voicebase-client-ruby-1.0.15 vs voicebase-client-ruby.gemspec in voicebase-client-ruby-1.0.16
- old
+ new
@@ -10,10 +10,10 @@
spec.email = ["jerry@usertesting.com"]
spec.summary = %q{Ruby client for VoiceBase API Version 1.x and 2.x.}
spec.description = %q{Ruby client for VoiceBase API Version 1.x and 2.x that will make both API versions available at the same time.}
spec.homepage = "https://github.com/usertesting/voicebase-client-ruby"
- spec.license = "APACHE"
+ 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) }
spec.require_paths = ["lib"]