workarea-trustpilot_reviews 1.0.5.pre → 1.1.0

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
  SHA256:
3
- metadata.gz: 4cf7dfd2e073b72c7d98560985008b006168a00fa82cd1e73643ce38819e56d0
4
- data.tar.gz: ef2ba3e477fb4f8384860ab3c34f95b70c14caf3c329e9e90fdc7bcf91747088
3
+ metadata.gz: 0c9e1c1978929e99b881d1baad30f1b835b7edd35f4ac56cf2ade4a5605503a7
4
+ data.tar.gz: becc14f94e3a530503230168475ddfb4af5fa5bb13df44783f24ed86956c0bc4
5
5
  SHA512:
6
- metadata.gz: 4c76f6d9fbf1fd3392ac1d8b23712117f74bf98bf28879c8c1311141bad5d3f09ca09eb2d4b3a5afdaef7a3448c8ea8d1d778c0b2eaccbf5708d257560b4167d
7
- data.tar.gz: c308fb15367ac2aa914232ddac05745b8cc2347fb8d1d4eedcf2762e276e34dea2e1507ca83685f732eb473bb18ea73735bd078256336ee1b94ca2dcd6b9d6e7
6
+ metadata.gz: 83f223e0cfc99b1ec42b6298e3f83aae67a13bf38c087dbef8e4184e32e84992a12699e4f96f0ab2840198288c013f2150c1f5686cde391c9d6714f404204cfd
7
+ data.tar.gz: 7c328cfec9b746692f57040c4d64124295bd4f0acb9e18f1ee2f91cf14b7e59479b4abb81de1e36986b5f95fa400ba1f487c670e430fc8a6abbead00b64c3a08
data/.gitignore CHANGED
@@ -19,3 +19,4 @@ node_modules
19
19
  yarn.lock
20
20
  yarn-error.log
21
21
  package-lock.json
22
+ *.gem
data/CHANGELOG.md ADDED
@@ -0,0 +1,8 @@
1
+ #For Trustpilot Widget
2
+
3
+ * Version 1.0.0.pre
4
+ - Displays the trustpilot widget.
5
+
6
+ * version 1.1.0
7
+ - Display the trustpilot widget at the navigation by using "= append_ partials('storefront.page_header_trustpilot')" append partial.
8
+ - Display the Carousel trustpilot widget by using "= append_ partials('storefront.trustpilot_carousel_widget')" append partial.
data/README.md CHANGED
@@ -13,17 +13,22 @@ Getting Started
13
13
 
14
14
  This gem contains a Rails engine that must be mounted onto a host Rails application.
15
15
 
16
- Then add the gem to your application's Gemfile specifying the source:
16
+ * Then add the gem to your application's Gemfile specifying the source:
17
17
 
18
18
  # ...
19
19
  gem 'workarea-trustpilot_reviews'
20
20
  # ...
21
21
 
22
- Update your application's bundle.
22
+ * Update your application's bundle.
23
23
 
24
24
  cd path/to/application
25
25
  bundle
26
26
 
27
+ * Use the following append partial
28
+ #...
29
+ = append_partials('storefront.page_header_trustpilot')
30
+ #...
31
+
27
32
  Features
28
33
  --------------------------------------------------------------------------------
29
34
 
@@ -11,4 +11,4 @@ Workarea::Plugin.append_partials(
11
11
  Workarea::Plugin.append_partials(
12
12
  'storefront.trustpilot_carousel_widget',
13
13
  'workarea/storefront/trustpilot_carousel_widget'
14
- )
14
+ )
@@ -1,5 +1,5 @@
1
1
  module Workarea
2
2
  module TrustpilotReviews
3
- VERSION = "1.0.5.pre".freeze
3
+ VERSION = "1.1.0".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: workarea-trustpilot_reviews
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5.pre
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Laxmi Pattar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-18 00:00:00.000000000 Z
11
+ date: 2020-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: workarea
@@ -32,6 +32,7 @@ extensions: []
32
32
  extra_rdoc_files: []
33
33
  files:
34
34
  - ".gitignore"
35
+ - CHANGELOG.md
35
36
  - Gemfile
36
37
  - LICENSE
37
38
  - README.md
@@ -123,9 +124,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
123
124
  version: '0'
124
125
  required_rubygems_version: !ruby/object:Gem::Requirement
125
126
  requirements:
126
- - - ">"
127
+ - - ">="
127
128
  - !ruby/object:Gem::Version
128
- version: 1.3.1
129
+ version: '0'
129
130
  requirements: []
130
131
  rubygems_version: 3.0.6
131
132
  signing_key: