guardrail_notifier 0.2.11 → 0.2.12
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/README.rdoc +2 -2
- data/guardrail_notifier.gemspec +2 -2
- data/lib/guardrail_notifier.rb +1 -1
- data/lib/guardrail_notifier/version.rb +1 -1
- metadata +5 -2
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:
|
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)
|
97
|
+
Copyright (c) 2012 Terrible Labs, Inc. See LICENSE for details.
|
98
98
|
|
data/guardrail_notifier.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "guardrail_notifier"
|
8
|
-
s.version = "0.2.
|
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
|
+
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 = [
|
data/lib/guardrail_notifier.rb
CHANGED
@@ -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
|
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.
|
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-
|
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:
|