supportify_client 1.0.0 → 1.0.1

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: 7c1726c868657f10d05903e9c4a47735366db2ba
4
- data.tar.gz: 57a9354b31d0b8071d735e1dcb35d119b330cd74
3
+ metadata.gz: 9281a073cab9a9fb031d96e5cbd87880590ffebb
4
+ data.tar.gz: e7c8b830637734188c81b65db8b1a1ed97f67745
5
5
  SHA512:
6
- metadata.gz: 1ceebee1d5ef92432a3d7723b2c33a85a3774a49e6149d7aea72ac1f43a07df711c0e210f3fc6d335f22825f23d1c4fec5d05b9266741a584005f753936f9982
7
- data.tar.gz: 03f49bc0039c0c511f2ba292f7a0e0f2459306521b639ed7dc84d97702f436be3107a52f12c964d526698989d08601aaf4da1a7df65da0e9b20a3386f1ea0a2c
6
+ metadata.gz: caae2e1792f413c05b44f3660ebb0fd34eb008e107d1da59ec285c3d4a12308a6e40fe1c143b992044366b61c94a15da0c59161bf4a23490ee7deda61e88eb16
7
+ data.tar.gz: 7264431984ee6e4dbedf25304e366efe7757d4ef2c6a6ef72cc1946fa644b43d5a36fdc1e0230109a1f1a88585c6dc47953db913e35126f7b6755a3faa72e2cf
data/.travis.yml ADDED
@@ -0,0 +1,10 @@
1
+ language: ruby
2
+
3
+ rvm:
4
+ - 1.9.3
5
+ - 2.0.0
6
+ - 2.1
7
+ - 2.2
8
+ - jruby-19mode
9
+
10
+ sudo: false
data/CONTRIBUTING.md ADDED
@@ -0,0 +1,21 @@
1
+ Contributing to supportify-ruby
2
+ ==============================
3
+
4
+ If you're interested in contributing to the supportify-ruby library, check out the following instructions:
5
+
6
+ * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
7
+ * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
8
+ * Fork the project.
9
+ * Start a feature/bugfix branch.
10
+ * Commit and push until you are happy with your contribution.
11
+ * Make sure to add tests for it. This is important so we don't break it in a future version unintentionally.
12
+ * Please try not to mess with the version or history. If you want to have your own version, or it is otherwise necessary, that is fine, but please isolate to its own commit so we can cherry-pick around it.
13
+
14
+ Support and Feedback
15
+ --------------------
16
+
17
+ Be sure to visit the Supportify official [documentation website](https://supportify.io/docs) for additional information about our API.
18
+
19
+ If you find a bug, please submit the issue in Github directly. [Supportify-Ruby Issues](https://github.com/supportify/supportify-ruby/issues)
20
+
21
+ As always, if you need additional assistance, drop us a note at [help@supportify.io](mailto:help@supportify.io).
data/README.md ADDED
@@ -0,0 +1,36 @@
1
+ # Supportify Ruby Client Library [![CI Status](https://travis-ci.org/supportify/supportify-ruby.svg?style=flat)](https://travis-ci.org/supportify/supportify-ruby) [![Gem Version](https://img.shields.io/gem/v/supportify_client.svg)](https://rubygems.org/gems/supportify_client)
2
+
3
+
4
+ The Supportify Ruby Client Library makes it easy for you to build and deploy dynamic, adaptive help centers as part of your Ruby/rails apps. Don't have a Supportify account? Sign up today at https://supportify.io.
5
+
6
+ ## Requirements
7
+
8
+ Our client library is compatible with MRI Ruby, JRuby, or Rubinius.
9
+
10
+ ## Installation
11
+
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
+
14
+ gem install stripe
15
+
16
+ If you want to build the gem from source:
17
+
18
+ gem build stripe.gemspec
19
+
20
+ ## Documentation
21
+
22
+ We've written a [guide](https://supportify.io/docs/support-libraries/ruby) that explains everything from installation, to retrieving content, to recording votes and more.
23
+
24
+ ## Support and Feedback
25
+
26
+ Be sure to visit the Supportify official [documentation website](https://supportify.io/docs) for additional information about our API.
27
+
28
+ If you find a bug, please submit the issue in Github directly. [Supportify-Ruby Issues](https://github.com/supportify/supportify-ruby/issues)
29
+
30
+ As always, if you need additional assistance, drop us a note at [help@supportify.io](mailto:help@supportify.io).
31
+
32
+ If you're interested in contributing, please check out the [Contribution Instructions](CONTRIBUTING.md).
33
+
34
+ ## Copyright
35
+
36
+ Copyright (c) 2015 Supportify, Inc. See [LICENSE](LICENSE) for further details.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.1
@@ -2,29 +2,31 @@
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.0 ruby lib
5
+ # stub: supportify_client 1.0.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "supportify_client"
9
- s.version = "1.0.0"
9
+ s.version = "1.0.1"
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"]
13
13
  s.authors = ["Jordan Yaker", "Supportify, Inc."]
14
- s.date = "2015-11-17"
14
+ s.date = "2015-11-18"
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
18
  "LICENSE.txt",
19
- "README.rdoc"
19
+ "README.md"
20
20
  ]
21
21
  s.files = [
22
22
  ".document",
23
23
  ".rspec",
24
+ ".travis.yml",
25
+ "CONTRIBUTING.md",
24
26
  "Gemfile",
25
27
  "Gemfile.lock",
26
28
  "LICENSE.txt",
27
- "README.rdoc",
29
+ "README.md",
28
30
  "Rakefile",
29
31
  "VERSION",
30
32
  "lib/supportify_client.rb",
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.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jordan Yaker
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-11-17 00:00:00.000000000 Z
12
+ date: 2015-11-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: typhoeus
@@ -131,14 +131,16 @@ executables: []
131
131
  extensions: []
132
132
  extra_rdoc_files:
133
133
  - LICENSE.txt
134
- - README.rdoc
134
+ - README.md
135
135
  files:
136
136
  - .document
137
137
  - .rspec
138
+ - .travis.yml
139
+ - CONTRIBUTING.md
138
140
  - Gemfile
139
141
  - Gemfile.lock
140
142
  - LICENSE.txt
141
- - README.rdoc
143
+ - README.md
142
144
  - Rakefile
143
145
  - VERSION
144
146
  - lib/supportify_client.rb
data/README.rdoc DELETED
@@ -1,19 +0,0 @@
1
- = supportify_ruby
2
-
3
- Ruby library for Supportify.io.
4
-
5
- == Contributing to supportify_ruby
6
-
7
- * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
8
- * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
9
- * Fork the project.
10
- * Start a feature/bugfix branch.
11
- * Commit and push until you are happy with your contribution.
12
- * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
13
- * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
14
-
15
- == Copyright
16
-
17
- Copyright (c) 2014 Supportify, Inc. See LICENSE.txt for
18
- further details.
19
-