aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/activestorage.gemspec
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2017-07-31 15:55:55 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2017-07-31 15:55:55 -0500
commit54663f55efd93c5e4f649fd1ad2833a853261507 (patch)
tree47f39629397e225ed3f81dfd2f36a1ab133c34e4 /activestorage/activestorage.gemspec
parent9e502959c0bc5c6ba793e3fee171d16d3ae3904e (diff)
downloadrails-54663f55efd93c5e4f649fd1ad2833a853261507.tar.gz
rails-54663f55efd93c5e4f649fd1ad2833a853261507.tar.bz2
rails-54663f55efd93c5e4f649fd1ad2833a853261507.zip
Resolve gemspec typo
Diffstat (limited to 'activestorage/activestorage.gemspec')
-rw-r--r--activestorage/activestorage.gemspec2
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."