fakes3.gemspec in fakes3-0.1.6.0 vs fakes3.gemspec in fakes3-0.1.6.1
- old
+ new
@@ -5,12 +5,13 @@
s.name = "fakes3"
s.version = FakeS3::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Curtis Spencer"]
s.email = ["thorin@gmail.com"]
- s.homepage = ""
+ s.homepage = "https://github.com/jubos/fake-s3"
s.summary = %q{FakeS3 is a server that simulates S3 commands so you can test your S3 functionality in your projects}
s.description = %q{Use FakeS3 to test basic S3 functionality without actually connecting to S3}
+ s.license = "MIT"
s.rubyforge_project = "fakes3"
s.add_development_dependency "bundler", ">= 1.0.0"
s.add_development_dependency "aws-s3"