radissh 0.1.0 → 1.0.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/lib/radissh/version.rb +1 -1
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e1c7dbc83dc22274afe23c16a9685fedc8b380f1
|
4
|
+
data.tar.gz: bdc56f5232af0afc24a6bd32070f068fbff322c7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc5b6947a4278c6b3376e594c90ece244406958765f85b63ffea56f214ef14314d4d3f23b6fd987584404cfd5a0582e51afc3552d5a4d82dc9f30d86c93f3033
|
7
|
+
data.tar.gz: 6b2395a53be07eec40e01df180bdac4b1a7ec681916882232d9300c24dcf01799ff71be6d251c71f295f8f520e49bf8f48a9d3f28cde13d2c7d4ce044df87a33
|
data/lib/radissh/version.rb
CHANGED
metadata
CHANGED
@@ -1,18 +1,19 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: radissh
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Radissh
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
date: 2017-04-15 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description:
|
13
|
+
description: This gem is a simple helper to integrate Radissh widget into your website,
|
14
|
+
and allow you to quick display your testimonials
|
14
15
|
email:
|
15
|
-
-
|
16
|
+
- support@radissh.com
|
16
17
|
executables: []
|
17
18
|
extensions: []
|
18
19
|
extra_rdoc_files: []
|
@@ -47,5 +48,5 @@ rubyforge_project:
|
|
47
48
|
rubygems_version: 2.5.1
|
48
49
|
signing_key:
|
49
50
|
specification_version: 4
|
50
|
-
summary:
|
51
|
+
summary: Collect, manage and show testimonials from Radissh into your website
|
51
52
|
test_files: []
|