Sha256: 36b15611c948edb3d42ca6eb55937a65d71ee6e270646166bf063aa85025874c
Contents?: true
Size: 1.59 KB
Versions: 0
Compression: gzip
Compressed size: 709 Bytes
Stored size: 709 Bytes
Contents
--- !ruby/object:Gem::Specification name: backports version: !ruby/object:Gem::Version version: 1.1.0 platform: ruby authors: - "Marc-Andr\xC3\xA9 Lafortune" autorequire: bindir: bin cert_chain: [] date: 2009-04-11 00:00:00 -04:00 default_executable: dependencies: [] description: Essential backports that enable some of the really nice features of ruby 1.8.7, ruby 1.9 and rails from ruby 1.8.6 and earlier. email: github@marc-andre.ca executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - CHANGELOG.rdoc - LICENSE - README.rdoc - Rakefile - VERSION.yml - lib/backports.rb - lib/backports/array.rb - lib/backports/enumerable.rb - lib/backports/fixnum.rb - lib/backports/hash.rb - lib/backports/module.rb - lib/backports/object.rb - lib/backports/string.rb - lib/backports/symbol.rb - test/backports_test.rb - test/test_helper.rb has_rdoc: true homepage: http://github.com/marcandre/backports post_install_message: rdoc_options: - --charset=UTF-8 - --title - Backports library - --main - README.rdoc - --line-numbers - --inline-source require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: backports rubygems_version: 1.3.1 signing_key: specification_version: 2 summary: Backports or ruby 1.8.7+ & rails for older ruby. test_files: - test/backports_test.rb - test/test_helper.rb