masamune 0.11.4 → 0.11.5

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: c8d36e540d054583d6e6325a4db1090b32923974
4
- data.tar.gz: 61135ccd42565fc81d4de0abf754c2bc6dd18c41
3
+ metadata.gz: 575463d3df3f7dd11eb973b5611b67d2c8feeeda
4
+ data.tar.gz: fc08c068a9161aa2cafcbad96266e589bf77b3af
5
5
  SHA512:
6
- metadata.gz: f6be3ae2a39f553cbc97346366f3a278342c15298ab59bcaf963186ba29c946827214aef70dbbce399ae38d55dcdc742f3b30de06070d997fd310a74b27b0a23
7
- data.tar.gz: 20e956de87dfa390c3b2cc4b88bd5c69696295edf2478551b4fdba4594fd28a778c9e44151678df19bd9479f000ae31291f1852d63b02d18364585b4aec2da41
6
+ metadata.gz: 14298e5d7168af6f03d8b26acc31ec8a3302a990e8ac68faab544db2f028bb61b5579f48916e7d833665c7976a73b1ec36d1318be3e11059f11d7d9c694a9a42
7
+ data.tar.gz: 5debba170513313ab984f1d9a5de7516563c83511191a863512ab11ca3b76d0e599b0cd93ed9b72c7d3237ecc731ffdaa156a986933477d1be496d5d97a0a646
@@ -44,8 +44,8 @@ module Masamune::Transform
44
44
  define_table(target.stage_table(suffix: 'deduplicated')),
45
45
  snapshot_dimension(target.ledger_table, target.stage_table(suffix: 'consolidated_forward'), 'ASC'),
46
46
  snapshot_dimension(target.ledger_table, target.stage_table(suffix: 'consolidated_reverse'), 'DESC'),
47
- bulk_upsert(target.stage_table(suffix: 'consolidated_forward'), target.stage_table(suffix: 'consolidated')),
48
47
  bulk_upsert(target.stage_table(suffix: 'consolidated_reverse'), target.stage_table(suffix: 'consolidated')),
48
+ bulk_upsert(target.stage_table(suffix: 'consolidated_forward'), target.stage_table(suffix: 'consolidated')),
49
49
  deduplicate_dimension(target.stage_table(suffix: 'consolidated'), target.stage_table(suffix: 'deduplicated')),
50
50
  bulk_upsert(target.stage_table(suffix: 'deduplicated'), target),
51
51
  relabel_dimension(target)
@@ -21,5 +21,5 @@
21
21
  # THE SOFTWARE.
22
22
 
23
23
  module Masamune
24
- VERSION = '0.11.4'
24
+ VERSION = '0.11.5'
25
25
  end
@@ -52,8 +52,8 @@ describe Masamune::Transform::ConsolidateDimension do
52
52
  transform.define_table(target.stage_table(suffix: 'deduplicated')),
53
53
  transform.snapshot_dimension(target.ledger_table, target.stage_table(suffix: 'consolidated_forward'), 'ASC'),
54
54
  transform.snapshot_dimension(target.ledger_table, target.stage_table(suffix: 'consolidated_reverse'), 'DESC'),
55
- transform.bulk_upsert(target.stage_table(suffix: 'consolidated_forward'), target.stage_table(suffix: 'consolidated')),
56
55
  transform.bulk_upsert(target.stage_table(suffix: 'consolidated_reverse'), target.stage_table(suffix: 'consolidated')),
56
+ transform.bulk_upsert(target.stage_table(suffix: 'consolidated_forward'), target.stage_table(suffix: 'consolidated')),
57
57
  transform.deduplicate_dimension(target.stage_table(suffix: 'consolidated'), target.stage_table(suffix: 'deduplicated')),
58
58
  transform.bulk_upsert(target.stage_table(suffix: 'deduplicated'), target),
59
59
  transform.relabel_dimension(target)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: masamune
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.4
4
+ version: 0.11.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Andrews
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-27 00:00:00.000000000 Z
11
+ date: 2015-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -114,28 +114,14 @@ dependencies:
114
114
  requirements:
115
115
  - - ">="
116
116
  - !ruby/object:Gem::Version
117
- version: '0'
117
+ version: 0.10.1
118
118
  type: :runtime
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - ">="
123
123
  - !ruby/object:Gem::Version
124
- version: '0'
125
- - !ruby/object:Gem::Dependency
126
- name: rb-readline
127
- requirement: !ruby/object:Gem::Requirement
128
- requirements:
129
- - - ">="
130
- - !ruby/object:Gem::Version
131
- version: '0'
132
- type: :runtime
133
- prerelease: false
134
- version_requirements: !ruby/object:Gem::Requirement
135
- requirements:
136
- - - ">="
137
- - !ruby/object:Gem::Version
138
- version: '0'
124
+ version: 0.10.1
139
125
  - !ruby/object:Gem::Dependency
140
126
  name: rake
141
127
  requirement: !ruby/object:Gem::Requirement
@@ -392,7 +378,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
392
378
  version: '0'
393
379
  requirements: []
394
380
  rubyforge_project:
395
- rubygems_version: 2.4.5
381
+ rubygems_version: 2.4.6
396
382
  signing_key:
397
383
  specification_version: 4
398
384
  summary: Hybrid Data & Work Flow