... 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ... 20 21 22 23 24 25 26 27 28 29 30 |
... 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 ... 22 23 24 25 26 27 28 29 30 31 32 |
0 -(in /Users/nichoj/Projects/shoulda_generator) 0 Gem::Specification.new do |s| 0 s.name = %q{shoulda_generator} 0 - s.required_rubygems_version = Gem::Requirement.new(" >= 0") if s.respond_to? :required_rubygems_version= 0 + s.required_rubygems_version = Gem::Requirement.new(" = 1.2") if s.respond_to? :required_rubygems_version= 0 s.authors = ["Josh Nichols"] 0 s.date = %q{2008-07-02} 0 + s.description = %q{Generators which create tests using shoulda} 0 s.email = %q{josh@technicalpickles.com} 0 + s.extra_rdoc_files = ["README.markdown"] 0 + s.files = ["rails_generators/shoulda_model/shoulda_model_generator.rb", "rails_generators/shoulda_model/templates/factory.rb", "rails_generators/shoulda_model/templates/fixtures.yml", "rails_generators/shoulda_model/templates/migration.rb", "rails_generators/shoulda_model/templates/model.rb", "rails_generators/shoulda_model/templates/unit_test.rb", "rails_generators/shoulda_model/USAGE", "rails_generators/shoulda_scaffold/shoulda_scaffold_generator.rb", "rails_generators/shoulda_scaffold/templates/blueprint/ie.css", "rails_generators/shoulda_scaffold/templates/blueprint/print.css", "rails_generators/shoulda_scaffold/templates/blueprint/screen.css", "rails_generators/shoulda_scaffold/templates/controller.rb", "rails_generators/shoulda_scaffold/templates/erb/_form.html.erb", "rails_generators/shoulda_scaffold/templates/erb/edit.html.erb", "rails_generators/shoulda_scaffold/templates/erb/index.html.erb", "rails_generators/shoulda_scaffold/templates/erb/layout.html.erb", "rails_generators/shoulda_scaffold/templates/erb/new.html.erb", "rails_generators/shoulda_scaffold/templates/erb/show.html.erb", "rails_generators/shoulda_scaffold/templates/functional_test/basic.rb", "rails_generators/shoulda_scaffold/templates/functional_test/should_be_restful.rb", "rails_generators/shoulda_scaffold/templates/haml/_form.html.haml", "rails_generators/shoulda_scaffold/templates/haml/edit.html.haml", "rails_generators/shoulda_scaffold/templates/haml/index.html.haml", "rails_generators/shoulda_scaffold/templates/haml/layout.html.haml", "rails_generators/shoulda_scaffold/templates/haml/new.html.haml", "rails_generators/shoulda_scaffold/templates/haml/show.html.haml", "rails_generators/shoulda_scaffold/templates/helper.rb", "rails_generators/shoulda_scaffold/USAGE", "Rakefile", "README.markdown", "shoulda_generator.gemspec", "Manifest"] 0 s.homepage = %q{http://github.com/technicalpickles/shoulda_generator} 0 - s.rdoc_options = ["-- main", "README.txt"] 0 + s.rdoc_options = ["-- line-numbers", "--inline-source", "--title", "Shoulda_generator", "--main", "README.markdown"] 0 s.require_paths = ["lib"] 0 s.rubyforge_project = %q{shoulda_generator} 0 s.rubygems_version = %q{1.2.0} 0 @@ -20,11 +22,11 @@ Gem::Specification.new do |s| 0 s.specification_version = 2 0 if current_version >= 3 then 0 - s.add_development_dependency(%q< hoe>, [">= 1.7.0"]) 0 + s.add_development_dependency(%q< echoe>, [">= 0"]) 0 - s.add_dependency(%q< hoe>, [">= 1.7.0"]) 0 + s.add_dependency(%q< echoe>, [">= 0"]) 0 - s.add_dependency(%q< hoe>, [">= 1.7.0"]) 0 + s.add_dependency(%q< echoe>, [">= 0"])
|
Comments
No one has commented yet.