borutus 0.2.3 → 0.2.4
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0f14098526112e7a69478ad75518a1c9f550c496d244c65d6392d098c7d25030
|
4
|
+
data.tar.gz: c2ebcb40848374754cd4b0f36d197e6d21ad4ec9d26af968c9fae259d21cf057
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec536b7c8bb8f724c72242c9c44fe4406ee02b56cc355f300b8ce38b9a3576c73128cfbdbc9c5ecafd9f4dfbc1f18334470847d4cf6d1968f3a91a76e4b9311b
|
7
|
+
data.tar.gz: 5e6a8b7a8deb40df08ebe04225e70a3f57fa1d78901a3ab274c3927d5e6fc896d31e0233348761567ca8cb816e7775825e3dc1328e496744a75f7e1d0c22a63b
|
@@ -2,11 +2,6 @@ class AddBorutusAmountCounterCache < ActiveRecord::Migration[4.2]
|
|
2
2
|
|
3
3
|
def up
|
4
4
|
add_column :borutus_accounts, :borutus_amounts_count, :integer
|
5
|
-
|
6
|
-
Borutus::Account.all.pluck(:id).each do |id|
|
7
|
-
Borutus::Account.reset_counters(id, :debit_amounts)
|
8
|
-
Borutus::Account.reset_counters(id, :credit_amounts)
|
9
|
-
end
|
10
5
|
end
|
11
6
|
|
12
7
|
def down
|
data/lib/borutus/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: borutus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ramon Tayag
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2019-10-
|
12
|
+
date: 2019-10-31 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: jquery-rails
|