Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Delcambre committed Apr 3, 2010
1 parent 3bc26a2 commit 88219f2
Showing 1 changed file with 29 additions and 20 deletions.
49 changes: 29 additions & 20 deletions 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 -*- # -*- encoding: utf-8 -*-


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{rails-action-args} 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.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Andy Delcambre"] 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.email = %q{adelcambre@engineyard.com}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
"LICENSE", "LICENSE",
"README.rdoc" "README.markdown"
] ]
s.files = [ s.files = [
"LICENSE", ".document",
"README.rdoc", ".gitignore",
"Rakefile", "Gemfile",
"VERSION.yml", "LICENSE",
"lib/rails_action_args.rb", "README.markdown",
"lib/rails_action_args/abstract_controller.rb", "Rakefile",
"lib/rails_action_args/get_args.rb", "VERSION.yml",
"lib/rails_action_args/jruby_args.rb", "lib/rails_action_args.rb",
"lib/rails_action_args/mri_args.rb", "lib/rails_action_args/abstract_controller.rb",
"lib/rails_action_args/vm_args.rb", "lib/rails_action_args/get_args.rb",
"spec/controllers/action_args.rb", "lib/rails_action_args/jruby_args.rb",
"spec/rails_action_args_spec.rb", "lib/rails_action_args/mri_args.rb",
"spec/spec_helper.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.homepage = %q{http://github.com/adelcambre/rails-action-args}
s.rdoc_options = ["--charset=UTF-8"] s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"] 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.summary = %q{A port of merb-action-args to Rails 3}
s.test_files = [ s.test_files = [
"spec/controllers/action_args.rb", "spec/controllers/action_args_controller.rb",
"spec/rails_action_args_spec.rb", "spec/rails_action_args_spec.rb",
"spec/spec_helper.rb" "spec/spec_helper.rb"
] ]


if s.respond_to? :specification_version then if s.respond_to? :specification_version then
Expand All @@ -48,3 +56,4 @@ Gem::Specification.new do |s|
else else
end end
end end

0 comments on commit 88219f2

Please sign in to comment.