adcurve_spree 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dad1f39a2524930c33f8d8460dcea3e0f058a88f
4
- data.tar.gz: 160005df4cc3085958afa58ad9c956a9fc3b1476
3
+ metadata.gz: 70e60a51d6f99df923b18d41d39cd029bef1165d
4
+ data.tar.gz: 1cac5802181d3f4566a6818e63b046d9dda570be
5
5
  SHA512:
6
- metadata.gz: 4f8a05710135ef9044338ac60e56109ee41a10e23a1c4baeafc4cf3ecf94790bc42e6c1ca8399f2ad14264b170bb6de7595c792bb7af9705192d1fb5203d5d31
7
- data.tar.gz: 9c4a3658eef56f5e2076e69ed4b195fb3926989e7a4b34f090157d4c23fa70381f1c6dbb4bbabe12d5eb477c8f63248cff0916bae25c25b2f0ca1c0375fd4848
6
+ metadata.gz: de2d73d0e91b3e89532c74e81f01722d8f220db65756194a1cc92b53dd71a0e0b17c13bb5fdae3dfc359b27fd0a3d2fd7fa08cace816f54287aaf8dae5a6e43b
7
+ data.tar.gz: 1bc3e782037a64f30e6bc4552686ad2a61fbdaec18732b3feb65e4f3d7ab4419e237cb599f63c3de4d1c39c30483c6957c16acc7c0b6ea6453071b9116bb4310
@@ -2,7 +2,7 @@
2
2
  Gem::Specification.new do |s|
3
3
  s.platform = Gem::Platform::RUBY
4
4
  s.name = 'adcurve_spree'
5
- s.version = '0.0.10'
5
+ s.version = '0.0.11'
6
6
  s.summary = 'Adcurve Spree Integration plugin'
7
7
  s.description = 'Easy install adcurve support in to your spree ecommerce site'
8
8
  s.required_ruby_version = '>= 2.1.6'
@@ -1,5 +1,5 @@
1
1
  Deface::Override.new(:virtual_path => "spree/layouts/spree_application",
2
- :name => "adcurve_configuration_tag",
2
+ :name => "adcurve_tag",
3
3
  :insert_bottom => "[data-hook='inside_head']",
4
4
  :partial => "spree/adcurve_tag/configuration",
5
5
  :disabled => false)
@@ -1,2 +1,2 @@
1
1
  <!-- insert_bottom "[data-hook='admin_configurations_sidebar_menu']" -->
2
- <%= configurations_sidebar_menu_item t('adcurve_spree.adcurve_tags'), admin_adcurve_tags_path %>
2
+ <%= configurations_sidebar_menu_item t('adcurve_spree.adcurve'), admin_adcurve_tags_path %>
@@ -1,4 +1,4 @@
1
- <h1><%= t('spree.adcurve_tags_configuration') %></h1>
1
+ <h1><%= t('spree.adcurve') %></h1>
2
2
 
3
3
  <br />
4
4
  <br />
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adcurve_spree
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stanislav O. Pogrebnyak
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-11-30 00:00:00.000000000 Z
12
+ date: 2016-12-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: spree_core