diff --git a/rails-action-args.gemspec b/rails-action-args.gemspec index 787cbd4..6383b10 100644 --- a/rails-action-args.gemspec +++ b/rails-action-args.gemspec @@ -1,41 +1,49 @@ +# 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{rails-action-args} - s.version = "0.0.1" + s.version = "0.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Andy Delcambre"] - s.date = %q{2009-08-19} + s.date = %q{2010-04-02} + s.description = %q{Rails Action Args allows you to accept the parameters to you action as arguments to the action method.} s.email = %q{adelcambre@engineyard.com} s.extra_rdoc_files = [ "LICENSE", - "README.rdoc" + "README.markdown" ] s.files = [ - "LICENSE", - "README.rdoc", - "Rakefile", - "VERSION.yml", - "lib/rails_action_args.rb", - "lib/rails_action_args/abstract_controller.rb", - "lib/rails_action_args/get_args.rb", - "lib/rails_action_args/jruby_args.rb", - "lib/rails_action_args/mri_args.rb", - "lib/rails_action_args/vm_args.rb", - "spec/controllers/action_args.rb", - "spec/rails_action_args_spec.rb", - "spec/spec_helper.rb" + ".document", + ".gitignore", + "Gemfile", + "LICENSE", + "README.markdown", + "Rakefile", + "VERSION.yml", + "lib/rails_action_args.rb", + "lib/rails_action_args/abstract_controller.rb", + "lib/rails_action_args/get_args.rb", + "lib/rails_action_args/jruby_args.rb", + "lib/rails_action_args/mri_args.rb", + "lib/rails_action_args/vm_args.rb", + "rails-action-args.gemspec", + "spec/controllers/action_args_controller.rb", + "spec/rails_action_args_spec.rb", + "spec/spec_helper.rb" ] s.homepage = %q{http://github.com/adelcambre/rails-action-args} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.5} + s.rubygems_version = %q{1.3.6} s.summary = %q{A port of merb-action-args to Rails 3} s.test_files = [ - "spec/controllers/action_args.rb", - "spec/rails_action_args_spec.rb", - "spec/spec_helper.rb" + "spec/controllers/action_args_controller.rb", + "spec/rails_action_args_spec.rb", + "spec/spec_helper.rb" ] if s.respond_to? :specification_version then @@ -48,3 +56,4 @@ Gem::Specification.new do |s| else end end +