docker-remote.gemspec in docker-remote-0.1.0 vs docker-remote.gemspec in docker-remote-0.2.0

- old
+ new

@@ -6,12 +6,12 @@ s.version = ::Docker::Remote::VERSION s.authors = ['Cameron Dutro'] s.email = ['camertron@gmail.com'] s.homepage = 'http://github.com/getkuby/docker-remote' - s.description = s.summary = 'A Ruby client for communicating with the Docker HTTP API v2.' + s.description = s.summary = 'A Ruby client for communicating with the Docker registry API v2.' s.platform = Gem::Platform::RUBY s.require_path = 'lib' - s.files = Dir['{lib,spec}/**/*', 'Gemfile', 'CHANGELOG.md', 'README.md', 'Rakefile', 'docker-remote.gemspec'] + s.files = Dir['{lib,spec}/**/*', 'Gemfile', 'CHANGELOG.md', 'LICENSE', 'README.md', 'Rakefile', 'docker-remote.gemspec'] end