cashbox 0.0.41 → 0.0.42

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: cebc7cfd1b6b63ab8965c57763e8d44303b367fe
4
- data.tar.gz: bdb8bd3be61c3b6881866b05a85a13727968dec3
3
+ metadata.gz: da0f59f018b9bc40bc4104c5c1691018c603f09c
4
+ data.tar.gz: 3a44c207c6d9c07b44ba1062a416cb0401445d99
5
5
  SHA512:
6
- metadata.gz: 6db7a2b2f62726f890dc01f589716ed09540a7a545161904daaa3dd68b8f4d73b1bd6ef509c775874bf638711ea3631f971208d44638cdfe004901fa62759caa
7
- data.tar.gz: ea5ae00f493379e2b1675b159e31082edd783619508a46634b32b5be32c05269464c0ce8baa7a5cdb0809ae5523120a43153342cad730593771f447fbc7ac753
6
+ metadata.gz: 9c5424109a2c890d210a58fa21f3744d82ca244cd4f7725933dca9981666362f8a02968e278b2219b426c9c7fe90a6146acafcddac1b03d5f18c5eba6a5a01fb
7
+ data.tar.gz: bab548ecbdcbf10a165e159f8180503e0bf533814d332e6f0143e68cc603923ac31a55e5058c6965dde2df751b6a367a4f41996c0d7099b029ac8e7ba3b9415f
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cashbox (0.0.41)
4
+ cashbox (0.0.42)
5
5
  activesupport
6
6
  addressable
7
7
  hashie
data/README.md CHANGED
@@ -101,6 +101,8 @@ account.save
101
101
 
102
102
  After checking out the repo, run `bundle install` to install dependencies. Then, run `bundle exec rake` to run the tests. You can also run `bundle console` for an interactive prompt that will allow you to experiment.
103
103
 
104
+ To push a new version of the Cashbox ruby gem, you will need to update the version file with the new version, run `bundle install` and be sure to also push the `Gemfile.lock` file up with your code changes to be merged to master. Then, run this command in your terminal to build the gemspec `gem build cashbox.gemspec`. Once the gemspec is built and your code has been merged to master, you can now push the new version to ruby gems by running this command in your terminal: `gem push cashbox-<version number of built gem>.gem` and replace the verbiage within the angle brackets with the new version number.
105
+
104
106
  ### Logging
105
107
 
106
108
  You can log the request and response of a call to Vindicia by defining a block in your calling application and passing it to this gem.
@@ -1,3 +1,3 @@
1
1
  module Cashbox
2
- VERSION = "0.0.41"
2
+ VERSION = "0.0.42"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cashbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.41
4
+ version: 0.0.42
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathon Storer