merb-action-args 1.0.11 → 1.0.12
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: merb-action-args
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yehuda Katz
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-06-30 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -20,7 +20,7 @@ dependencies:
|
|
20
20
|
requirements:
|
21
21
|
- - ">="
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version: 1.0.
|
23
|
+
version: 1.0.12
|
24
24
|
version:
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: ruby2ruby
|
@@ -57,13 +57,11 @@ files:
|
|
57
57
|
- README
|
58
58
|
- Rakefile
|
59
59
|
- TODO
|
60
|
-
- lib/merb-action-args
|
61
60
|
- lib/merb-action-args/abstract_controller.rb
|
62
61
|
- lib/merb-action-args/get_args.rb
|
63
62
|
- lib/merb-action-args/jruby_args.rb
|
64
63
|
- lib/merb-action-args.rb
|
65
64
|
- spec/action_args_spec.rb
|
66
|
-
- spec/controllers
|
67
65
|
- spec/controllers/action-args.rb
|
68
66
|
- spec/spec_helper.rb
|
69
67
|
has_rdoc: true
|
@@ -90,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
90
88
|
requirements: []
|
91
89
|
|
92
90
|
rubyforge_project: merb
|
93
|
-
rubygems_version: 1.3.
|
91
|
+
rubygems_version: 1.3.2
|
94
92
|
signing_key:
|
95
93
|
specification_version: 3
|
96
94
|
summary: Merb plugin that provides support for ActionArgs
|