martyr 0.1.76.pre → 0.1.77.pre

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: d9fd1d0ff7c212752d35116d1ae524ff33431471
4
- data.tar.gz: d7125f11e0686eca48a9eafa92472a4e33b112c7
3
+ metadata.gz: b717adf5a4d2b5dbb30ea8da84150ddc22af2dee
4
+ data.tar.gz: 4d3edb295862cfddf173669b753b95a539b0001b
5
5
  SHA512:
6
- metadata.gz: 9db0e38bc3fa8e1467dfee1fab51cc9a40a6a8a485a9ba3de20810f2072d1facd9dedf1d1e19be776705de734ef702cfab754192e304c90cb3eee5d2ee6c7f9f
7
- data.tar.gz: d468cd8df0dea9d68b4e457b71b353da16c83ac34df1f78885419055afd7f646bf6f2913b3bf74356a8320bd2d04fc27b8828754e69700667c5ae7664788b787
6
+ metadata.gz: 082074a4ee3d83db7364a8931ab982069f214bc96e3ec7c326d533062f9ed53fa0df84d793df466c0ba3b915f8334f01c367f595aced089c317705a1629e3ab7
7
+ data.tar.gz: 1c77dca0aca513a613b4affb8ba96aff3ab5bd8df77f6a6ac77353e2465d7759031296773984255508c1b1af00b7856677d90431331eeaf8089b7579d5d29cf7
@@ -1,3 +1,3 @@
1
1
  module Martyr
2
- VERSION = "0.1.76.pre"
2
+ VERSION = "0.1.77.pre"
3
3
  end
data/lib/martyr.rb CHANGED
@@ -106,11 +106,6 @@ module Martyr
106
106
  autoload :QueryMetrics, File.expand_path('../martyr/runtime/sub_cubes/query_metrics', __FILE__)
107
107
  autoload :SubCube, File.expand_path('../martyr/runtime/sub_cubes/sub_cube', __FILE__)
108
108
  autoload :SubCubeGrain, File.expand_path('../martyr/runtime/sub_cubes/sub_cube_grain', __FILE__)
109
-
110
- module FactFillerStrategies
111
- autoload :DegenerateLevelAssociationFillerStrategy, File.expand_path('../martyr/runtime/sub_cubes/fact_filler_strategies', __FILE__)
112
- autoload :QueryLevelAssociationFillerStrategy, File.expand_path('../martyr/runtime/sub_cubes/fact_filler_strategies', __FILE__)
113
- autoload :UnassociatedLevelFillerStrategy, File.expand_path('../martyr/runtime/sub_cubes/fact_filler_strategies', __FILE__)
114
- end
109
+ autoload :FactFillerStrategies, File.expand_path('../martyr/runtime/sub_cubes/fact_filler_strategies', __FILE__)
115
110
  end
116
111
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: martyr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.76.pre
4
+ version: 0.1.77.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amit Aharoni