flapjack 1.3.0rc1 → 1.3.0rc2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 185fa9c36254b3a0b485d15b0e68dbf2dc78293f
4
- data.tar.gz: 3d1498ef293b573d05c220d937669eb86e27c397
3
+ metadata.gz: 1a93d8f0d691ce0742f2957abd0d171652bd525c
4
+ data.tar.gz: ef1e19c328fad3675b27bf0e20dff95f12070025
5
5
  SHA512:
6
- metadata.gz: d70b5835bddcd1fefd168214af474e0cd3dc415a771549cf2565d8f77bbf4818e7a4cd1e885e21f33148da686cc12d37481ae0bc2844d39b28cd66c20a1150fa
7
- data.tar.gz: 5cba7f54a06919f5775cae0ab15db54158bbde4d8f21b343d8e204c10fc0a9d5c302423b492b36824d18913169613d691782ba663c9fc9351e1df84ce93884fb
6
+ metadata.gz: 41ca70ac49c6eaf26b4adebc0b4eb0ef2190c1ae2620ff23d7442e282112817d85ba7fbba2554f6e6a3808f995ff85e35bcfe06bc8c8e6a08cb270276dcecbda
7
+ data.tar.gz: c0a0c02ab9c3336f3265b4c4a18c985e074e9c1d43174dea06cac81ae6700315b693835b4d982828ce02b6a5b41ea321b66166b671306ccff9c834c8e3af78e2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  ## Flapjack Changelog
2
2
 
3
+ # 1.3.0rc2 - 2015-02-13
4
+ - Bug: Error uninstalling - Error generating or dispatching SMS Nexmo message #789 (@Hobbsee)
5
+
3
6
  # 1.3.0rc1 - 2015-02-13
4
7
  - Feature: Add Nexmo SMS gateway
5
8
  - Bug: Revert addition of sms_gammu gateway #759 (@ali-graham)
@@ -119,7 +119,7 @@ production:
119
119
  # alert.text: '/etc/flapjack/templates/sms_twilio/alert.text.erb'
120
120
  # Sends SMS notifications via Nexmo
121
121
  sms_nexmo:
122
- enabled: yes
122
+ enabled: no
123
123
  queue: sms_nexmo_notifications
124
124
  from: "xxxxxxxxx"
125
125
  api_key: "APIKEY"
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  module Flapjack
4
- VERSION = "1.3.0rc1"
4
+ VERSION = "1.3.0rc2"
5
5
  end
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flapjack
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0rc1
4
+ version: 1.3.0rc2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lindsay Holmwood