Skip to content

Commit

Permalink
Generated gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
cavalle committed Aug 30, 2009
1 parent be80839 commit 8a56b8b
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions pickle.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Luismi Cavall\303\251"]
s.date = %q{2009-08-30}
s.description = %q{Acceptance specs for Rails}
s.email = %q{luismi@lmcavalle.com}
s.extra_rdoc_files = [
"README.rdoc"
]
s.files = [
"README.rdoc",
"lib/pickle.rb"
]
s.homepage = %q{http://github.com/cavalle/pickle}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.summary = %q{A pickle is a cucumber fermented in vinegar or brine}
s.test_files = [
"spec/acceptance/acceptance_helper.rb",
"spec/acceptance/basic_spec.rb",
"spec/acceptance/rails_spec.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
s.add_runtime_dependency(%q<rspec-rails>, [">= 1.2.7.1"])
else
s.add_dependency(%q<rspec-rails>, [">= 1.2.7.1"])
end
else
s.add_dependency(%q<rspec-rails>, [">= 1.2.7.1"])
end
end

0 comments on commit 8a56b8b

Please sign in to comment.