cronofy 0.26.0 → 0.26.1

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: 62d037f0b84f5f60661b7875c8bf2645df8a5b94
4
- data.tar.gz: fbbb34833ed05e6ad74375dff707a73ae0138458
3
+ metadata.gz: f0dd00c2dd16b92ad0a313095376dedd6f494fcf
4
+ data.tar.gz: c47a49f17ddbc639850ab6604403c754e2795e3d
5
5
  SHA512:
6
- metadata.gz: 923d240d65bb915cd34560f41c0752ec39e3bed611b000c5fea4c9648afe31eccce96b5e19a16a9b5e28b9b3b135a56b621df916c7c8100fc00cbe2e6d12869d
7
- data.tar.gz: 4d5bfa47913f8439892f10c458dec0464701ccaeb3f0561e2d6bf01c9b479ce7b01d5411464f06a9d02583163d5b31e23f31e186384773c223d9046998c99f12
6
+ metadata.gz: c93e212ce2c24ad2959399bff8cba89b9cbc8806dfd13800919a7df58fff1a6bd9dde6a0c9f9113d43b6a8622d6f948a2002780d101124e9681f8588fc606612
7
+ data.tar.gz: 517d264a9b1aca9aff01dfb9a57fdb3a48a7088eaca924caacc9e95d68ff999d68678711f7fe5dfe8f028581598b5a5284a349e3e0d364086ef606035ab00843
@@ -1,3 +1,7 @@
1
+ ## [0.27.1]
2
+
3
+ * Prevent error when disable\_warnings not available [#56]
4
+
1
5
  ## [0.26.0]
2
6
 
3
7
  * Support for batch endpoint [#53]
@@ -96,6 +100,7 @@
96
100
  [0.25.0]: https://github.com/cronofy/cronofy-ruby/releases/tag/v0.25.0
97
101
  [0.25.1]: https://github.com/cronofy/cronofy-ruby/releases/tag/v0.25.1
98
102
  [0.26.0]: https://github.com/cronofy/cronofy-ruby/releases/tag/v0.26.0
103
+ [0.26.1]: https://github.com/cronofy/cronofy-ruby/releases/tag/v0.26.1
99
104
 
100
105
  [#13]: https://github.com/cronofy/cronofy-ruby/pull/13
101
106
  [#16]: https://github.com/cronofy/cronofy-ruby/pull/16
@@ -122,3 +127,4 @@
122
127
  [#52]: https://github.com/cronofy/cronofy-ruby/pull/52
123
128
  [#53]: https://github.com/cronofy/cronofy-ruby/pull/53
124
129
  [#55]: https://github.com/cronofy/cronofy-ruby/pull/55
130
+ [#56]: https://github.com/cronofy/cronofy-ruby/pull/56
@@ -187,7 +187,7 @@ module Cronofy
187
187
  class CronofyMash < Hashie::Mash
188
188
  include Hashie::Extensions::Coercion
189
189
 
190
- disable_warnings
190
+ disable_warnings if respond_to?(:disable_warnings)
191
191
  end
192
192
 
193
193
  class Account < CronofyMash
@@ -1,3 +1,3 @@
1
1
  module Cronofy
2
- VERSION = "0.26.0".freeze
2
+ VERSION = "0.26.1".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cronofy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.26.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergii Paryzhskyi
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-12-05 00:00:00.000000000 Z
12
+ date: 2017-12-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: oauth2