supportify_client 1.0.1 → 1.0.2
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/{LICENSE.txt → LICENSE} +0 -0
- data/README.md +2 -2
- data/VERSION +1 -1
- data/supportify_client.gemspec +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aeb19c7d2edeaae9b6afe9c8154db2d959b9f56c
|
|
4
|
+
data.tar.gz: 693b091f38f5b377cd68e3c423dd18a956ae7e08
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 260eda316006a8447bc17c46d788fe178592c33710a149108b7d17a41f522187fbe2ce11a1836123e7d0e7a7fc1484ef4f5d53baffd5a53fb1b7bea7d568f1ba
|
|
7
|
+
data.tar.gz: 6ef1f67ac726532f6ebf48a2a7612951692613c15143b8b209e30ae4ec161159ad2ed201dbeccab226538e884c98276c94319927f839e5b1cf2cfc9c2812528e
|
data/{LICENSE.txt → LICENSE}
RENAMED
|
File without changes
|
data/README.md
CHANGED
|
@@ -11,11 +11,11 @@ Our client library is compatible with MRI Ruby, JRuby, or Rubinius.
|
|
|
11
11
|
|
|
12
12
|
You don't need this source code unless you want to modify the gem. If you just want to use the Supportify Ruby lib, you should run:
|
|
13
13
|
|
|
14
|
-
gem install
|
|
14
|
+
gem install supportify_client
|
|
15
15
|
|
|
16
16
|
If you want to build the gem from source:
|
|
17
17
|
|
|
18
|
-
gem build
|
|
18
|
+
gem build supportify_client.gemspec
|
|
19
19
|
|
|
20
20
|
## Documentation
|
|
21
21
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.2
|
data/supportify_client.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: supportify_client 1.0.
|
|
5
|
+
# stub: supportify_client 1.0.2 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "supportify_client"
|
|
9
|
-
s.version = "1.0.
|
|
9
|
+
s.version = "1.0.2"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|
|
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
|
|
|
15
15
|
s.description = "Supportify is the world's first Help Center as a Service that focuses on providing you with a smart help center to provide better help content in less time."
|
|
16
16
|
s.email = "help@supportify.io"
|
|
17
17
|
s.extra_rdoc_files = [
|
|
18
|
-
"LICENSE
|
|
18
|
+
"LICENSE",
|
|
19
19
|
"README.md"
|
|
20
20
|
]
|
|
21
21
|
s.files = [
|
|
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
|
|
|
25
25
|
"CONTRIBUTING.md",
|
|
26
26
|
"Gemfile",
|
|
27
27
|
"Gemfile.lock",
|
|
28
|
-
"LICENSE
|
|
28
|
+
"LICENSE",
|
|
29
29
|
"README.md",
|
|
30
30
|
"Rakefile",
|
|
31
31
|
"VERSION",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: supportify_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jordan Yaker
|
|
@@ -130,7 +130,7 @@ email: help@supportify.io
|
|
|
130
130
|
executables: []
|
|
131
131
|
extensions: []
|
|
132
132
|
extra_rdoc_files:
|
|
133
|
-
- LICENSE
|
|
133
|
+
- LICENSE
|
|
134
134
|
- README.md
|
|
135
135
|
files:
|
|
136
136
|
- .document
|
|
@@ -139,7 +139,7 @@ files:
|
|
|
139
139
|
- CONTRIBUTING.md
|
|
140
140
|
- Gemfile
|
|
141
141
|
- Gemfile.lock
|
|
142
|
-
- LICENSE
|
|
142
|
+
- LICENSE
|
|
143
143
|
- README.md
|
|
144
144
|
- Rakefile
|
|
145
145
|
- VERSION
|