rails_action_args 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.4
1
+ 0.1.5
@@ -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.4"
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-05}
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
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-05 00:00:00 -05:00
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
- - autotest
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
@@ -1,3 +0,0 @@
1
- #!/opt/local/bin/ruby -ws
2
- require File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/environment"))
3
- load File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/gems/ZenTest-4.2.1/bin/autotest"))
@@ -1,3 +0,0 @@
1
- #!/opt/local/bin/ruby
2
- require File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/environment"))
3
- load File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/gems/shoulda-2.10.3/bin/convert_to_should_syntax"))
data/bin/erubis DELETED
@@ -1,3 +0,0 @@
1
- #!/opt/local/bin/ruby
2
- require File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/environment"))
3
- load File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/gems/erubis-2.6.5/bin/erubis"))
data/bin/multigem DELETED
@@ -1,3 +0,0 @@
1
- #!/opt/local/bin/ruby -w
2
- require File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/environment"))
3
- load File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/gems/ZenTest-4.2.1/bin/multigem"))
data/bin/multiruby DELETED
@@ -1,3 +0,0 @@
1
- #!/opt/local/bin/ruby -w
2
- require File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/environment"))
3
- load File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/gems/ZenTest-4.2.1/bin/multiruby"))
data/bin/multiruby_setup DELETED
@@ -1,3 +0,0 @@
1
- #!/opt/local/bin/ruby -w
2
- require File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/environment"))
3
- load File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/gems/ZenTest-4.2.1/bin/multiruby_setup"))
data/bin/parse_tree_abc DELETED
@@ -1,3 +0,0 @@
1
- #!/opt/local/bin/ruby -ws
2
- require File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/environment"))
3
- load File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/gems/ParseTree-3.0.4/bin/parse_tree_abc"))
data/bin/parse_tree_audit DELETED
@@ -1,3 +0,0 @@
1
- #!/opt/local/bin/ruby -w
2
- require File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/environment"))
3
- load File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/gems/ParseTree-3.0.4/bin/parse_tree_audit"))
data/bin/parse_tree_deps DELETED
@@ -1,3 +0,0 @@
1
- #!/opt/local/bin/ruby -ws
2
- require File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/environment"))
3
- load File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/gems/ParseTree-3.0.4/bin/parse_tree_deps"))
data/bin/parse_tree_show DELETED
@@ -1,3 +0,0 @@
1
- #!/opt/local/bin/ruby -ws
2
- require File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/environment"))
3
- load File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/gems/ParseTree-3.0.4/bin/parse_tree_show"))
data/bin/r2r_show DELETED
@@ -1,3 +0,0 @@
1
- #!/opt/local/bin/ruby -ws
2
- require File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/environment"))
3
- load File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/gems/ruby2ruby-1.2.4/bin/r2r_show"))
data/bin/rackup DELETED
@@ -1,3 +0,0 @@
1
- #!/opt/local/bin/ruby
2
- require File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/environment"))
3
- load File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/gems/rack-1.1.0/bin/rackup"))
data/bin/rake DELETED
@@ -1,3 +0,0 @@
1
- #!/opt/local/bin/ruby
2
- require File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/environment"))
3
- load File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/gems/rake-0.8.7/bin/rake"))
data/bin/ruby_parse DELETED
@@ -1,3 +0,0 @@
1
- #!/opt/local/bin/ruby -s
2
- require File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/environment"))
3
- load File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/gems/ruby_parser-2.0.4/bin/ruby_parse"))
data/bin/unit_diff DELETED
@@ -1,3 +0,0 @@
1
- #!/opt/local/bin/ruby -ws
2
- require File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/environment"))
3
- load File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/gems/ZenTest-4.2.1/bin/unit_diff"))
data/bin/zentest DELETED
@@ -1,3 +0,0 @@
1
- #!/opt/local/bin/ruby -swI .
2
- require File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/environment"))
3
- load File.expand_path(File.join(File.dirname(__FILE__), "../vendor/gems/ruby/1.8/gems/ZenTest-4.2.1/bin/zentest"))