diff options
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." |