diff options
author | Carl Lerche <carllerche@mac.com> | 2010-07-24 11:15:04 -0700 |
---|---|---|
committer | Carl Lerche <carllerche@mac.com> | 2010-07-24 11:16:32 -0700 |
commit | b2e678bdb6e2baa8cd85952a4e5d4a76e4485ae9 (patch) | |
tree | ddb7fca2785cf769ec5f548ced615e6c093bbf34 /lib/bundler/remote_specification.rb | |
parent | e6c3bebfbd6d3ec0490aea8d184b81d8cf0eb0fb (diff) | |
download | bundler-b2e678bdb6e2baa8cd85952a4e5d4a76e4485ae9.tar.gz |
Remove the #to_generic monkey patch to Gem::Platform
Diffstat (limited to 'lib/bundler/remote_specification.rb')
-rw-r--r-- | lib/bundler/remote_specification.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bundler/remote_specification.rb b/lib/bundler/remote_specification.rb index cde4a73356..3851014cf4 100644 --- a/lib/bundler/remote_specification.rb +++ b/lib/bundler/remote_specification.rb @@ -7,7 +7,7 @@ module Bundler # be seeded with what we're given from the source's abbreviated index - the # full specification will only be fetched when necesary. class RemoteSpecification - include Gem::MatchPlatform + include MatchPlatform attr_reader :name, :version, :platform attr_accessor :source @@ -56,4 +56,4 @@ module Bundler end end end -end
\ No newline at end of file +end |