reportable 1.4.1 → 1.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/HISTORY.md +2 -2
- data/lib/saulabs/reportable/result_set.rb +0 -7
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4878e0aef9dc1947ace598e0f234b04202ab3337
|
4
|
+
data.tar.gz: f186dcb23e2a8811841fa19e61bab89bd041b835
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a14cbf9e054d45ffb225cb04886fad1cad7a06bbf3fb1ab427e9b34b2d3fc3464e76e6ab59496131239da04a5d8b67b8dc9c24d5debf6f0c95249d900e93d1e
|
7
|
+
data.tar.gz: 75791b77fad8364c93175ac258a4d87051fa48fa93c172d6a35a99de4b641db294ccb69274e16ea4e9406afecf448a14dab8ef4c14fd1665d17d9853d91ffeee
|
data/HISTORY.md
CHANGED
@@ -9,7 +9,6 @@ module Saulabs
|
|
9
9
|
# was generated from.
|
10
10
|
#
|
11
11
|
class ResultSet
|
12
|
-
include Enumerable
|
13
12
|
|
14
13
|
# the name of the model the result set is based on
|
15
14
|
#
|
@@ -40,12 +39,6 @@ module Saulabs
|
|
40
39
|
@report_name = report_name.to_s
|
41
40
|
end
|
42
41
|
|
43
|
-
# quack like an Enumerable
|
44
|
-
#
|
45
|
-
def each(&block)
|
46
|
-
@results.each(&block)
|
47
|
-
end
|
48
|
-
|
49
42
|
end
|
50
43
|
|
51
44
|
end
|