alephant-cache.gemspec in alephant-cache-0.0.1 vs alephant-cache.gemspec in alephant-cache-0.0.2

- old
+ new

@@ -6,11 +6,11 @@ Gem::Specification.new do |spec| spec.name = "alephant-cache" spec.version = Alephant::Cache::VERSION spec.authors = ["Robert Kenny"] spec.email = ["kenoir@gmail.com"] - spec.summary = %q{Simple abstraction layer over S3 for get/put.} - spec.homepage = "" + spec.summary = "Simple abstraction layer over S3 for get/put." + spec.homepage = "https://github.com/BBC-News/alephant-cache" spec.license = "MIT" 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)/})