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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c3a780f6ec2e1bfb53266936069312dc7821e8f1b28e437aa163e82bbf09bf9a
4
- data.tar.gz: bf1d9e6f2e44617937ebb35bb8cd3d56528ee5486243c9ce1ceba939bf982b44
3
+ metadata.gz: 8c80625525a966ca2c3b5000a484ce06e6cb7068a957aa4ae715dbe8dda2670f
4
+ data.tar.gz: 79f65cc1e5bee6db4f3ab5269aa41eed082fd244fcf8d84404322118020aa502
5
5
  SHA512:
6
- metadata.gz: 212b640b1254e063aa7db13385842072e432cd0130503fd0f379115ac146151b9e450aa6dd47e599895815a3298cd169ad7795d5db2ede32a5f0d1548fb3fde6
7
- data.tar.gz: 7b585a4caf94d6d70531e52eb0d0fca1d389ebcbe11a10638002b1a9eeee23ee0c976ee38392493719831da1bb30574cf8694151ca0199369c6901228706fd33
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
  [![Gem Version](https://img.shields.io/gem/v/testimonials)](https://rubygems.org/gems/testimonials)
4
- [![CI](https://github.com/yshmarov/testimonials-engine/actions/workflows/ci.yml/badge.svg)](https://github.com/yshmarov/testimonials-engine/actions/workflows/ci.yml)
4
+ [![CI](https://github.com/yshmarov/testimonials/actions/workflows/ci.yml/badge.svg)](https://github.com/yshmarov/testimonials/actions/workflows/ci.yml)
5
5
  [![License: MIT](https://img.shields.io/badge/license-MIT-blue)](MIT-LICENSE)
6
6
 
7
7
  Testimonials, reviews and NPS for Rails. Self-hosted alternative to
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Testimonials
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
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.0
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-engine
105
+ homepage: https://github.com/yshmarov/testimonials
106
106
  licenses:
107
107
  - MIT
108
108
  metadata:
109
- homepage_uri: https://github.com/yshmarov/testimonials-engine
110
- source_code_uri: https://github.com/yshmarov/testimonials-engine
111
- changelog_uri: https://github.com/yshmarov/testimonials-engine/blob/main/CHANGELOG.md
112
- bug_tracker_uri: https://github.com/yshmarov/testimonials-engine/issues
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: 4.0.6
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.'