cortex-snippets-client 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +0 -1
- data/lib/cortex/snippets/client.rb +1 -1
- data/lib/cortex/snippets/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9bea8b4278e8ba286306bbc9814354d59db21be9
|
4
|
+
data.tar.gz: f04c8d77934925ff49a40429dd7ae6c60f4838c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d83564fad563576c164179a456e4a231e569273b507a7ce6dfa4a78bb98c7fc88fb9838d966bd719fe1714c558f388cfb143c7633e9d775763855863eb94a0a
|
7
|
+
data.tar.gz: de0315a07ef4f0db083f015132a525932234decda5c0b6bb920c8c06f44d638b452e835af98b9ae96054d42463166f3e03f9883e699ea3e4daf76a2de10ce1c3
|
data/CHANGELOG.md
CHANGED
@@ -3,7 +3,6 @@ Version History
|
|
3
3
|
* All Version bumps are required to update this file as well!!
|
4
4
|
----
|
5
5
|
|
6
|
-
* 1.0.2 - Add TranslationHelper for content_tag and remove capture concern
|
7
6
|
* 1.0.1 - Fix namespacing bug for Cortex::Snippets::Client
|
8
7
|
* 1.0.0 - Multi-tenancy Rebuild, now takes in Cortex Client
|
9
8
|
* 0.8.1 - Dependency upgrades, etc
|