--- !ruby/object:Gem::Specification name: backports version: !ruby/object:Gem::Version version: 1.6.1 platform: ruby authors: - "Marc-Andr\xC3\xA9 Lafortune" autorequire: bindir: bin cert_chain: [] date: 2009-04-29 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/binding.rb - lib/backports/dir.rb - lib/backports/enumerable.rb - lib/backports/enumerator.rb - lib/backports/fixnum.rb - lib/backports/hash.rb - lib/backports/integer.rb - lib/backports/io.rb - lib/backports/kernel.rb - lib/backports/method.rb - lib/backports/module.rb - lib/backports/object.rb - lib/backports/object_space.rb - lib/backports/proc.rb - lib/backports/range.rb - lib/backports/regexp.rb - lib/backports/string.rb - lib/backports/struct.rb - lib/backports/symbol.rb - test/array_test.rb - test/binding_test.rb - test/enumerable_test.rb - test/enumerator_test.rb - test/hash_test.rb - test/kernel_test.rb - test/method_test.rb - test/module_test.rb - test/object_test.rb - test/regexp_test.rb - test/string_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/array_test.rb - test/binding_test.rb - test/enumerable_test.rb - test/enumerator_test.rb - test/hash_test.rb - test/kernel_test.rb - test/method_test.rb - test/module_test.rb - test/object_test.rb - test/regexp_test.rb - test/string_test.rb - test/test_helper.rb