rails_action_args 0.1.0 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +9 -0
- data/VERSION +1 -1
- data/init.rb +4 -1
- data/lib/rails_action_args/plugin.rb +4 -0
- metadata +3 -2
- data/lib/rails_action_args/railtie.rb +0 -13
data/Gemfile
ADDED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.2
|
data/init.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_action_args
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ezmobius
|
@@ -76,6 +76,7 @@ extra_rdoc_files:
|
|
76
76
|
files:
|
77
77
|
- .document
|
78
78
|
- .gitignore
|
79
|
+
- Gemfile
|
79
80
|
- LICENSE
|
80
81
|
- README.markdown
|
81
82
|
- Rakefile
|
@@ -88,7 +89,7 @@ files:
|
|
88
89
|
- lib/rails_action_args/get_args.rb
|
89
90
|
- lib/rails_action_args/jruby_args.rb
|
90
91
|
- lib/rails_action_args/mri_args.rb
|
91
|
-
- lib/rails_action_args/
|
92
|
+
- lib/rails_action_args/plugin.rb
|
92
93
|
- lib/rails_action_args/vm_args.rb
|
93
94
|
- test/test_rails_action_args.rb
|
94
95
|
has_rdoc: true
|