guardrail_notifier 0.2.11 → 0.2.12

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -79,7 +79,7 @@ Per Rails convention, those params will show up as "[FILTERED]" in the data subm
79
79
  == Contact information
80
80
 
81
81
  * Twitter: @guardrailapp
82
- * Email: jeremy@guardrailapp.com, jeff@guardrailapp.com
82
+ * Email: support@guardrailapp.com
83
83
 
84
84
 
85
85
  == Note on Patches/Pull Requests
@@ -94,5 +94,5 @@ Per Rails convention, those params will show up as "[FILTERED]" in the data subm
94
94
 
95
95
  == Copyright
96
96
 
97
- Copyright (c) 2010 Terrible Labs, Inc. See LICENSE for details.
97
+ Copyright (c) 2012 Terrible Labs, Inc. See LICENSE for details.
98
98
 
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "guardrail_notifier"
8
- s.version = "0.2.11"
8
+ s.version = "0.2.12"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jeffrey Chupp", "Jeremy Weiskotten"]
12
- s.date = "2012-10-12"
12
+ s.date = "2012-10-13"
13
13
  s.description = "Guardrail captures validation errors from your Ruby on Rails application to help you identify and fix user experience issues. The GuardrailNotifier gem makes it easy to hook up your app to the Guardrail web service."
14
14
  s.email = "support@guardrailapp.com"
15
15
  s.extra_rdoc_files = [
@@ -29,7 +29,7 @@ module GuardrailNotifier
29
29
  def notifier_params
30
30
  @notifier_params ||= {
31
31
  :notifier_version => self.configuration.notifier_version,
32
- :api_key => self.configuration.api_key || ENV['GUARDRAIL_API_KEY'],
32
+ :api_key => self.configuration.api_key || ENV['GUARDRAIL_API_KEY'] || ENV['TRIPWIRE_API_KEY'],
33
33
  :api_version => API_VERSION
34
34
  }
35
35
  end
@@ -1,3 +1,3 @@
1
1
  module GuardrailNotifier
2
- VERSION = '0.2.11'
2
+ VERSION = '0.2.12'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guardrail_notifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.11
4
+ version: 0.2.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-10-12 00:00:00.000000000 Z
13
+ date: 2012-10-13 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: actionpack
@@ -177,6 +177,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
177
177
  - - ! '>='
178
178
  - !ruby/object:Gem::Version
179
179
  version: '0'
180
+ segments:
181
+ - 0
182
+ hash: 3637825707664709544
180
183
  required_rubygems_version: !ruby/object:Gem::Requirement
181
184
  none: false
182
185
  requirements: