Sha256: 86282e8721dd4c9cac4165bc108035dccc5be270f8e6d65cbccf0952f08b25a0
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "backports" s.version = "2.6.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Marc-Andr\u{e9} Lafortune"] s.date = "2012-08-23" s.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.\n" s.email = "github@marc-andre.ca" s.extra_rdoc_files = ["LICENSE.txt", "README.rdoc"] s.files = ["LICENSE.txt", "README.rdoc"] s.homepage = "http://github.com/marcandre/backports" s.rdoc_options = ["--title", "Backports library", "--main", "README.rdoc", "--line-numbers", "--inline-source"] s.require_paths = ["lib"] s.rubyforge_project = "backports" s.rubygems_version = "1.8.23" s.summary = "Backports of Ruby 1.8.7+ for older ruby." if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fragrant-0.0.5 | vendor/bundle/ruby/1.9.1/specifications/backports-2.6.4.gemspec |