cashbox 0.0.3 → 0.0.4

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: bdaacc113794f96b3fa37b25072f26975662515f
4
- data.tar.gz: 7908bac53209340745090a0ac89eefe7d1adce76
3
+ metadata.gz: 23497cd87f1ec61debc6905584ae3547d61a20a3
4
+ data.tar.gz: 5add6426a9172e5bf3093c3b8e54a49a5a6bcf53
5
5
  SHA512:
6
- metadata.gz: d92f6454b28df79d0b2db91f0ccf6e11c00660a8edbc5a3834520d2f74f91b91580ef3daf43f72f817a28a6472c26ea01cd8995b106f76c1dca121f0643166d1
7
- data.tar.gz: edd3f772f362946ea418ca7206cb234d1deb62152d3b8f8456962a4865b40bb39f162b912ef0020988e9064dcf13f0dbe5677b78ebd230f8ed336e2602af6911
6
+ metadata.gz: 2fd47a7115fa142ed5236de2370358dcbcb39db14c2404fc268ca8bfac52ad75259475cd0ea833279c2e48b50927fb71ad03a043d7a25622e4defba6c07f2287
7
+ data.tar.gz: 9bd22124938a022727abc709c30489c4cb9c00280a81e49d2a25b442f4c0c7513286f8840002752abd90597c75ad407306725fc8dea0185a93f8537aaaf9ed7f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cashbox (0.0.2)
4
+ cashbox (0.0.3)
5
5
  activesupport
6
6
  addressable
7
7
  hashie
data/lib/cashbox.rb CHANGED
@@ -26,6 +26,10 @@ module Cashbox
26
26
  Cashbox::Request.base_uri('https://api.prodtest.vindicia.com')
27
27
  end
28
28
 
29
+ def self.development!
30
+ Cashbox::Request.base_uri('https://api.prodtest.vindicia.com')
31
+ end
32
+
29
33
  def self.test!
30
34
  Cashbox.username = 'username'
31
35
  Cashbox.password = 'password'
@@ -1,3 +1,3 @@
1
1
  module Cashbox
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cashbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathon Storer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-06 00:00:00.000000000 Z
11
+ date: 2018-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -221,7 +221,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
221
221
  version: '0'
222
222
  requirements: []
223
223
  rubyforge_project:
224
- rubygems_version: 2.6.8
224
+ rubygems_version: 2.5.2
225
225
  signing_key:
226
226
  specification_version: 4
227
227
  summary: Cashbox Rest Client