netki-tether.gemspec in netki-tether-0.0.6 vs netki-tether.gemspec in netki-tether-0.0.7

- old
+ new

@@ -2,13 +2,13 @@ lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = "netki-tether" - spec.version = "0.0.6" + spec.version = "0.0.7" spec.licenses = ['BSD-3-Clause'] - spec.authors = ["Matt David", "Whit Jackson"] - spec.email = ["opensource@netki.com"] + spec.authors = ['Whit Jackson', 'Matt David'] + spec.email = ['whit@whitjack.me', 'opensource@netki.com'] spec.summary = %q{Netki Public Lookup API} spec.description = %q{Netki module that provides access to the Netki Lookup API} spec.homepage = "https://github.com/whitj00/ruby-lookup-client"