Skip to content

Commit a67a176

Browse files
committed
Merge pull request #130 from u2/revert-exposure
Revert "implement universally unique attributes to silo exposure logic"
2 parents b69ab44 + 473f742 commit a67a176

File tree

4 files changed

+190
-288
lines changed

4 files changed

+190
-288
lines changed

.rubocop_todo.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
# Offense count: 8
99
Metrics/AbcSize:
10-
Max: 54
10+
Max: 51
1111

1212
# Offense count: 1
1313
# Configuration parameters: CountComments.
1414
Metrics/ClassLength:
15-
Max: 362
15+
Max: 337
1616

1717
# Offense count: 5
1818
Metrics/CyclomaticComplexity:
@@ -21,12 +21,12 @@ Metrics/CyclomaticComplexity:
2121
# Offense count: 175
2222
# Configuration parameters: AllowURI, URISchemes.
2323
Metrics/LineLength:
24-
Max: 149
24+
Max: 146
2525

2626
# Offense count: 7
2727
# Configuration parameters: CountComments.
2828
Metrics/MethodLength:
29-
Max: 36
29+
Max: 32
3030

3131
# Offense count: 5
3232
Metrics/PerceivedComplexity:
@@ -54,11 +54,11 @@ Style/FileName:
5454
Style/Lambda:
5555
Enabled: false
5656

57-
# Offense count: 2
57+
# Offense count: 1
5858
# Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles.
5959
Style/Next:
6060
Enabled: false
6161

6262
# Offense count: 2
6363
Style/RegexpLiteral:
64-
MaxSlashes: 0
64+
MaxSlashes: 0

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
0.4.6 (Next)
22
============
33

4-
* [#126](https://github.com/intridea/grape-entity/pull/126): Fix: implement universally unique attributes to silo exposure logic - [@u2](https://github.com/u2).
54
* [#114](https://github.com/intridea/grape-entity/pull/114): Added 'only' option that selects which attributes should be returned - [@estevaoam](https://github.com/estevaoam).
65
* [#115](https://github.com/intridea/grape-entity/pull/115): Allowing 'root' to be inherited from parent to child entities - [@guidoprincess](https://github.com/guidoprincess).
76
* [#121](https://github.com/intridea/grape-entity/pull/122): Sublcassed Entity#documentation properly handles unexposed params - [@dan-corneanu](https://github.com/dan-corneanu).

0 commit comments

Comments
 (0)