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 +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/cronofy/types.rb +1 -1
- data/lib/cronofy/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f0dd00c2dd16b92ad0a313095376dedd6f494fcf
|
4
|
+
data.tar.gz: c47a49f17ddbc639850ab6604403c754e2795e3d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c93e212ce2c24ad2959399bff8cba89b9cbc8806dfd13800919a7df58fff1a6bd9dde6a0c9f9113d43b6a8622d6f948a2002780d101124e9681f8588fc606612
|
7
|
+
data.tar.gz: 517d264a9b1aca9aff01dfb9a57fdb3a48a7088eaca924caacc9e95d68ff999d68678711f7fe5dfe8f028581598b5a5284a349e3e0d364086ef606035ab00843
|
data/CHANGELOG.md
CHANGED
@@ -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
|
data/lib/cronofy/types.rb
CHANGED
data/lib/cronofy/version.rb
CHANGED
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.
|
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-
|
12
|
+
date: 2017-12-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: oauth2
|