Sha256: 83bb507dcb967b4e1140a66f94fdcfb9ecc33cc5c004daf3d16233b040a27e18
Contents?: true
Size: 1.23 KB
Versions: 1
Compression:
Stored size: 1.23 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{rake_helpers} s.version = "0.0.7" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["moneypools"] s.date = %q{2009-08-18} s.email = %q{support@mymoneypools.com} s.files = [ ".gitignore", "History.txt", "Rakefile", "VERSION", "lib/rake_helpers.rb", "lib/rake_helpers/config.rb", "lib/rake_helpers/erb_helper.rb", "rake_helpers.gemspec", "script/console", "script/destroy", "script/generate", "spec/rake_helpers_spec.rb", "spec/spec.opts", "spec/spec_helper.rb", "tasks/rspec.rake" ] s.homepage = %q{http://github.com/moneypools/rake_helpers} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.4} s.summary = %q{Some extensions to sprout} s.test_files = [ "spec/rake_helpers_spec.rb", "spec/spec_helper.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
moneypools-rake_helpers-0.0.7 | rake_helpers.gemspec |