bloom_remit 0.6.0 → 0.6.1

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: b73a4e8df7a543da32563c109070df972dcde2f8
4
- data.tar.gz: c914836f6a99b120250699b6c4cf4a922b130cc9
3
+ metadata.gz: 6633a573a1b8a38fc9d598c4219e1c5812b25830
4
+ data.tar.gz: ccb6ca14dd2e3f74872dd716b641d7ef773768d2
5
5
  SHA512:
6
- metadata.gz: d4d2bcfa3bd628730c97eefc4c343c573f7ae429e5f88636b8d7ebfdcf34c8234ad0a3e2279d55421234fb5dd01e3239c9dc13f99241af68a5d88cf1ecc3603d
7
- data.tar.gz: eeea47f87d68903932c083767edcc8966af0ff43a28f4dd98032081813380b6045026868990dcdb3c355ebb8d5609bbcdfe9d6a3414ed2864af930eb9bd4d8df
6
+ metadata.gz: 1a2996c28b598aefb690f642f9d8a3994061df7d61f1b72de36ffb085d675489104c8bf99d1c5b3da4f7e4bb04f4a742d330276fa3dcb7b709c84bc64bd7e727
7
+ data.tar.gz: fa3848e1a9d9f33ebb20569a40d709687daad47e64b62dae75936897c3800c670e1231268aea47953fff985be61a0aaed5a3b0a48c0f2c1cca7c882f769b38fd
@@ -6,12 +6,12 @@ module BloomRemit
6
6
  respond_to :json
7
7
 
8
8
  def post_update
9
- op = Txns::Operations::Update.(params)
9
+ op = ::BloomRemit::Txns::Operations::Update.(params)
10
10
  render json: op.model
11
11
  end
12
12
 
13
13
  def update
14
- respond Txns::Operations::Update
14
+ respond ::BloomRemit::Txns::Operations::Update
15
15
  end
16
16
 
17
17
  end
@@ -10,7 +10,7 @@ module BloomRemit
10
10
  account_id:,
11
11
  external_id:
12
12
  )
13
- Txns::Operations::Create.(txn: {
13
+ ::BloomRemit::Txns::Operations::Create.(txn: {
14
14
  sender_id: sender.id,
15
15
  sender_type: sender.class.base_class.name,
16
16
  amount: amount,
@@ -1,3 +1,3 @@
1
1
  module BloomRemit
2
- VERSION = "0.6.0"
2
+ VERSION = "0.6.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bloom_remit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ramon Tayag
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-17 00:00:00.000000000 Z
11
+ date: 2016-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -493,7 +493,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
493
493
  version: '0'
494
494
  requirements: []
495
495
  rubyforge_project:
496
- rubygems_version: 2.6.4
496
+ rubygems_version: 2.5.1
497
497
  signing_key:
498
498
  specification_version: 4
499
499
  summary: Rails engine for Bloom Remit users
@@ -580,3 +580,4 @@ test_files:
580
580
  - spec/support/shoulda-matchers.rb
581
581
  - spec/support/storext_matchers.rb
582
582
  - spec/support/vcr.rb
583
+ has_rdoc: