octobat 0.0.4 → 0.0.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3540368c45078ce6d9d41e65d90289d476ffc9fb
4
- data.tar.gz: 244bbcf3ee8cd8f6a36b21abb8837bce64522c97
3
+ metadata.gz: f1cbbfc5e95763c89a9979dcd676c1a67214e5d8
4
+ data.tar.gz: 4f330ce3ec470dc2ebcb951ce6993b4570909bce
5
5
  SHA512:
6
- metadata.gz: b0f0aad1834f2956b3f2a992514130c0976f54f41b93221f2ca8d86571ba73eb91851c69ec2dc5f3ef2b821a5b3e07c681daa2bf7e57e542e0d6dcce5a089950
7
- data.tar.gz: ca2c2171122fe5d22417dfcdb8412fc6ee634fe8a454fead9eeb56ead89789e0e5ae18037d3e5711c8e6d8d07bdec61ab92fe0b577ffec389fe5e34cd63d670c
6
+ metadata.gz: 58a94c7cb9139c2405dae5d1985d656b7c991d2bc12e5a7210952f9eac764209d8f2213bce58921422e0636b4ba0b65f74d8aed6cb47bb9cc3ffa12f7a9792bb
7
+ data.tar.gz: b9de85b710f48764396c7da630a2a2f8f27d73ce3fd323b4e1aeb249a1b550c4e23957232dad48e3444465a1723c66bbc37eebb7f7e59213382db961e39cabd5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- octobat (0.0.4)
4
+ octobat (0.0.5)
5
5
  json (~> 1.8.1)
6
6
  mime-types (>= 1.25, < 3.0)
7
7
  rest-client (~> 1.4)
data/History.txt CHANGED
@@ -1,4 +1,4 @@
1
- === 0.0.4 2015-07-21
1
+ === 0.0.5 2015-07-21
2
2
  * 1 minor enhancement:
3
3
  * Add invoices#all customer filter and Customer.invoices method
4
4
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.5
data/lib/octobat.rb CHANGED
@@ -40,8 +40,8 @@ require 'octobat/errors/authentication_error'
40
40
 
41
41
  module Octobat
42
42
  #DEFAULT_CA_BUNDLE_PATH = File.dirname(__FILE__) + '/data/ca-certificates.crt'
43
- #@api_base = 'https://api.octobat.com'
44
- @api_base = 'http://api.octobat.local:3040'
43
+ @api_base = 'https://api.octobat.com'
44
+ #@api_base = 'http://api.octobat.local:3040'
45
45
 
46
46
  #@ssl_bundle_path = DEFAULT_CA_BUNDLE_PATH
47
47
  #@verify_ssl_certs = true
@@ -1,3 +1,3 @@
1
1
  module Octobat
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: octobat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gaultier Laperche