rock_rms 4.2.2 → 4.2.3

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: 3e90e1496217895422ba3398235b5c3ea00e5eb3
4
- data.tar.gz: 3c86bd6016a550c089ca371690458160af5229ea
3
+ metadata.gz: dfd2e5a738f2c8d538e07197bb5594a0776d5633
4
+ data.tar.gz: b79e6f614094b84eec16722719be9db159e16231
5
5
  SHA512:
6
- metadata.gz: 1340a42060b5bae82105076bc286e76a30528e42cfb9205f6224c6c1075d7954fad738303ef26b18041894fe206eab8e5eaebe6d341b71c941cc2ef4becf362a
7
- data.tar.gz: 78a6b2e335a5a6e10a1b493fadbe2b6ff9bcd63f8795f30226c6e770b805caf6364a6aa273f6a19ddd93b49d35cfd2c7ae2626b891f98ad4f36d582f45bd6ad1
6
+ metadata.gz: 99237295b01bfc1a1f94f7b1ea86d73fa5384e003585b68b5285f1c3d440e5d1a59c6e9da3aff7377bd700f6f14c2b308167f4eab7015d1b6164af2b3865435d
7
+ data.tar.gz: b06b878b04735ae4f73fb55cb610d5aa148263197ff0933f00b903adc055ae781cd566b1f4814e833f64bbae787b90466722f76c8f6eb2b035963c9f710b3b94
@@ -25,6 +25,7 @@ module RockRMS
25
25
  include RockRMS::Client::SavedPaymentMethod
26
26
  include RockRMS::Client::Transaction
27
27
  include RockRMS::Client::TransactionDetail
28
+ include RockRMS::Client::Utility
28
29
 
29
30
  attr_reader :url, :username, :password, :logger, :cookie, :connection
30
31
 
@@ -0,0 +1,9 @@
1
+ module RockRMS
2
+ class Client
3
+ module Utility
4
+ def find_rock_version
5
+ get('Utility/GetRockSemanticVersionNumber')
6
+ end
7
+ end
8
+ end
9
+ end
@@ -1,3 +1,3 @@
1
1
  module RockRMS
2
- VERSION = '4.2.2'.freeze
2
+ VERSION = '4.2.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rock_rms
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.2
4
+ version: 4.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Brooks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-14 00:00:00.000000000 Z
11
+ date: 2018-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -201,6 +201,7 @@ files:
201
201
  - lib/rock_rms/resources/saved_payment_method.rb
202
202
  - lib/rock_rms/resources/transaction.rb
203
203
  - lib/rock_rms/resources/transaction_detail.rb
204
+ - lib/rock_rms/resources/version.rb
204
205
  - lib/rock_rms/response/attribute.rb
205
206
  - lib/rock_rms/response/attribute_value.rb
206
207
  - lib/rock_rms/response/base.rb