rails_action_args 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/rails_action_args.gemspec +2 -3
- data/test/test_rails_action_args.rb +2 -0
- metadata +4 -19
- data/bin/autotest +0 -3
- data/bin/convert_to_should_syntax +0 -3
- data/bin/erubis +0 -3
- data/bin/multigem +0 -3
- data/bin/multiruby +0 -3
- data/bin/multiruby_setup +0 -3
- data/bin/parse_tree_abc +0 -3
- data/bin/parse_tree_audit +0 -3
- data/bin/parse_tree_deps +0 -3
- data/bin/parse_tree_show +0 -3
- data/bin/r2r_show +0 -3
- data/bin/rackup +0 -3
- data/bin/rake +0 -3
- data/bin/ruby_parse +0 -3
- data/bin/unit_diff +0 -3
- data/bin/zentest +0 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.5
|
data/rails_action_args.gemspec
CHANGED
@@ -5,14 +5,13 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{rails_action_args}
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.5"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["ezmobius", "mattetti", "maiha", "Yehuda Katz", "Andy Delcambre", "Janne Asmala", "Collin Miller"]
|
12
|
-
s.date = %q{2010-02-
|
12
|
+
s.date = %q{2010-02-08}
|
13
13
|
s.description = %q{Big thanks to the original authors. Let me know if I missed you. Action args rocks and you deserve the credit :)}
|
14
14
|
s.email = %q{collintmiller@gmail.com}
|
15
|
-
s.executables = ["autotest", "convert_to_should_syntax", "erubis", "multigem", "multiruby", "multiruby_setup", "parse_tree_abc", "parse_tree_audit", "parse_tree_deps", "parse_tree_show", "r2r_show", "rackup", "rake", "ruby_parse", "unit_diff", "zentest"]
|
16
15
|
s.extra_rdoc_files = [
|
17
16
|
"LICENSE",
|
18
17
|
"README.markdown",
|
@@ -76,6 +76,7 @@ class ActionArgsTest < Test::Unit::TestCase
|
|
76
76
|
end
|
77
77
|
|
78
78
|
def test_handle_a_nested_class
|
79
|
+
raise "Pending"
|
79
80
|
get "/awesome_nested_action_args/index?foo=bar"
|
80
81
|
assert_equal "bar", last_response.body
|
81
82
|
end
|
@@ -117,6 +118,7 @@ class ActionArgsTest < Test::Unit::TestCase
|
|
117
118
|
end
|
118
119
|
|
119
120
|
def test_inherit_actions_for_use_with_action_arguments
|
121
|
+
raise "Pending"
|
120
122
|
get "/action_args/funky_inherited_method?foo=bar&bar=baz"
|
121
123
|
assert_equal "bar baz", last_response.body
|
122
124
|
end
|
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.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ezmobius
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-02-
|
18
|
+
date: 2010-02-08 00:00:00 -05:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -50,23 +50,8 @@ dependencies:
|
|
50
50
|
version:
|
51
51
|
description: Big thanks to the original authors. Let me know if I missed you. Action args rocks and you deserve the credit :)
|
52
52
|
email: collintmiller@gmail.com
|
53
|
-
executables:
|
54
|
-
|
55
|
-
- convert_to_should_syntax
|
56
|
-
- erubis
|
57
|
-
- multigem
|
58
|
-
- multiruby
|
59
|
-
- multiruby_setup
|
60
|
-
- parse_tree_abc
|
61
|
-
- parse_tree_audit
|
62
|
-
- parse_tree_deps
|
63
|
-
- parse_tree_show
|
64
|
-
- r2r_show
|
65
|
-
- rackup
|
66
|
-
- rake
|
67
|
-
- ruby_parse
|
68
|
-
- unit_diff
|
69
|
-
- zentest
|
53
|
+
executables: []
|
54
|
+
|
70
55
|
extensions: []
|
71
56
|
|
72
57
|
extra_rdoc_files:
|
data/bin/autotest
DELETED
data/bin/erubis
DELETED
data/bin/multigem
DELETED
data/bin/multiruby
DELETED
data/bin/multiruby_setup
DELETED
data/bin/parse_tree_abc
DELETED
data/bin/parse_tree_audit
DELETED
data/bin/parse_tree_deps
DELETED
data/bin/parse_tree_show
DELETED
data/bin/r2r_show
DELETED
data/bin/rackup
DELETED
data/bin/rake
DELETED
data/bin/ruby_parse
DELETED
data/bin/unit_diff
DELETED
data/bin/zentest
DELETED