bugsnag-capistrano 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 79c3760c59cce6a32240955ba0ffb0604c789135
4
- data.tar.gz: 69b90256827c6e24a07f7a1e9491337a0c5e9cee
3
+ metadata.gz: 5057c1b72356bf8ac7631d34c24a8ca3fcc0e3df
4
+ data.tar.gz: 2ce11b8867978a3290baef6f2ee89af04ac5e535
5
5
  SHA512:
6
- metadata.gz: f7c991ec8c557f2d2e6ce823b2b9b24ec21daf4bf532a568b389f4824f81f64144402c09e49d854807314409d9777430ca5540c86aab5fcdeeb44bf280b568c0
7
- data.tar.gz: 35c9f306c9abae72d6a3eb2c89102163b8f801c98e3f7d040a92dce882bab119cf1efa826891600d816c793bfbb440c049a2c5031464c321cfdb8538b0d93045
6
+ metadata.gz: ad7de9013a9a1277c462d3ebb80905274cfeec93ba9009318f3fb57ee2c1ca94eb29875e3bfe96ff5bfb143a8c47622c48cd489128d9f4b46868a976b66ad00c
7
+ data.tar.gz: 26faf638a887d6af2f6e83eaed8cf8558d6f4c74b8066c831be93030b73c79dd29941349ac4a07f4c28d7e3edc8e6f9f10c6eb63149dc2759e8c9d5db52cada3
@@ -1,3 +1,11 @@
1
+ ## 1.1.1 (14-12-2017)
2
+
3
+ ### Fixes
4
+
5
+ * Load BUGSNAG_RELEASE_STAGE before RAILS_ENV
6
+ | [#6](https://github.com/bugsnag/bugsnag-capistrano/pull/6)
7
+ | [Samnang Chhun](https://github.com/samnang)
8
+
1
9
  ## 1.1.0 (23-11-2017)
2
10
 
3
11
  ### Enhancements
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.1.1
@@ -60,7 +60,7 @@ namespace :bugsnag do
60
60
  :apiKey => api_key,
61
61
  :branch => "master",
62
62
  :revision => "{{head_long}}",
63
- :releaseStage => heroku_env["RAILS_ENV"] || ENV["RAILS_ENV"] || "production"
63
+ :releaseStage => heroku_env["BUGSNAG_RELEASE_STAGE"] || heroku_env["RAILS_ENV"] || ENV["RAILS_ENV"] || "production"
64
64
  }
65
65
  repo = `git config --get remote.origin.url`.strip
66
66
  params[:repository] = repo unless repo.empty?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bugsnag-capistrano
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keegan Lowenstein
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2017-11-23 00:00:00.000000000 Z
14
+ date: 2017-12-14 00:00:00.000000000 Z
15
15
  dependencies: []
16
16
  description: Correlate Capistrano deploys with new errors and increased error rates
17
17
  in Bugsnag