Sha256: 5655747223de0fb4d3a3e3753b850d4fe3b6eba64bb5e8dbe06e4a096ff3cab5
Contents?: true
Size: 828 Bytes
Versions: 1
Compression:
Stored size: 828 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "activesupport" s.version = "3.0.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["David Heinemeier Hansson"] s.date = "2010-08-28" s.description = "A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing." s.email = "david@loudthinking.com" s.homepage = "http://www.rubyonrails.org" s.require_paths = ["lib"] s.required_ruby_version = Gem::Requirement.new(">= 1.8.7") s.rubyforge_project = "activesupport" s.rubygems_version = "2.0.3" s.summary = "A toolkit of support libraries and Ruby core extensions extracted from the Rails framework." end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
social_url_stats-0.0.1 | vendor/ruby/1.9.1/specifications/activesupport-3.0.0.gemspec |