diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2017-07-31 15:55:55 -0500 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2017-07-31 15:55:55 -0500 |
commit | 54663f55efd93c5e4f649fd1ad2833a853261507 (patch) | |
tree | 47f39629397e225ed3f81dfd2f36a1ab133c34e4 /activestorage | |
parent | 9e502959c0bc5c6ba793e3fee171d16d3ae3904e (diff) | |
download | rails-54663f55efd93c5e4f649fd1ad2833a853261507.tar.gz rails-54663f55efd93c5e4f649fd1ad2833a853261507.tar.bz2 rails-54663f55efd93c5e4f649fd1ad2833a853261507.zip |
Resolve gemspec typo
Diffstat (limited to 'activestorage')
-rw-r--r-- | activestorage/activestorage.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activestorage/activestorage.gemspec b/activestorage/activestorage.gemspec index 5cd9b15032..2d4a1f7569 100644 --- a/activestorage/activestorage.gemspec +++ b/activestorage/activestorage.gemspec @@ -4,7 +4,7 @@ version = File.read(File.expand_path("../RAILS_VERSION", __dir__)).strip Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY - s.name = "activejob" + s.name = "activestorage" s.version = version s.summary = "Local and cloud file storage framework." s.description = "Attach cloud and local files in Rails applications." |