cortex-snippets-client 1.0.2 → 1.0.3

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: f6a5c0a4eeb33d9d9e45f84b15985558557348f5
4
- data.tar.gz: bbc4d7895bc5ef3db28aef653a255368b1f0a6f1
3
+ metadata.gz: 9bea8b4278e8ba286306bbc9814354d59db21be9
4
+ data.tar.gz: f04c8d77934925ff49a40429dd7ae6c60f4838c5
5
5
  SHA512:
6
- metadata.gz: f7ad501e402f2f287d4912862a606d147556fd5a2eceec565587bde938b4f3d82456e74f60a5206c5477759c3ce1dc26901855360c654e5734af9ab9c2a028b7
7
- data.tar.gz: f4a505eeed0eb49cc7e5835a0626313500323787cd4d3ce5458f808672e6cf91a8a03eadd4e8a12ab57d84f541f9540c5df04b5179dbecd3991afc7f57303270
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
@@ -4,7 +4,7 @@ require 'addressable/uri'
4
4
  module Cortex
5
5
  module Snippets
6
6
  class Client
7
- include ActionView::Helpers::TranslationHelper
7
+ include ActionView::Helpers::TagHelper
8
8
 
9
9
  def initialize(cortex_client)
10
10
  @cortex_client = cortex_client
@@ -1,5 +1,5 @@
1
1
  module Cortex
2
2
  module Snippets
3
- VERSION = '1.0.2'
3
+ VERSION = '1.0.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cortex-snippets-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - CareerBuilder Employer Site & Content Products