errplane 1.0.1 → 1.0.2

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.
@@ -1,61 +1,72 @@
1
1
  PATH
2
2
  remote: /Users/todd/Projects/errplane/errplane-ruby
3
3
  specs:
4
- errplane (1.0.0)
4
+ errplane (1.0.1)
5
5
  json
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actionmailer (2.3.14)
11
- actionpack (= 2.3.14)
12
- actionpack (2.3.14)
13
- activesupport (= 2.3.14)
10
+ actionmailer (2.3.18)
11
+ actionpack (= 2.3.18)
12
+ actionpack (2.3.18)
13
+ activesupport (= 2.3.18)
14
14
  rack (~> 1.1.0)
15
- activerecord (2.3.14)
16
- activesupport (= 2.3.14)
17
- activeresource (2.3.14)
18
- activesupport (= 2.3.14)
19
- activesupport (2.3.14)
20
- coderay (1.0.8)
15
+ activerecord (2.3.18)
16
+ activesupport (= 2.3.18)
17
+ activeresource (2.3.18)
18
+ activesupport (= 2.3.18)
19
+ activesupport (2.3.18)
20
+ coderay (1.0.9)
21
21
  fakeweb (1.3.0)
22
- guard (1.5.4)
23
- listen (>= 0.4.2)
22
+ ffi (1.9.0)
23
+ formatador (0.2.4)
24
+ guard (1.8.1)
25
+ formatador (>= 0.2.4)
26
+ listen (>= 1.0.0)
24
27
  lumberjack (>= 1.0.2)
25
28
  pry (>= 0.9.10)
26
29
  thor (>= 0.14.6)
27
30
  guard-rspec (1.2.1)
28
31
  guard (>= 1.1)
29
- hoe (3.3.1)
32
+ hoe (3.6.3)
30
33
  rake (>= 0.8, < 11.0)
31
- json (1.7.5)
32
- listen (0.6.0)
33
- lumberjack (1.0.2)
34
+ json (1.8.0)
35
+ listen (1.2.2)
36
+ rb-fsevent (>= 0.9.3)
37
+ rb-inotify (>= 0.9)
38
+ rb-kqueue (>= 0.2)
39
+ lumberjack (1.0.4)
34
40
  method_source (0.8.1)
35
- pry (0.9.10)
41
+ pry (0.9.12.2)
36
42
  coderay (~> 1.0.5)
37
43
  method_source (~> 0.8)
38
- slop (~> 3.3.1)
39
- rack (1.1.3)
40
- rails (2.3.14)
41
- actionmailer (= 2.3.14)
42
- actionpack (= 2.3.14)
43
- activerecord (= 2.3.14)
44
- activeresource (= 2.3.14)
45
- activesupport (= 2.3.14)
44
+ slop (~> 3.4)
45
+ rack (1.1.6)
46
+ rails (2.3.18)
47
+ actionmailer (= 2.3.18)
48
+ actionpack (= 2.3.18)
49
+ activerecord (= 2.3.18)
50
+ activeresource (= 2.3.18)
51
+ activesupport (= 2.3.18)
46
52
  rake (>= 0.8.3)
47
- rake (10.0.2)
48
- rdoc (3.12)
53
+ rake (10.1.0)
54
+ rb-fsevent (0.9.3)
55
+ rb-inotify (0.9.0)
56
+ ffi (>= 0.5.0)
57
+ rb-kqueue (0.2.0)
58
+ ffi (>= 0.5.0)
59
+ rdoc (4.0.1)
49
60
  json (~> 1.4)
50
61
  rspec (1.3.2)
51
62
  rspec-rails (1.3.4)
52
63
  rack (>= 1.0.0)
53
64
  rspec (~> 1.3.1)
54
- slop (3.3.3)
65
+ slop (3.4.5)
55
66
  test-unit (1.2.3)
56
67
  hoe (>= 1.5.1)
57
- thor (0.16.0)
58
- tzinfo (0.3.35)
68
+ thor (0.18.1)
69
+ tzinfo (1.0.1)
59
70
 
60
71
  PLATFORMS
61
72
  ruby
@@ -1,15 +1,15 @@
1
1
  PATH
2
2
  remote: /Users/todd/Projects/errplane/errplane-ruby
3
3
  specs:
4
- errplane (1.0.0)
4
+ errplane (1.0.1)
5
5
  json
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actionpack (3.1.7)
11
- activemodel (= 3.1.7)
12
- activesupport (= 3.1.7)
10
+ actionpack (3.1.12)
11
+ activemodel (= 3.1.12)
12
+ activesupport (= 3.1.12)
13
13
  builder (~> 3.0.0)
14
14
  erubis (~> 2.7.0)
15
15
  i18n (~> 0.6)
@@ -18,74 +18,89 @@ GEM
18
18
  rack-mount (~> 0.8.2)
19
19
  rack-test (~> 0.6.1)
20
20
  sprockets (~> 2.0.4)
21
- activemodel (3.1.7)
22
- activesupport (= 3.1.7)
21
+ activemodel (3.1.12)
22
+ activesupport (= 3.1.12)
23
23
  builder (~> 3.0.0)
24
24
  i18n (~> 0.6)
25
- activesupport (3.1.7)
26
- multi_json (>= 1.0, < 1.3)
27
- builder (3.0.0)
28
- diff-lcs (1.1.3)
25
+ activesupport (3.1.12)
26
+ multi_json (~> 1.0)
27
+ builder (3.0.4)
28
+ coderay (1.0.9)
29
+ diff-lcs (1.2.4)
29
30
  erubis (2.7.0)
30
31
  fakeweb (1.3.0)
31
- ffi (1.1.4)
32
- guard (1.3.0)
33
- listen (>= 0.4.2)
32
+ ffi (1.9.0)
33
+ formatador (0.2.4)
34
+ guard (1.8.1)
35
+ formatador (>= 0.2.4)
36
+ listen (>= 1.0.0)
37
+ lumberjack (>= 1.0.2)
38
+ pry (>= 0.9.10)
34
39
  thor (>= 0.14.6)
35
- guard-rspec (1.2.1)
36
- guard (>= 1.1)
37
- hike (1.2.1)
38
- i18n (0.6.0)
39
- json (1.7.4)
40
- listen (0.4.7)
41
- rb-fchange (~> 0.0.5)
42
- rb-fsevent (~> 0.9.1)
43
- rb-inotify (~> 0.8.8)
44
- multi_json (1.2.0)
45
- rack (1.3.6)
40
+ guard-rspec (3.0.2)
41
+ guard (>= 1.8)
42
+ rspec (~> 2.13)
43
+ hike (1.2.3)
44
+ i18n (0.6.4)
45
+ json (1.8.0)
46
+ listen (1.2.2)
47
+ rb-fsevent (>= 0.9.3)
48
+ rb-inotify (>= 0.9)
49
+ rb-kqueue (>= 0.2)
50
+ lumberjack (1.0.4)
51
+ method_source (0.8.1)
52
+ multi_json (1.7.7)
53
+ pry (0.9.12.2)
54
+ coderay (~> 1.0.5)
55
+ method_source (~> 0.8)
56
+ slop (~> 3.4)
57
+ rack (1.3.10)
46
58
  rack-cache (1.2)
47
59
  rack (>= 0.4)
48
60
  rack-mount (0.8.3)
49
61
  rack (>= 1.0.0)
50
- rack-ssl (1.3.2)
62
+ rack-ssl (1.3.3)
51
63
  rack
52
- rack-test (0.6.1)
64
+ rack-test (0.6.2)
53
65
  rack (>= 1.0)
54
- railties (3.1.7)
55
- actionpack (= 3.1.7)
56
- activesupport (= 3.1.7)
66
+ railties (3.1.12)
67
+ actionpack (= 3.1.12)
68
+ activesupport (= 3.1.12)
57
69
  rack-ssl (~> 1.3.2)
58
70
  rake (>= 0.8.7)
59
71
  rdoc (~> 3.4)
60
72
  thor (~> 0.14.6)
61
- rake (0.9.2.2)
62
- rb-fchange (0.0.5)
63
- ffi
64
- rb-fsevent (0.9.1)
65
- rb-inotify (0.8.8)
73
+ rake (10.1.0)
74
+ rb-fsevent (0.9.3)
75
+ rb-inotify (0.9.0)
66
76
  ffi (>= 0.5.0)
67
- rdoc (3.12)
77
+ rb-kqueue (0.2.0)
78
+ ffi (>= 0.5.0)
79
+ rdoc (3.12.2)
68
80
  json (~> 1.4)
69
- rspec (2.11.0)
70
- rspec-core (~> 2.11.0)
71
- rspec-expectations (~> 2.11.0)
72
- rspec-mocks (~> 2.11.0)
73
- rspec-core (2.11.1)
74
- rspec-expectations (2.11.2)
75
- diff-lcs (~> 1.1.3)
76
- rspec-mocks (2.11.1)
77
- rspec-rails (2.11.0)
81
+ rspec (2.14.0)
82
+ rspec-core (~> 2.14.0)
83
+ rspec-expectations (~> 2.14.0)
84
+ rspec-mocks (~> 2.14.0)
85
+ rspec-core (2.14.2)
86
+ rspec-expectations (2.14.0)
87
+ diff-lcs (>= 1.1.3, < 2.0)
88
+ rspec-mocks (2.14.1)
89
+ rspec-rails (2.14.0)
78
90
  actionpack (>= 3.0)
79
91
  activesupport (>= 3.0)
80
92
  railties (>= 3.0)
81
- rspec (~> 2.11.0)
93
+ rspec-core (~> 2.14.0)
94
+ rspec-expectations (~> 2.14.0)
95
+ rspec-mocks (~> 2.14.0)
96
+ slop (3.4.5)
82
97
  sprockets (2.0.4)
83
98
  hike (~> 1.2)
84
99
  rack (~> 1.0)
85
100
  tilt (~> 1.1, != 1.3.0)
86
101
  thor (0.14.6)
87
- tilt (1.3.3)
88
- tzinfo (0.3.33)
102
+ tilt (1.4.1)
103
+ tzinfo (1.0.1)
89
104
 
90
105
  PLATFORMS
91
106
  ruby
@@ -73,8 +73,8 @@ module Errplane
73
73
  }
74
74
  end
75
75
 
76
- def report_deployment(context = nil, async = false)
77
- report("deployments", {:context => context}, async)
76
+ def report_deployment(context = nil, udp = false)
77
+ report("deployments", {:context => context}, udp)
78
78
  end
79
79
 
80
80
  def heartbeat(name, interval)
@@ -15,6 +15,7 @@ module Errplane
15
15
  ms = Benchmark.ms { perform_action_without_instrumentation }
16
16
  if Errplane.configuration.instrumentation_enabled
17
17
  Errplane.rollup "controllers", :value => ms.ceil, :dimensions => dimensions
18
+ end
18
19
  end
19
20
 
20
21
  def view_runtime_with_instrumentation
@@ -1,3 +1,3 @@
1
1
  module Errplane
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
@@ -5611,3 +5611,91 @@ nexceptionspv1c{"framework_version":"2.3.14","language":"Ruby","message":"wrong"
5611
5611
  [Errplane] Error calling API: #<FakeWeb::NetConnectNotAllowedError: Real HTTP connections are disabled. Unregistered request: POST https://w.apiv3.errplane.com/databases/b12r8c72test/points?api_key=f123-e456-d789c012>
5612
5612
  [Errplane] Thread exiting, flushing queue.
5613
5613
  [Errplane] Thread exiting, flushing queue.
5614
+ [Errplane] Spawning background worker thread 0.
5615
+ [Errplane] Spawning background worker thread 1.
5616
+ [Errplane] Spawning background worker thread 2.
5617
+
5618
+
5619
+ Processing WidgetsController#new (for 0.0.0.0 at 2013-07-10 01:57:50) [GET]
5620
+
5621
+
5622
+ Processing WidgetsController#index (for 0.0.0.0 at 2013-07-10 01:57:50) [GET]
5623
+ [Errplane] Sending UDP Packet: {"o":"t","w":[{"n":"views","p":[{"v":0,"d":{"server":"localhost","method":"widgets#index"}}]}],"a":"f123-e456-d789c012","d":"b12r8c72test"}
5624
+ Completed in 0ms (View: 0 | 200 OK [http://test.host/widgets]
5625
+ [Errplane] Sending UDP Packet: {"o":"t","w":[{"n":"controllers","p":[{"v":360,"d":{"server":"localhost","method":"widgets#index"}}]}],"a":"f123-e456-d789c012","d":"b12r8c72test"}
5626
+
5627
+
5628
+ Processing WidgetsController#new (for 127.0.0.1 at 2013-07-10 01:57:50) [GET]
5629
+
5630
+ ZeroDivisionError (divided by 0):
5631
+ app/controllers/widgets_controller.rb:3:in `/'
5632
+ app/controllers/widgets_controller.rb:3:in `new'
5633
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:15:in `perform_action'
5634
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:15:in `perform_action'
5635
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:13:in `_call'
5636
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:8:in `call'
5637
+ /spec/integration/exceptions_spec.rb:22
5638
+ rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `instance_eval'
5639
+ rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `execute'
5640
+ /Users/todd/.rvm/rubies/ruby-1.8.7-p370/lib/ruby/1.8/timeout.rb:53:in `timeout'
5641
+ rspec (1.3.2) lib/spec/example/example_methods.rb:37:in `execute'
5642
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:219:in `run_examples'
5643
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `each'
5644
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `run_examples'
5645
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:103:in `run'
5646
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:23:in `run'
5647
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `each'
5648
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `run'
5649
+ rspec (1.3.2) lib/spec/runner/options.rb:153:in `run_examples'
5650
+ rspec (1.3.2) lib/spec/runner/command_line.rb:9:in `run'
5651
+ rspec (1.3.2) bin/spec:5
5652
+
5653
+ [Errplane] Exception: {"session_data":{},"exception":{},"custom_data":{},"action":"new","params":{"action":"new","controller":"widgets"},"request_url":"http://www.example.com/widgets/new","environment_variables":{"BUNDLE_GEMFILE":"gemfiles/Gemfile.rails-2.3.x","rvm_env_string":"ruby-1.8.7-p370@errplane-ruby","JAVA_HOME":"/System/Library/Frameworks/JavaVM.framework/Home/","rvm_prefix":"/Users/todd","SSH_AUTH_SOCK":"/tmp/launch-2OaWWv/Listeners","rvm_sticky_flag":"1","__CF_USER_TEXT_ENCODING":"0x1F5:0:0","EC2_HOME":"/Users/todd/.ec...
5654
+ Rendered rescues/_trace (23.2ms)
5655
+ Rendered rescues/_request_and_response (2.6ms)
5656
+ Rendering rescues/layout (internal_server_error)
5657
+
5658
+
5659
+ Processing WidgetsController#index (for 127.0.0.1 at 2013-07-10 01:57:50) [GET]
5660
+ Completed in 0ms (View: 0 | 200 OK [http://www.example.com/widgets]
5661
+
5662
+
5663
+ Processing WidgetsController#new (for 127.0.0.1 at 2013-07-10 01:57:50) [GET]
5664
+
5665
+ ZeroDivisionError (divided by 0):
5666
+ app/controllers/widgets_controller.rb:3:in `/'
5667
+ app/controllers/widgets_controller.rb:3:in `new'
5668
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:15:in `perform_action'
5669
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:15:in `perform_action'
5670
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:13:in `_call'
5671
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:8:in `call'
5672
+ /spec/integration/exceptions_spec.rb:39
5673
+ rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `instance_eval'
5674
+ rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `execute'
5675
+ /Users/todd/.rvm/rubies/ruby-1.8.7-p370/lib/ruby/1.8/timeout.rb:53:in `timeout'
5676
+ rspec (1.3.2) lib/spec/example/example_methods.rb:37:in `execute'
5677
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:219:in `run_examples'
5678
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `each'
5679
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `run_examples'
5680
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:103:in `run'
5681
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:23:in `run'
5682
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `each'
5683
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `run'
5684
+ rspec (1.3.2) lib/spec/runner/options.rb:153:in `run_examples'
5685
+ rspec (1.3.2) lib/spec/runner/command_line.rb:9:in `run'
5686
+ rspec (1.3.2) bin/spec:5
5687
+
5688
+ Rendered rescues/_trace (52.3ms)
5689
+ Rendered rescues/_request_and_response (0.2ms)
5690
+ Rendering rescues/layout (internal_server_error)
5691
+ [Errplane] Exception: {"session_data":null,"exception":{},"custom_data":{},"action":null,"params":null,"request_url":null,"environment_variables":{"BUNDLE_GEMFILE":"gemfiles/Gemfile.rails-2.3.x","rvm_env_string":"ruby-1.8.7-p370@errplane-ruby","JAVA_HOME":"/System/Library/Frameworks/JavaVM.framework/Home/","rvm_prefix":"/Users/todd","SSH_AUTH_SOCK":"/tmp/launch-2OaWWv/Listeners","rvm_sticky_flag":"1","__CF_USER_TEXT_ENCODING":"0x1F5:0:0","EC2_HOME":"/Users/todd/.ec2","SHELL":"/bin/bash","_":"/Users/todd/.rvm/rubies/ruby-1.8.7-p37...
5692
+ [Errplane] Exception: {"session_data":null,"exception":{},"custom_data":{},"action":null,"params":null,"request_url":null,"environment_variables":{"BUNDLE_GEMFILE":"gemfiles/Gemfile.rails-2.3.x","rvm_env_string":"ruby-1.8.7-p370@errplane-ruby","JAVA_HOME":"/System/Library/Frameworks/JavaVM.framework/Home/","rvm_prefix":"/Users/todd","SSH_AUTH_SOCK":"/tmp/launch-2OaWWv/Listeners","rvm_sticky_flag":"1","__CF_USER_TEXT_ENCODING":"0x1F5:0:0","EC2_HOME":"/Users/todd/.ec2","SHELL":"/bin/bash","_":"/Users/todd/.rvm/rubies/ruby-1.8.7-p37...
5693
+ [Errplane] Thread exiting, flushing queue.
5694
+ [Errplane] Checking background queue on thread 2 (3 active)
5695
+ [Errplane] Found data in the queue! (exceptions)
5696
+ [Errplane] POSTing data:
5697
+ nexceptionspc{"framework_version":"2.3.18","time":1373435871,"language":"Ruby","message":"wrong","language_version":"1.8.7-p370","backtrace":["spec/unit/errplane_spec.rb:70 in `'","/Users/todd/Projects/errplane/errplane-ruby/spec/../lib/errplane.rb:151 in `call'","/Users/todd/Projects/errplane/errplane-ruby/spec/../lib/errplane.rb:151 in `rescue_and_reraise'","spec/unit/errplane_spec.rb:70 in `'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/matchers/raise_exception.rb:21 in `call'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/matchers/raise_exception.rb:21 in `matches?'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/expectations/handler.rb:11 in `handle_matcher'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/expectations/extensions/kernel.rb:27 in `to'","spec/unit/errplane_spec.rb:69 in `'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `instance_eval'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `execute'","/Users/todd/.rvm/rubies/ruby-1.8.7-p370/lib/ruby/1.8/timeout.rb:53 in `timeout'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:37 in `execute'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:219 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:103 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:23 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/options.rb:153 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/command_line.rb:9 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/bin/spec:5 in `'"],"environment_variables":{"SSH_AUTH_SOCK":"/tmp/launch-2OaWWv/Listeners","rvm_prefix":"/Users/todd","JAVA_HOME":"/System/Library/Frameworks/JavaVM.framework/Home/","rvm_env_string":"ruby-1.8.7-p370@errplane-ruby","BUNDLE_GEMFILE":"gemfiles/Gemfile.rails-2.3.x","SHELL":"/bin/bash","EC2_HOME":"/Users/todd/.ec2","__CF_USER_TEXT_ENCODING":"0x1F5:0:0","rvm_sticky_flag":"1","TERM_PROGRAM":"iTerm.app","rvm_bin_path":"/Users/todd/.rvm/bin","__array_start":"0","Apple_Ubiquity_Message":"/tmp/launch-luytb1/Apple_Ubiquity_Message","_":"/Users/todd/.rvm/rubies/ruby-1.8.7-p370/bin/ruby","rvm_path":"/Users/todd/.rvm","LANG":"en_US.UTF-8","_second":"1","ITERM_SESSION_ID":"w0t5p0","DISPLAY":"/tmp/launch-R54f9F/org.macosforge.xquartz:0","rvm_delete_flag":"0","TERM":"xterm-256color","TMPDIR":"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/","MY_RUBY_HOME":"/Users/todd/.rvm/rubies/ruby-1.8.7-p370","EDITOR":"vim","_first":"0","BUNDLE_BIN_PATH":"/Users/todd/.rvm/gems/ruby-1.8.7-p370@global/gems/bundler-1.1.5/bin/bundle","RUBY_VERSION":"ruby-1.8.7-p370","COMMAND_MODE":"unix2003","rvm_ruby_string":"ruby-1.8.7-p370","GEM_PATH":"/Users/todd/.rvm/gems/ruby-1.8.7-p370@errplane-ruby:/Users/todd/.rvm/gems/ruby-1.8.7-p370@global","RAILS_ENV":"test","USER":"todd","PATH":"/Users/todd/.rvm/gems/ruby-1.8.7-p370@errplane-ruby/bin:/Users/todd/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/todd/.rvm/rubies/ruby-1.8.7-p370/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/bin","rvm_version":"1.14.7 ()","IRBRC":"/Users/todd/.rvm/rubies/ruby-1.8.7-p370/.irbrc","AWS_CONFIG_FILE":"~/.aws_credentials","RUBYOPT":"-I/Users/todd/.rvm/gems/ruby-1.8.7-p370@global/gems/bundler-1.1.5/lib -rbundler/setup","GEM_HOME":"/Users/todd/.rvm/gems/ruby-1.8.7-p370@errplane-ruby","ITERM_PROFILE":"Default","SHLVL":"2","SECURITYSESSIONID":"186a4","Apple_PubSub_Socket_Render":"/tmp/launch-dwSYRA/Render","escape_flag":"1","PWD":"/Users/todd/Projects/errplane/errplane-ruby","BUNDLE_EDITOR":"vim","HOME":"/Users/todd","LOGNAME":"todd","EC2_CERT":"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem"},"reporter":{"version":"1.0.1","url":"https://github.com/errplane/errplane-ruby","name":"Errplane"},"custom_data":{},"application_name":"Application","framework":"Rails","application_root":"/var/www/current"}v1dstatusopenclassArgumentErrorClassArgumentErrormethod#serverlocalhost
5698
+ [Errplane] POSTing to /databases/b12r8c72test/points?api_key=f123-e456-d789c012
5699
+ [Errplane] Error calling API: #<FakeWeb::NetConnectNotAllowedError: Real HTTP connections are disabled. Unregistered request: POST https://w.apiv3.errplane.com/databases/b12r8c72test/points?api_key=f123-e456-d789c012>
5700
+ [Errplane] Thread exiting, flushing queue.
5701
+ [Errplane] Thread exiting, flushing queue.
@@ -84949,4 +84949,412 @@ ZeroDivisionError (divided by 0):
84949
84949
  rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
84950
84950
  rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `block in autorun'
84951
84951
 
84952
+ [Errplane] Error calling API: #<FakeWeb::NetConnectNotAllowedError: Real HTTP connections are disabled. Unregistered request: POST https://w.apiv3.errplane.com/databases/b12r8c72test/points?api_key=f123-e456-d789c012>
84953
+ Processing by WidgetsController#new as HTML
84954
+ Completed 500 Internal Server Error in 0ms
84955
+ Processing by WidgetsController#index as HTML
84956
+ Completed 200 OK in 6ms (Views: 6.0ms)
84957
+
84958
+
84959
+ Started GET "/widgets/new" for 127.0.0.1 at Wed Jul 10 01:55:14 -0400 2013
84960
+ Processing by WidgetsController#new as HTML
84961
+ Completed 500 Internal Server Error in 0ms
84962
+
84963
+ ZeroDivisionError (divided by 0):
84964
+ app.rb:23:in `/'
84965
+ app.rb:23:in `new'
84966
+ actionpack (3.1.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
84967
+ actionpack (3.1.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
84968
+ actionpack (3.1.12) lib/abstract_controller/base.rb:167:in `process_action'
84969
+ actionpack (3.1.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
84970
+ actionpack (3.1.12) lib/abstract_controller/callbacks.rb:18:in `process_action'
84971
+ activesupport (3.1.12) lib/active_support/callbacks.rb:407:in `_run__461388404__process_action__1219718993__callbacks'
84972
+ activesupport (3.1.12) lib/active_support/callbacks.rb:386:in `send'
84973
+ activesupport (3.1.12) lib/active_support/callbacks.rb:386:in `_run_process_action_callbacks'
84974
+ activesupport (3.1.12) lib/active_support/callbacks.rb:81:in `send'
84975
+ activesupport (3.1.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
84976
+ actionpack (3.1.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
84977
+ actionpack (3.1.12) lib/action_controller/metal/rescue.rb:17:in `process_action'
84978
+ actionpack (3.1.12) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
84979
+ activesupport (3.1.12) lib/active_support/notifications.rb:53:in `instrument'
84980
+ activesupport (3.1.12) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
84981
+ activesupport (3.1.12) lib/active_support/notifications.rb:53:in `instrument'
84982
+ actionpack (3.1.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
84983
+ actionpack (3.1.12) lib/action_controller/metal/params_wrapper.rb:201:in `process_action'
84984
+ actionpack (3.1.12) lib/abstract_controller/base.rb:121:in `process'
84985
+ actionpack (3.1.12) lib/abstract_controller/rendering.rb:45:in `process'
84986
+ actionpack (3.1.12) lib/action_controller/metal.rb:193:in `dispatch'
84987
+ actionpack (3.1.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
84988
+ actionpack (3.1.12) lib/action_controller/metal.rb:236:in `action'
84989
+ actionpack (3.1.12) lib/action_dispatch/routing/route_set.rb:71:in `call'
84990
+ actionpack (3.1.12) lib/action_dispatch/routing/route_set.rb:71:in `dispatch'
84991
+ actionpack (3.1.12) lib/action_dispatch/routing/route_set.rb:35:in `call'
84992
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:152:in `call'
84993
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:96:in `recognize'
84994
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:75:in `optimized_each'
84995
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:95:in `recognize'
84996
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:141:in `call'
84997
+ actionpack (3.1.12) lib/action_dispatch/routing/route_set.rb:538:in `call'
84998
+ actionpack (3.1.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
84999
+ rack (1.3.10) lib/rack/etag.rb:23:in `call'
85000
+ rack (1.3.10) lib/rack/conditionalget.rb:25:in `call'
85001
+ actionpack (3.1.12) lib/action_dispatch/middleware/head.rb:14:in `call'
85002
+ actionpack (3.1.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
85003
+ actionpack (3.1.12) lib/action_dispatch/middleware/flash.rb:243:in `call'
85004
+ rack (1.3.10) lib/rack/session/abstract/id.rb:195:in `context'
85005
+ rack (1.3.10) lib/rack/session/abstract/id.rb:190:in `call'
85006
+ actionpack (3.1.12) lib/action_dispatch/middleware/cookies.rb:331:in `call'
85007
+ actionpack (3.1.12) lib/action_dispatch/middleware/callbacks.rb:29:in `call'
85008
+ activesupport (3.1.12) lib/active_support/callbacks.rb:392:in `_run_call_callbacks'
85009
+ activesupport (3.1.12) lib/active_support/callbacks.rb:81:in `send'
85010
+ activesupport (3.1.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
85011
+ actionpack (3.1.12) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
85012
+ actionpack (3.1.12) lib/action_dispatch/middleware/reloader.rb:68:in `call'
85013
+ rack (1.3.10) lib/rack/sendfile.rb:101:in `call'
85014
+ actionpack (3.1.12) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
85015
+ actionpack (3.1.12) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
85016
+ railties (3.1.12) lib/rails/rack/logger.rb:13:in `call'
85017
+ rack (1.3.10) lib/rack/methodoverride.rb:24:in `call'
85018
+ rack (1.3.10) lib/rack/runtime.rb:17:in `call'
85019
+ activesupport (3.1.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
85020
+ rack (1.3.10) lib/rack/lock.rb:15:in `call'
85021
+ actionpack (3.1.12) lib/action_dispatch/middleware/static.rb:61:in `call'
85022
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:13:in `_call'
85023
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:8:in `call'
85024
+ railties (3.1.12) lib/rails/engine.rb:456:in `call'
85025
+ railties (3.1.12) lib/rails/application.rb:143:in `call'
85026
+ rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
85027
+ rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
85028
+ rack-test (0.6.2) lib/rack/test.rb:123:in `request'
85029
+ actionpack (3.1.12) lib/action_dispatch/testing/integration.rb:297:in `process'
85030
+ actionpack (3.1.12) lib/action_dispatch/testing/integration.rb:33:in `get'
85031
+ actionpack (3.1.12) lib/action_dispatch/testing/integration.rb:331:in `__send__'
85032
+ actionpack (3.1.12) lib/action_dispatch/testing/integration.rb:331:in `get'
85033
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:22
85034
+ rspec-core (2.14.2) lib/rspec/core/example.rb:114:in `instance_eval'
85035
+ rspec-core (2.14.2) lib/rspec/core/example.rb:114:in `run'
85036
+ rspec-core (2.14.2) lib/rspec/core/example.rb:254:in `with_around_each_hooks'
85037
+ rspec-core (2.14.2) lib/rspec/core/example.rb:111:in `run'
85038
+ rspec-core (2.14.2) lib/rspec/core/example_group.rb:400:in `run_examples'
85039
+ rspec-core (2.14.2) lib/rspec/core/example_group.rb:396:in `map'
85040
+ rspec-core (2.14.2) lib/rspec/core/example_group.rb:396:in `run_examples'
85041
+ rspec-core (2.14.2) lib/rspec/core/example_group.rb:381:in `run'
85042
+ rspec-core (2.14.2) lib/rspec/core/example_group.rb:382:in `run'
85043
+ rspec-core (2.14.2) lib/rspec/core/example_group.rb:382:in `map'
85044
+ rspec-core (2.14.2) lib/rspec/core/example_group.rb:382:in `run'
85045
+ rspec-core (2.14.2) lib/rspec/core/command_line.rb:28:in `run'
85046
+ rspec-core (2.14.2) lib/rspec/core/command_line.rb:28:in `map'
85047
+ rspec-core (2.14.2) lib/rspec/core/command_line.rb:28:in `run'
85048
+ rspec-core (2.14.2) lib/rspec/core/reporter.rb:58:in `report'
85049
+ rspec-core (2.14.2) lib/rspec/core/command_line.rb:25:in `run'
85050
+ rspec-core (2.14.2) lib/rspec/core/runner.rb:80:in `run'
85051
+ rspec-core (2.14.2) lib/rspec/core/runner.rb:17:in `autorun'
85052
+ /Users/todd/.rvm/gems/ruby-1.8.7-p370@errplane-ruby/bin/rspec:19
85053
+
85054
+
85055
+
85056
+ Started GET "/widgets" for 127.0.0.1 at Wed Jul 10 01:55:14 -0400 2013
85057
+ Processing by WidgetsController#index as HTML
85058
+ Completed 200 OK in 0ms (Views: 0.3ms)
85059
+
85060
+
85061
+ Started GET "/widgets/new" for 127.0.0.1 at Wed Jul 10 01:55:14 -0400 2013
85062
+ Processing by WidgetsController#new as HTML
85063
+ Completed 500 Internal Server Error in 0ms
85064
+
85065
+ ZeroDivisionError (divided by 0):
85066
+ app.rb:23:in `/'
85067
+ app.rb:23:in `new'
85068
+ actionpack (3.1.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
85069
+ actionpack (3.1.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
85070
+ actionpack (3.1.12) lib/abstract_controller/base.rb:167:in `process_action'
85071
+ actionpack (3.1.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
85072
+ actionpack (3.1.12) lib/abstract_controller/callbacks.rb:18:in `process_action'
85073
+ activesupport (3.1.12) lib/active_support/callbacks.rb:407:in `_run__461388404__process_action__1219718993__callbacks'
85074
+ activesupport (3.1.12) lib/active_support/callbacks.rb:386:in `send'
85075
+ activesupport (3.1.12) lib/active_support/callbacks.rb:386:in `_run_process_action_callbacks'
85076
+ activesupport (3.1.12) lib/active_support/callbacks.rb:81:in `send'
85077
+ activesupport (3.1.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
85078
+ actionpack (3.1.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
85079
+ actionpack (3.1.12) lib/action_controller/metal/rescue.rb:17:in `process_action'
85080
+ actionpack (3.1.12) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
85081
+ activesupport (3.1.12) lib/active_support/notifications.rb:53:in `instrument'
85082
+ activesupport (3.1.12) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
85083
+ activesupport (3.1.12) lib/active_support/notifications.rb:53:in `instrument'
85084
+ actionpack (3.1.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
85085
+ actionpack (3.1.12) lib/action_controller/metal/params_wrapper.rb:201:in `process_action'
85086
+ actionpack (3.1.12) lib/abstract_controller/base.rb:121:in `process'
85087
+ actionpack (3.1.12) lib/abstract_controller/rendering.rb:45:in `process'
85088
+ actionpack (3.1.12) lib/action_controller/metal.rb:193:in `dispatch'
85089
+ actionpack (3.1.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
85090
+ actionpack (3.1.12) lib/action_controller/metal.rb:236:in `action'
85091
+ actionpack (3.1.12) lib/action_dispatch/routing/route_set.rb:71:in `call'
85092
+ actionpack (3.1.12) lib/action_dispatch/routing/route_set.rb:71:in `dispatch'
85093
+ actionpack (3.1.12) lib/action_dispatch/routing/route_set.rb:35:in `call'
85094
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:152:in `call'
85095
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:96:in `recognize'
85096
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:75:in `optimized_each'
85097
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:95:in `recognize'
85098
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:141:in `call'
85099
+ actionpack (3.1.12) lib/action_dispatch/routing/route_set.rb:538:in `call'
85100
+ actionpack (3.1.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
85101
+ rack (1.3.10) lib/rack/etag.rb:23:in `call'
85102
+ rack (1.3.10) lib/rack/conditionalget.rb:25:in `call'
85103
+ actionpack (3.1.12) lib/action_dispatch/middleware/head.rb:14:in `call'
85104
+ actionpack (3.1.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
85105
+ actionpack (3.1.12) lib/action_dispatch/middleware/flash.rb:243:in `call'
85106
+ rack (1.3.10) lib/rack/session/abstract/id.rb:195:in `context'
85107
+ rack (1.3.10) lib/rack/session/abstract/id.rb:190:in `call'
85108
+ actionpack (3.1.12) lib/action_dispatch/middleware/cookies.rb:331:in `call'
85109
+ actionpack (3.1.12) lib/action_dispatch/middleware/callbacks.rb:29:in `call'
85110
+ activesupport (3.1.12) lib/active_support/callbacks.rb:392:in `_run_call_callbacks'
85111
+ activesupport (3.1.12) lib/active_support/callbacks.rb:81:in `send'
85112
+ activesupport (3.1.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
85113
+ actionpack (3.1.12) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
85114
+ actionpack (3.1.12) lib/action_dispatch/middleware/reloader.rb:68:in `call'
85115
+ rack (1.3.10) lib/rack/sendfile.rb:101:in `call'
85116
+ actionpack (3.1.12) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
85117
+ actionpack (3.1.12) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
85118
+ railties (3.1.12) lib/rails/rack/logger.rb:13:in `call'
85119
+ rack (1.3.10) lib/rack/methodoverride.rb:24:in `call'
85120
+ rack (1.3.10) lib/rack/runtime.rb:17:in `call'
85121
+ activesupport (3.1.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
85122
+ rack (1.3.10) lib/rack/lock.rb:15:in `call'
85123
+ actionpack (3.1.12) lib/action_dispatch/middleware/static.rb:61:in `call'
85124
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:13:in `_call'
85125
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:8:in `call'
85126
+ railties (3.1.12) lib/rails/engine.rb:456:in `call'
85127
+ railties (3.1.12) lib/rails/application.rb:143:in `call'
85128
+ rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
85129
+ rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
85130
+ rack-test (0.6.2) lib/rack/test.rb:123:in `request'
85131
+ actionpack (3.1.12) lib/action_dispatch/testing/integration.rb:297:in `process'
85132
+ actionpack (3.1.12) lib/action_dispatch/testing/integration.rb:33:in `get'
85133
+ actionpack (3.1.12) lib/action_dispatch/testing/integration.rb:331:in `__send__'
85134
+ actionpack (3.1.12) lib/action_dispatch/testing/integration.rb:331:in `get'
85135
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:39
85136
+ rspec-core (2.14.2) lib/rspec/core/example.rb:114:in `instance_eval'
85137
+ rspec-core (2.14.2) lib/rspec/core/example.rb:114:in `run'
85138
+ rspec-core (2.14.2) lib/rspec/core/example.rb:254:in `with_around_each_hooks'
85139
+ rspec-core (2.14.2) lib/rspec/core/example.rb:111:in `run'
85140
+ rspec-core (2.14.2) lib/rspec/core/example_group.rb:400:in `run_examples'
85141
+ rspec-core (2.14.2) lib/rspec/core/example_group.rb:396:in `map'
85142
+ rspec-core (2.14.2) lib/rspec/core/example_group.rb:396:in `run_examples'
85143
+ rspec-core (2.14.2) lib/rspec/core/example_group.rb:381:in `run'
85144
+ rspec-core (2.14.2) lib/rspec/core/example_group.rb:382:in `run'
85145
+ rspec-core (2.14.2) lib/rspec/core/example_group.rb:382:in `map'
85146
+ rspec-core (2.14.2) lib/rspec/core/example_group.rb:382:in `run'
85147
+ rspec-core (2.14.2) lib/rspec/core/command_line.rb:28:in `run'
85148
+ rspec-core (2.14.2) lib/rspec/core/command_line.rb:28:in `map'
85149
+ rspec-core (2.14.2) lib/rspec/core/command_line.rb:28:in `run'
85150
+ rspec-core (2.14.2) lib/rspec/core/reporter.rb:58:in `report'
85151
+ rspec-core (2.14.2) lib/rspec/core/command_line.rb:25:in `run'
85152
+ rspec-core (2.14.2) lib/rspec/core/runner.rb:80:in `run'
85153
+ rspec-core (2.14.2) lib/rspec/core/runner.rb:17:in `autorun'
85154
+ /Users/todd/.rvm/gems/ruby-1.8.7-p370@errplane-ruby/bin/rspec:19
85155
+
85156
+ [Errplane] Error calling API: #<FakeWeb::NetConnectNotAllowedError: Real HTTP connections are disabled. Unregistered request: POST https://w.apiv3.errplane.com/databases/b12r8c72test/points?api_key=f123-e456-d789c012>
85157
+ Processing by WidgetsController#new as HTML
85158
+ Completed 500 Internal Server Error in 0ms
85159
+ Processing by WidgetsController#index as HTML
85160
+ Completed 200 OK in 6ms (Views: 6.0ms)
85161
+
85162
+
85163
+ Started GET "/widgets/new" for 127.0.0.1 at Wed Jul 10 01:56:16 -0400 2013
85164
+ Processing by WidgetsController#new as HTML
85165
+ Completed 500 Internal Server Error in 0ms
85166
+
85167
+ ZeroDivisionError (divided by 0):
85168
+ app.rb:23:in `/'
85169
+ app.rb:23:in `new'
85170
+ actionpack (3.1.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
85171
+ actionpack (3.1.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
85172
+ actionpack (3.1.12) lib/abstract_controller/base.rb:167:in `process_action'
85173
+ actionpack (3.1.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
85174
+ actionpack (3.1.12) lib/abstract_controller/callbacks.rb:18:in `process_action'
85175
+ activesupport (3.1.12) lib/active_support/callbacks.rb:407:in `_run__1929730750__process_action__1795046788__callbacks'
85176
+ activesupport (3.1.12) lib/active_support/callbacks.rb:386:in `send'
85177
+ activesupport (3.1.12) lib/active_support/callbacks.rb:386:in `_run_process_action_callbacks'
85178
+ activesupport (3.1.12) lib/active_support/callbacks.rb:81:in `send'
85179
+ activesupport (3.1.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
85180
+ actionpack (3.1.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
85181
+ actionpack (3.1.12) lib/action_controller/metal/rescue.rb:17:in `process_action'
85182
+ actionpack (3.1.12) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
85183
+ activesupport (3.1.12) lib/active_support/notifications.rb:53:in `instrument'
85184
+ activesupport (3.1.12) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
85185
+ activesupport (3.1.12) lib/active_support/notifications.rb:53:in `instrument'
85186
+ actionpack (3.1.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
85187
+ actionpack (3.1.12) lib/action_controller/metal/params_wrapper.rb:201:in `process_action'
85188
+ actionpack (3.1.12) lib/abstract_controller/base.rb:121:in `process'
85189
+ actionpack (3.1.12) lib/abstract_controller/rendering.rb:45:in `process'
85190
+ actionpack (3.1.12) lib/action_controller/metal.rb:193:in `dispatch'
85191
+ actionpack (3.1.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
85192
+ actionpack (3.1.12) lib/action_controller/metal.rb:236:in `action'
85193
+ actionpack (3.1.12) lib/action_dispatch/routing/route_set.rb:71:in `call'
85194
+ actionpack (3.1.12) lib/action_dispatch/routing/route_set.rb:71:in `dispatch'
85195
+ actionpack (3.1.12) lib/action_dispatch/routing/route_set.rb:35:in `call'
85196
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:152:in `call'
85197
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:96:in `recognize'
85198
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:75:in `optimized_each'
85199
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:95:in `recognize'
85200
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:141:in `call'
85201
+ actionpack (3.1.12) lib/action_dispatch/routing/route_set.rb:538:in `call'
85202
+ actionpack (3.1.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
85203
+ rack (1.3.10) lib/rack/etag.rb:23:in `call'
85204
+ rack (1.3.10) lib/rack/conditionalget.rb:25:in `call'
85205
+ actionpack (3.1.12) lib/action_dispatch/middleware/head.rb:14:in `call'
85206
+ actionpack (3.1.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
85207
+ actionpack (3.1.12) lib/action_dispatch/middleware/flash.rb:243:in `call'
85208
+ rack (1.3.10) lib/rack/session/abstract/id.rb:195:in `context'
85209
+ rack (1.3.10) lib/rack/session/abstract/id.rb:190:in `call'
85210
+ actionpack (3.1.12) lib/action_dispatch/middleware/cookies.rb:331:in `call'
85211
+ actionpack (3.1.12) lib/action_dispatch/middleware/callbacks.rb:29:in `call'
85212
+ activesupport (3.1.12) lib/active_support/callbacks.rb:392:in `_run_call_callbacks'
85213
+ activesupport (3.1.12) lib/active_support/callbacks.rb:81:in `send'
85214
+ activesupport (3.1.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
85215
+ actionpack (3.1.12) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
85216
+ actionpack (3.1.12) lib/action_dispatch/middleware/reloader.rb:68:in `call'
85217
+ rack (1.3.10) lib/rack/sendfile.rb:101:in `call'
85218
+ actionpack (3.1.12) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
85219
+ actionpack (3.1.12) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
85220
+ railties (3.1.12) lib/rails/rack/logger.rb:13:in `call'
85221
+ rack (1.3.10) lib/rack/methodoverride.rb:24:in `call'
85222
+ rack (1.3.10) lib/rack/runtime.rb:17:in `call'
85223
+ activesupport (3.1.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
85224
+ rack (1.3.10) lib/rack/lock.rb:15:in `call'
85225
+ actionpack (3.1.12) lib/action_dispatch/middleware/static.rb:61:in `call'
85226
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:13:in `_call'
85227
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:8:in `call'
85228
+ railties (3.1.12) lib/rails/engine.rb:456:in `call'
85229
+ railties (3.1.12) lib/rails/application.rb:143:in `call'
85230
+ rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
85231
+ rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
85232
+ rack-test (0.6.2) lib/rack/test.rb:123:in `request'
85233
+ actionpack (3.1.12) lib/action_dispatch/testing/integration.rb:297:in `process'
85234
+ actionpack (3.1.12) lib/action_dispatch/testing/integration.rb:33:in `get'
85235
+ actionpack (3.1.12) lib/action_dispatch/testing/integration.rb:331:in `__send__'
85236
+ actionpack (3.1.12) lib/action_dispatch/testing/integration.rb:331:in `get'
85237
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:22
85238
+ rspec-core (2.14.2) lib/rspec/core/example.rb:114:in `instance_eval'
85239
+ rspec-core (2.14.2) lib/rspec/core/example.rb:114:in `run'
85240
+ rspec-core (2.14.2) lib/rspec/core/example.rb:254:in `with_around_each_hooks'
85241
+ rspec-core (2.14.2) lib/rspec/core/example.rb:111:in `run'
85242
+ rspec-core (2.14.2) lib/rspec/core/example_group.rb:400:in `run_examples'
85243
+ rspec-core (2.14.2) lib/rspec/core/example_group.rb:396:in `map'
85244
+ rspec-core (2.14.2) lib/rspec/core/example_group.rb:396:in `run_examples'
85245
+ rspec-core (2.14.2) lib/rspec/core/example_group.rb:381:in `run'
85246
+ rspec-core (2.14.2) lib/rspec/core/example_group.rb:382:in `run'
85247
+ rspec-core (2.14.2) lib/rspec/core/example_group.rb:382:in `map'
85248
+ rspec-core (2.14.2) lib/rspec/core/example_group.rb:382:in `run'
85249
+ rspec-core (2.14.2) lib/rspec/core/command_line.rb:28:in `run'
85250
+ rspec-core (2.14.2) lib/rspec/core/command_line.rb:28:in `map'
85251
+ rspec-core (2.14.2) lib/rspec/core/command_line.rb:28:in `run'
85252
+ rspec-core (2.14.2) lib/rspec/core/reporter.rb:58:in `report'
85253
+ rspec-core (2.14.2) lib/rspec/core/command_line.rb:25:in `run'
85254
+ rspec-core (2.14.2) lib/rspec/core/runner.rb:80:in `run'
85255
+ rspec-core (2.14.2) lib/rspec/core/runner.rb:17:in `autorun'
85256
+ /Users/todd/.rvm/gems/ruby-1.8.7-p370@errplane-ruby/bin/rspec:19
85257
+
85258
+
85259
+
85260
+ Started GET "/widgets" for 127.0.0.1 at Wed Jul 10 01:56:16 -0400 2013
85261
+ Processing by WidgetsController#index as HTML
85262
+ Completed 200 OK in 1ms (Views: 0.2ms)
85263
+
85264
+
85265
+ Started GET "/widgets/new" for 127.0.0.1 at Wed Jul 10 01:56:16 -0400 2013
85266
+ Processing by WidgetsController#new as HTML
85267
+ Completed 500 Internal Server Error in 0ms
85268
+
85269
+ ZeroDivisionError (divided by 0):
85270
+ app.rb:23:in `/'
85271
+ app.rb:23:in `new'
85272
+ actionpack (3.1.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
85273
+ actionpack (3.1.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
85274
+ actionpack (3.1.12) lib/abstract_controller/base.rb:167:in `process_action'
85275
+ actionpack (3.1.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
85276
+ actionpack (3.1.12) lib/abstract_controller/callbacks.rb:18:in `process_action'
85277
+ activesupport (3.1.12) lib/active_support/callbacks.rb:407:in `_run__1929730750__process_action__1795046788__callbacks'
85278
+ activesupport (3.1.12) lib/active_support/callbacks.rb:386:in `send'
85279
+ activesupport (3.1.12) lib/active_support/callbacks.rb:386:in `_run_process_action_callbacks'
85280
+ activesupport (3.1.12) lib/active_support/callbacks.rb:81:in `send'
85281
+ activesupport (3.1.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
85282
+ actionpack (3.1.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
85283
+ actionpack (3.1.12) lib/action_controller/metal/rescue.rb:17:in `process_action'
85284
+ actionpack (3.1.12) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
85285
+ activesupport (3.1.12) lib/active_support/notifications.rb:53:in `instrument'
85286
+ activesupport (3.1.12) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
85287
+ activesupport (3.1.12) lib/active_support/notifications.rb:53:in `instrument'
85288
+ actionpack (3.1.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
85289
+ actionpack (3.1.12) lib/action_controller/metal/params_wrapper.rb:201:in `process_action'
85290
+ actionpack (3.1.12) lib/abstract_controller/base.rb:121:in `process'
85291
+ actionpack (3.1.12) lib/abstract_controller/rendering.rb:45:in `process'
85292
+ actionpack (3.1.12) lib/action_controller/metal.rb:193:in `dispatch'
85293
+ actionpack (3.1.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
85294
+ actionpack (3.1.12) lib/action_controller/metal.rb:236:in `action'
85295
+ actionpack (3.1.12) lib/action_dispatch/routing/route_set.rb:71:in `call'
85296
+ actionpack (3.1.12) lib/action_dispatch/routing/route_set.rb:71:in `dispatch'
85297
+ actionpack (3.1.12) lib/action_dispatch/routing/route_set.rb:35:in `call'
85298
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:152:in `call'
85299
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:96:in `recognize'
85300
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:75:in `optimized_each'
85301
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:95:in `recognize'
85302
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:141:in `call'
85303
+ actionpack (3.1.12) lib/action_dispatch/routing/route_set.rb:538:in `call'
85304
+ actionpack (3.1.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
85305
+ rack (1.3.10) lib/rack/etag.rb:23:in `call'
85306
+ rack (1.3.10) lib/rack/conditionalget.rb:25:in `call'
85307
+ actionpack (3.1.12) lib/action_dispatch/middleware/head.rb:14:in `call'
85308
+ actionpack (3.1.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
85309
+ actionpack (3.1.12) lib/action_dispatch/middleware/flash.rb:243:in `call'
85310
+ rack (1.3.10) lib/rack/session/abstract/id.rb:195:in `context'
85311
+ rack (1.3.10) lib/rack/session/abstract/id.rb:190:in `call'
85312
+ actionpack (3.1.12) lib/action_dispatch/middleware/cookies.rb:331:in `call'
85313
+ actionpack (3.1.12) lib/action_dispatch/middleware/callbacks.rb:29:in `call'
85314
+ activesupport (3.1.12) lib/active_support/callbacks.rb:392:in `_run_call_callbacks'
85315
+ activesupport (3.1.12) lib/active_support/callbacks.rb:81:in `send'
85316
+ activesupport (3.1.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
85317
+ actionpack (3.1.12) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
85318
+ actionpack (3.1.12) lib/action_dispatch/middleware/reloader.rb:68:in `call'
85319
+ rack (1.3.10) lib/rack/sendfile.rb:101:in `call'
85320
+ actionpack (3.1.12) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
85321
+ actionpack (3.1.12) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
85322
+ railties (3.1.12) lib/rails/rack/logger.rb:13:in `call'
85323
+ rack (1.3.10) lib/rack/methodoverride.rb:24:in `call'
85324
+ rack (1.3.10) lib/rack/runtime.rb:17:in `call'
85325
+ activesupport (3.1.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
85326
+ rack (1.3.10) lib/rack/lock.rb:15:in `call'
85327
+ actionpack (3.1.12) lib/action_dispatch/middleware/static.rb:61:in `call'
85328
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:13:in `_call'
85329
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:8:in `call'
85330
+ railties (3.1.12) lib/rails/engine.rb:456:in `call'
85331
+ railties (3.1.12) lib/rails/application.rb:143:in `call'
85332
+ rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
85333
+ rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
85334
+ rack-test (0.6.2) lib/rack/test.rb:123:in `request'
85335
+ actionpack (3.1.12) lib/action_dispatch/testing/integration.rb:297:in `process'
85336
+ actionpack (3.1.12) lib/action_dispatch/testing/integration.rb:33:in `get'
85337
+ actionpack (3.1.12) lib/action_dispatch/testing/integration.rb:331:in `__send__'
85338
+ actionpack (3.1.12) lib/action_dispatch/testing/integration.rb:331:in `get'
85339
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:39
85340
+ rspec-core (2.14.2) lib/rspec/core/example.rb:114:in `instance_eval'
85341
+ rspec-core (2.14.2) lib/rspec/core/example.rb:114:in `run'
85342
+ rspec-core (2.14.2) lib/rspec/core/example.rb:254:in `with_around_each_hooks'
85343
+ rspec-core (2.14.2) lib/rspec/core/example.rb:111:in `run'
85344
+ rspec-core (2.14.2) lib/rspec/core/example_group.rb:400:in `run_examples'
85345
+ rspec-core (2.14.2) lib/rspec/core/example_group.rb:396:in `map'
85346
+ rspec-core (2.14.2) lib/rspec/core/example_group.rb:396:in `run_examples'
85347
+ rspec-core (2.14.2) lib/rspec/core/example_group.rb:381:in `run'
85348
+ rspec-core (2.14.2) lib/rspec/core/example_group.rb:382:in `run'
85349
+ rspec-core (2.14.2) lib/rspec/core/example_group.rb:382:in `map'
85350
+ rspec-core (2.14.2) lib/rspec/core/example_group.rb:382:in `run'
85351
+ rspec-core (2.14.2) lib/rspec/core/command_line.rb:28:in `run'
85352
+ rspec-core (2.14.2) lib/rspec/core/command_line.rb:28:in `map'
85353
+ rspec-core (2.14.2) lib/rspec/core/command_line.rb:28:in `run'
85354
+ rspec-core (2.14.2) lib/rspec/core/reporter.rb:58:in `report'
85355
+ rspec-core (2.14.2) lib/rspec/core/command_line.rb:25:in `run'
85356
+ rspec-core (2.14.2) lib/rspec/core/runner.rb:80:in `run'
85357
+ rspec-core (2.14.2) lib/rspec/core/runner.rb:17:in `autorun'
85358
+ /Users/todd/.rvm/gems/ruby-1.8.7-p370@errplane-ruby/bin/rspec:19
85359
+
84952
85360
  [Errplane] Error calling API: #<FakeWeb::NetConnectNotAllowedError: Real HTTP connections are disabled. Unregistered request: POST https://w.apiv3.errplane.com/databases/b12r8c72test/points?api_key=f123-e456-d789c012>
metadata CHANGED
@@ -1,168 +1,160 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: errplane
3
- version: !ruby/object:Gem::Version
4
- version: 1.0.1
3
+ version: !ruby/object:Gem::Version
4
+ hash: 19
5
5
  prerelease:
6
+ segments:
7
+ - 1
8
+ - 0
9
+ - 2
10
+ version: 1.0.2
6
11
  platform: ruby
7
- authors:
12
+ authors:
8
13
  - Todd Persen
9
14
  autorequire:
10
15
  bindir: bin
11
16
  cert_chain: []
12
- date: 2013-07-05 00:00:00.000000000 Z
13
- dependencies:
14
- - !ruby/object:Gem::Dependency
17
+
18
+ date: 2013-07-10 00:00:00 Z
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
15
21
  name: json
16
- requirement: !ruby/object:Gem::Requirement
17
- none: false
18
- requirements:
19
- - - ! '>='
20
- - !ruby/object:Gem::Version
21
- version: '0'
22
- type: :runtime
23
22
  prerelease: false
24
- version_requirements: !ruby/object:Gem::Requirement
23
+ requirement: &id001 !ruby/object:Gem::Requirement
25
24
  none: false
26
- requirements:
27
- - - ! '>='
28
- - !ruby/object:Gem::Version
29
- version: '0'
30
- - !ruby/object:Gem::Dependency
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ hash: 3
29
+ segments:
30
+ - 0
31
+ version: "0"
32
+ type: :runtime
33
+ version_requirements: *id001
34
+ - !ruby/object:Gem::Dependency
31
35
  name: bundler
32
- requirement: !ruby/object:Gem::Requirement
33
- none: false
34
- requirements:
35
- - - ! '>='
36
- - !ruby/object:Gem::Version
37
- version: 1.0.0
38
- type: :development
39
36
  prerelease: false
40
- version_requirements: !ruby/object:Gem::Requirement
37
+ requirement: &id002 !ruby/object:Gem::Requirement
41
38
  none: false
42
- requirements:
43
- - - ! '>='
44
- - !ruby/object:Gem::Version
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ hash: 23
43
+ segments:
44
+ - 1
45
+ - 0
46
+ - 0
45
47
  version: 1.0.0
46
- - !ruby/object:Gem::Dependency
47
- name: fakeweb
48
- requirement: !ruby/object:Gem::Requirement
49
- none: false
50
- requirements:
51
- - - ! '>='
52
- - !ruby/object:Gem::Version
53
- version: '0'
54
48
  type: :development
49
+ version_requirements: *id002
50
+ - !ruby/object:Gem::Dependency
51
+ name: fakeweb
55
52
  prerelease: false
56
- version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
- requirements:
59
- - - ! '>='
60
- - !ruby/object:Gem::Version
61
- version: '0'
62
- - !ruby/object:Gem::Dependency
63
- name: guard
64
- requirement: !ruby/object:Gem::Requirement
53
+ requirement: &id003 !ruby/object:Gem::Requirement
65
54
  none: false
66
- requirements:
67
- - - ! '>='
68
- - !ruby/object:Gem::Version
69
- version: '0'
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ hash: 3
59
+ segments:
60
+ - 0
61
+ version: "0"
70
62
  type: :development
63
+ version_requirements: *id003
64
+ - !ruby/object:Gem::Dependency
65
+ name: guard
71
66
  prerelease: false
72
- version_requirements: !ruby/object:Gem::Requirement
73
- none: false
74
- requirements:
75
- - - ! '>='
76
- - !ruby/object:Gem::Version
77
- version: '0'
78
- - !ruby/object:Gem::Dependency
79
- name: guard-rspec
80
- requirement: !ruby/object:Gem::Requirement
67
+ requirement: &id004 !ruby/object:Gem::Requirement
81
68
  none: false
82
- requirements:
83
- - - ! '>='
84
- - !ruby/object:Gem::Version
85
- version: '0'
69
+ requirements:
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ hash: 3
73
+ segments:
74
+ - 0
75
+ version: "0"
86
76
  type: :development
77
+ version_requirements: *id004
78
+ - !ruby/object:Gem::Dependency
79
+ name: guard-rspec
87
80
  prerelease: false
88
- version_requirements: !ruby/object:Gem::Requirement
89
- none: false
90
- requirements:
91
- - - ! '>='
92
- - !ruby/object:Gem::Version
93
- version: '0'
94
- - !ruby/object:Gem::Dependency
95
- name: rake
96
- requirement: !ruby/object:Gem::Requirement
81
+ requirement: &id005 !ruby/object:Gem::Requirement
97
82
  none: false
98
- requirements:
99
- - - ! '>='
100
- - !ruby/object:Gem::Version
101
- version: '0'
83
+ requirements:
84
+ - - ">="
85
+ - !ruby/object:Gem::Version
86
+ hash: 3
87
+ segments:
88
+ - 0
89
+ version: "0"
102
90
  type: :development
91
+ version_requirements: *id005
92
+ - !ruby/object:Gem::Dependency
93
+ name: rake
103
94
  prerelease: false
104
- version_requirements: !ruby/object:Gem::Requirement
95
+ requirement: &id006 !ruby/object:Gem::Requirement
105
96
  none: false
106
- requirements:
107
- - - ! '>='
108
- - !ruby/object:Gem::Version
109
- version: '0'
110
- - !ruby/object:Gem::Dependency
111
- name: rdoc
112
- requirement: !ruby/object:Gem::Requirement
113
- none: false
114
- requirements:
115
- - - ! '>='
116
- - !ruby/object:Gem::Version
117
- version: '0'
97
+ requirements:
98
+ - - ">="
99
+ - !ruby/object:Gem::Version
100
+ hash: 3
101
+ segments:
102
+ - 0
103
+ version: "0"
118
104
  type: :development
105
+ version_requirements: *id006
106
+ - !ruby/object:Gem::Dependency
107
+ name: rdoc
119
108
  prerelease: false
120
- version_requirements: !ruby/object:Gem::Requirement
109
+ requirement: &id007 !ruby/object:Gem::Requirement
121
110
  none: false
122
- requirements:
123
- - - ! '>='
124
- - !ruby/object:Gem::Version
125
- version: '0'
126
- - !ruby/object:Gem::Dependency
127
- name: rspec
128
- requirement: !ruby/object:Gem::Requirement
129
- none: false
130
- requirements:
131
- - - ! '>='
132
- - !ruby/object:Gem::Version
133
- version: '0'
111
+ requirements:
112
+ - - ">="
113
+ - !ruby/object:Gem::Version
114
+ hash: 3
115
+ segments:
116
+ - 0
117
+ version: "0"
134
118
  type: :development
119
+ version_requirements: *id007
120
+ - !ruby/object:Gem::Dependency
121
+ name: rspec
135
122
  prerelease: false
136
- version_requirements: !ruby/object:Gem::Requirement
123
+ requirement: &id008 !ruby/object:Gem::Requirement
137
124
  none: false
138
- requirements:
139
- - - ! '>='
140
- - !ruby/object:Gem::Version
141
- version: '0'
142
- - !ruby/object:Gem::Dependency
143
- name: tzinfo
144
- requirement: !ruby/object:Gem::Requirement
145
- none: false
146
- requirements:
147
- - - ! '>='
148
- - !ruby/object:Gem::Version
149
- version: '0'
125
+ requirements:
126
+ - - ">="
127
+ - !ruby/object:Gem::Version
128
+ hash: 3
129
+ segments:
130
+ - 0
131
+ version: "0"
150
132
  type: :development
133
+ version_requirements: *id008
134
+ - !ruby/object:Gem::Dependency
135
+ name: tzinfo
151
136
  prerelease: false
152
- version_requirements: !ruby/object:Gem::Requirement
137
+ requirement: &id009 !ruby/object:Gem::Requirement
153
138
  none: false
154
- requirements:
155
- - - ! '>='
156
- - !ruby/object:Gem::Version
157
- version: '0'
158
- description: This gem provides implements instrumentation with Errplane for Rails
159
- 2.3.x and 3.x applications.
160
- email:
139
+ requirements:
140
+ - - ">="
141
+ - !ruby/object:Gem::Version
142
+ hash: 3
143
+ segments:
144
+ - 0
145
+ version: "0"
146
+ type: :development
147
+ version_requirements: *id009
148
+ description: This gem provides implements instrumentation with Errplane for Rails 2.3.x and 3.x applications.
149
+ email:
161
150
  - todd@errplane.com
162
151
  executables: []
152
+
163
153
  extensions: []
154
+
164
155
  extra_rdoc_files: []
165
- files:
156
+
157
+ files:
166
158
  - config.ru
167
159
  - errplane.gemspec
168
160
  - Gemfile
@@ -229,31 +221,39 @@ files:
229
221
  - spec/unit/max_queue_spec.rb
230
222
  - spec/unit/worker_spec.rb
231
223
  homepage: http://errplane.com
232
- licenses:
224
+ licenses:
233
225
  - MIT
234
226
  post_install_message:
235
227
  rdoc_options: []
236
- require_paths:
228
+
229
+ require_paths:
237
230
  - lib
238
- required_ruby_version: !ruby/object:Gem::Requirement
231
+ required_ruby_version: !ruby/object:Gem::Requirement
239
232
  none: false
240
- requirements:
241
- - - ! '>='
242
- - !ruby/object:Gem::Version
243
- version: '0'
244
- required_rubygems_version: !ruby/object:Gem::Requirement
233
+ requirements:
234
+ - - ">="
235
+ - !ruby/object:Gem::Version
236
+ hash: 3
237
+ segments:
238
+ - 0
239
+ version: "0"
240
+ required_rubygems_version: !ruby/object:Gem::Requirement
245
241
  none: false
246
- requirements:
247
- - - ! '>='
248
- - !ruby/object:Gem::Version
249
- version: '0'
242
+ requirements:
243
+ - - ">="
244
+ - !ruby/object:Gem::Version
245
+ hash: 3
246
+ segments:
247
+ - 0
248
+ version: "0"
250
249
  requirements: []
250
+
251
251
  rubyforge_project: errplane
252
252
  rubygems_version: 1.8.24
253
253
  signing_key:
254
254
  specification_version: 3
255
255
  summary: Rails-based instrumentation library for Errplane.
256
- test_files:
256
+ test_files:
257
257
  - spec/controllers/widgets_controller_spec.rb
258
258
  - spec/integration/exceptions_spec.rb
259
259
  - spec/integration/integration_helper.rb