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 +4 -4
- data/.gitignore +1 -0
- data/CHANGELOG.md +8 -0
- data/README.md +7 -2
- data/config/initializers/append_points.rb +1 -1
- data/lib/workarea/trustpilot_reviews/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0c9e1c1978929e99b881d1baad30f1b835b7edd35f4ac56cf2ade4a5605503a7
|
|
4
|
+
data.tar.gz: becc14f94e3a530503230168475ddfb4af5fa5bb13df44783f24ed86956c0bc4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 83f223e0cfc99b1ec42b6298e3f83aae67a13bf38c087dbef8e4184e32e84992a12699e4f96f0ab2840198288c013f2150c1f5686cde391c9d6714f404204cfd
|
|
7
|
+
data.tar.gz: 7c328cfec9b746692f57040c4d64124295bd4f0acb9e18f1ee2f91cf14b7e59479b4abb81de1e36986b5f95fa400ba1f487c670e430fc8a6abbead00b64c3a08
|
data/.gitignore
CHANGED
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
|
|
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
|
|
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-
|
|
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:
|
|
129
|
+
version: '0'
|
|
129
130
|
requirements: []
|
|
130
131
|
rubygems_version: 3.0.6
|
|
131
132
|
signing_key:
|