aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-30 12:08:00 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-30 12:08:00 +0000
commit10e7eb8ef72f8d519ca964488a395524cdc0ead4 (patch)
tree1127a90746b9a1b4b9e0d3ea5d76c1511d9cd7c0 /lib/rubygems
parent2a000c25f60937c3d255fb772ee5a0f597e98efc (diff)
downloadruby-10e7eb8ef72f8d519ca964488a395524cdc0ead4.tar.gz
fix typo [ci skip]
* lib/rubygems/specification.rb: reapply 56225. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rubygems')
-rw-r--r--lib/rubygems/specification.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems/specification.rb b/lib/rubygems/specification.rb
index bb912ce24c..5bbaec3911 100644
--- a/lib/rubygems/specification.rb
+++ b/lib/rubygems/specification.rb
@@ -2698,7 +2698,7 @@ class Gem::Specification < Gem::BasicSpecification
unless specification_version.is_a?(Integer)
raise Gem::InvalidSpecificationException,
- 'specification_version must be a Integer (did you mean version?)'
+ 'specification_version must be an Integer (did you mean version?)'
end
case platform