From 54663f55efd93c5e4f649fd1ad2833a853261507 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 31 Jul 2017 15:55:55 -0500 Subject: Resolve gemspec typo --- activestorage/activestorage.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activestorage/activestorage.gemspec') 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." -- cgit v1.2.3