supportify_client 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9281a073cab9a9fb031d96e5cbd87880590ffebb
4
- data.tar.gz: e7c8b830637734188c81b65db8b1a1ed97f67745
3
+ metadata.gz: aeb19c7d2edeaae9b6afe9c8154db2d959b9f56c
4
+ data.tar.gz: 693b091f38f5b377cd68e3c423dd18a956ae7e08
5
5
  SHA512:
6
- metadata.gz: caae2e1792f413c05b44f3660ebb0fd34eb008e107d1da59ec285c3d4a12308a6e40fe1c143b992044366b61c94a15da0c59161bf4a23490ee7deda61e88eb16
7
- data.tar.gz: 7264431984ee6e4dbedf25304e366efe7757d4ef2c6a6ef72cc1946fa644b43d5a36fdc1e0230109a1f1a88585c6dc47953db913e35126f7b6755a3faa72e2cf
6
+ metadata.gz: 260eda316006a8447bc17c46d788fe178592c33710a149108b7d17a41f522187fbe2ce11a1836123e7d0e7a7fc1484ef4f5d53baffd5a53fb1b7bea7d568f1ba
7
+ data.tar.gz: 6ef1f67ac726532f6ebf48a2a7612951692613c15143b8b209e30ae4ec161159ad2ed201dbeccab226538e884c98276c94319927f839e5b1cf2cfc9c2812528e
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 stripe
14
+ gem install supportify_client
15
15
 
16
16
  If you want to build the gem from source:
17
17
 
18
- gem build stripe.gemspec
18
+ gem build supportify_client.gemspec
19
19
 
20
20
  ## Documentation
21
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.2
@@ -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.1 ruby lib
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.1"
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.txt",
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.txt",
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.1
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.txt
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.txt
142
+ - LICENSE
143
143
  - README.md
144
144
  - Rakefile
145
145
  - VERSION