ht_retro 0.0.5 → 0.0.6

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.
@@ -66,7 +66,6 @@ module HoptoadNotifier
66
66
  end
67
67
  if notice[:environment].is_a?(Hash)
68
68
  notice[:environment] = filter_parameters(notice[:environment]) if respond_to?(:filter_parameters)
69
- notice[:environment] = clean_hoptoad_environment(notice[:environment])
70
69
  end
71
70
  {:notice => clean_non_serializable_data(notice)}
72
71
  end
@@ -123,14 +122,6 @@ module HoptoadNotifier
123
122
  end
124
123
  end
125
124
 
126
- def clean_hoptoad_environment env #:nodoc:
127
- env.each do |k, v|
128
- env[k] = "[FILTERED]" if HoptoadNotifier.configuration.environment_filters.any? do |filter|
129
- k.to_s.match(/#{filter}/)
130
- end
131
- end
132
- end
133
-
134
125
  def clean_non_serializable_data(data) #:nodoc:
135
126
  case data
136
127
  when Hash
@@ -1,5 +1,5 @@
1
1
  module Hoptoad
2
2
  module Retro
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ht_retro
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
5
- prerelease: false
4
+ hash: 19
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jake Varghese
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-06-09 00:00:00 -05:00
18
+ date: 2011-11-02 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -97,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
97
  requirements: []
98
98
 
99
99
  rubyforge_project: ht_retro
100
- rubygems_version: 1.3.7
100
+ rubygems_version: 1.6.2
101
101
  signing_key:
102
102
  specification_version: 3
103
103
  summary: HT retro