testimonials 0.1.0 → 0.1.1
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/CHANGELOG.md +6 -0
- data/README.md +1 -1
- data/lib/testimonials/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8c80625525a966ca2c3b5000a484ce06e6cb7068a957aa4ae715dbe8dda2670f
|
|
4
|
+
data.tar.gz: 79f65cc1e5bee6db4f3ab5269aa41eed082fd244fcf8d84404322118020aa502
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 67cf4cad0a6123f44dbb91fd08b77cf29648777d8312e895758ba3891fb5476f9ed2c82a84956c23261f17f0ee3fc22f0373276664e7ecf769a724581d9d6ff5
|
|
7
|
+
data.tar.gz: 2407c9a00e87e009d0cd3447259e75987396e4663bbd19fee8e87a6ba8d9c02ee7e883a59a144a76ce362355c091c7020a081b0f703c6989009dc01cbd46b3e1
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.1
|
|
4
|
+
|
|
5
|
+
- Repository renamed to [yshmarov/testimonials](https://github.com/yshmarov/testimonials);
|
|
6
|
+
gemspec metadata URLs updated accordingly.
|
|
7
|
+
- First release published via RubyGems trusted publishing (tag-triggered CI).
|
|
8
|
+
|
|
3
9
|
## 0.1.0
|
|
4
10
|
|
|
5
11
|
- Initial release: in-app testimonial widget (text + video), public collection
|
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# testimonials
|
|
2
2
|
|
|
3
3
|
[](https://rubygems.org/gems/testimonials)
|
|
4
|
-
[](https://github.com/yshmarov/testimonials/actions/workflows/ci.yml)
|
|
5
5
|
[](MIT-LICENSE)
|
|
6
6
|
|
|
7
7
|
Testimonials, reviews and NPS for Rails. Self-hosted alternative to
|
data/lib/testimonials/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: testimonials
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yaroslav Shmarov
|
|
@@ -102,14 +102,14 @@ files:
|
|
|
102
102
|
- lib/testimonials/version.rb
|
|
103
103
|
- lib/testimonials/widget.js
|
|
104
104
|
- lib/testimonials/widget.rb
|
|
105
|
-
homepage: https://github.com/yshmarov/testimonials
|
|
105
|
+
homepage: https://github.com/yshmarov/testimonials
|
|
106
106
|
licenses:
|
|
107
107
|
- MIT
|
|
108
108
|
metadata:
|
|
109
|
-
homepage_uri: https://github.com/yshmarov/testimonials
|
|
110
|
-
source_code_uri: https://github.com/yshmarov/testimonials
|
|
111
|
-
changelog_uri: https://github.com/yshmarov/testimonials
|
|
112
|
-
bug_tracker_uri: https://github.com/yshmarov/testimonials
|
|
109
|
+
homepage_uri: https://github.com/yshmarov/testimonials
|
|
110
|
+
source_code_uri: https://github.com/yshmarov/testimonials
|
|
111
|
+
changelog_uri: https://github.com/yshmarov/testimonials/blob/main/CHANGELOG.md
|
|
112
|
+
bug_tracker_uri: https://github.com/yshmarov/testimonials/issues
|
|
113
113
|
rubygems_mfa_required: 'true'
|
|
114
114
|
rdoc_options: []
|
|
115
115
|
require_paths:
|
|
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
125
125
|
- !ruby/object:Gem::Version
|
|
126
126
|
version: '0'
|
|
127
127
|
requirements: []
|
|
128
|
-
rubygems_version:
|
|
128
|
+
rubygems_version: 3.6.9
|
|
129
129
|
specification_version: 4
|
|
130
130
|
summary: 'Testimonials, reviews and NPS for Rails: in-app collection widget, public
|
|
131
131
|
collection page, triage dashboard, and a read API.'
|