diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2017-07-06 15:13:57 +0200 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2017-07-06 15:13:57 +0200 |
commit | 740960bc9f8d5b519995c110cc45559f9fb1203b (patch) | |
tree | d330d24f478ff7b4269f880e8923417c8d6a0f9f | |
parent | ef91f61fe53d6985d4aea891305e64d6340db5cb (diff) | |
download | rails-740960bc9f8d5b519995c110cc45559f9fb1203b.tar.gz rails-740960bc9f8d5b519995c110cc45559f9fb1203b.tar.bz2 rails-740960bc9f8d5b519995c110cc45559f9fb1203b.zip |
Clearer focus on cloud
-rw-r--r-- | activestorage.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activestorage.gemspec b/activestorage.gemspec index afaad2af6d..ce366d60c2 100644 --- a/activestorage.gemspec +++ b/activestorage.gemspec @@ -3,7 +3,7 @@ Gem::Specification.new do |s| s.version = "0.1" s.authors = "David Heinemeier Hansson" s.email = "david@basecamp.com" - s.summary = "Store files in Rails applications" + s.summary = "Attach cloud and local files in Rails applications" s.homepage = "https://github.com/rails/activestorage" s.license = "MIT" |