Sha256: 194e5237fef8e697ca73d8575551b6e30d5236cc1bf0281f7d4c88fc069e031f
Contents?: true
Size: 862 Bytes
Versions: 2
Compression:
Stored size: 862 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "thor" s.version = "0.17.0" s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6") if s.respond_to? :required_rubygems_version= s.authors = ["Yehuda Katz", "Jos\u{e9} Valim"] s.date = "2013-01-24" s.description = "A scripting framework that replaces rake, sake and rubigen" s.email = "ruby-thor@googlegroups.com" s.executables = ["rake2thor", "thor"] s.extra_rdoc_files = ["CHANGELOG.rdoc", "LICENSE.md", "README.md", "Thorfile"] s.files = ["bin/rake2thor", "bin/thor", "CHANGELOG.rdoc", "LICENSE.md", "README.md", "Thorfile"] s.homepage = "http://whatisthor.com/" s.licenses = ["MIT"] s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = "2.0.0" s.summary = "A scripting framework that replaces rake, sake and rubigen" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
font-awesome-rails-3.1.1.2 | vendor/ruby/2.0.0/specifications/thor-0.17.0.gemspec |
font-awesome-rails-3.1.1.1 | vendor/ruby/2.0.0/specifications/thor-0.17.0.gemspec |