aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems/specification.rb
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-19 22:09:19 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-19 22:09:19 +0000
commit37e4a8d39dded72bfdd0a8e6cd6f809cf0a9c8f7 (patch)
treed97b835202f02560ae15ea898b43aedac83262c9 /lib/rubygems/specification.rb
parent6bd19886682e87c064ad6eb9c23c1b65d631b493 (diff)
downloadruby-37e4a8d39dded72bfdd0a8e6cd6f809cf0a9c8f7.tar.gz
* lib/rubygems: Update to RubyGems master 03d6ae7. Changes include:
* Fixed typos. * Relaxed Gem.ruby test for ruby packagers that do not use `ruby`. * test/rubygems: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rubygems/specification.rb')
-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 e4539d4cad..59d71d378b 100644
--- a/lib/rubygems/specification.rb
+++ b/lib/rubygems/specification.rb
@@ -1275,7 +1275,7 @@ class Gem::Specification < Gem::BasicSpecification
##
# Activate all unambiguously resolved runtime dependencies of this
- # spec. Add any ambigous dependencies to the unresolved list to be
+ # spec. Add any ambiguous dependencies to the unresolved list to be
# resolved later, as needed.
def activate_dependencies