Skip to content

Commit

Permalink
Adding gemspec to use with bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrehm committed May 20, 2010
1 parent 30ff5d9 commit 681ea99
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions show_for.gemspec
@@ -0,0 +1,56 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{show_for}
s.version = "0.1.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jos\303\251 Valim"]
s.date = %q{2010-05-20}
s.description = %q{Wrap your objects with a helper to easily show them}
s.email = %q{contact@plataformatec.com.br}
s.extra_rdoc_files = [
"README.rdoc"
]
s.files = [
"generators/show_for_install/USAGE",
"generators/show_for_install/show_for_install_generator.rb",
"generators/show_for_install/templates/show_for.rb",
"init.rb",
"lib/show_for.rb",
"lib/show_for/association.rb",
"lib/show_for/attribute.rb",
"lib/show_for/builder.rb",
"lib/show_for/content.rb",
"lib/show_for/helper.rb",
"lib/show_for/label.rb",
"lib/show_for/locale/en.yml",
"lib/show_for/version.rb"
]
s.homepage = %q{http://github.com/plataformatec/show_for}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
s.summary = %q{Wrap your objects with a helper to easily show them}
s.test_files = [
"test/helper_test.rb",
"test/builder_test.rb",
"test/support/models.rb",
"test/support/misc_helpers.rb",
"test/test_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

0 comments on commit 681ea99

Please sign in to comment.