zuora_api 1.3.94 → 1.3.95

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/zuora_api/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 08e1315b9186bad8b77e8baef6b7a16f41b1aae7
4
- data.tar.gz: c79f2f180200b161f96caaa2fddcd8fc83fc912c
3
+ metadata.gz: 09b3dfa7572aa00a3ca9c13032b2df3ff56970ff
4
+ data.tar.gz: f8fdd75ccf3cb140d7cb82214b9234e325dc8390
5
5
  SHA512:
6
- metadata.gz: 683ad1a36482ebe6dcc9a419640b946f7069c24226f374115cdcc20bdd3a4b0d2153500f58c51e7805416276c36c24ea2223d79d2557d8a66942fca1818260af
7
- data.tar.gz: c0995ead254e2be71816c4bb868a6f39ee598cd26dfe4b620ac5895f3a59395285351b273e4852acd30578a1058fdda8c005019b088a0a3cc7c9d71cb36a6f76
6
+ metadata.gz: b631b916a6e1798724a2634082276a06f0999024be01833bcfaaab469004c158505960009b0afe588c43dc5de86806090a96c83ba6967fbdb301347d092261fd
7
+ data.tar.gz: d0a95b14a7fa8fd72a652910bbc861b175a4bcb3b41450da2ef4484a85971f0742e637bd8fd28908975d187055d1bcc1fa90e532fb4ce09099f5107db48a1f20
data/README.md CHANGED
@@ -16,7 +16,7 @@ Then execute `bundle install` in your terminal
16
16
  In order to make API calls a Zuora Login object must be created
17
17
 
18
18
  ```ruby
19
- zuora_client = Zuora::Login.new("username", "password", "endpoint")
19
+ zuora_client = ZuoraAPI::Login.new(username: "username", password: "password", url: "url")
20
20
  ```
21
21
 
22
22
  | Name | Type | Description | Example |
@@ -1,3 +1,3 @@
1
1
  module ZuoraAPI
2
- VERSION = "1.3.94"
2
+ VERSION = "1.3.95"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zuora_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.94
4
+ version: 1.3.95
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zuora Strategic Solutions Group
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-08-10 00:00:00.000000000 Z
11
+ date: 2017-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler