crystalline 1.5.0 → 1.5.1
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,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YzllOTNlMThhMzE4ODQ1YzU3MGVmNjcyYWM3YzZmZDMwOGJhOWY4OA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YzE4NzBlNTEyZTQ2MDUyOGRhZGE1NjM2MzBkM2VmYWE2YmY4NDA5MQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
Mzk1Mzg4NzYyMjM2OTE4MGIwNGY2MzhlZTJlNjYyZWM0ZDg0MzI2ZTFmMWY3
|
|
10
|
+
OGZlZGU2NTMzOGUwZThhNzJhYmU4NGY1ZmU0ZDFjZWJmNDY1YTEzOTJkNjA1
|
|
11
|
+
NGJhNTRhYzdiYjgyYTA0MzZmNzQ1M2M1NGM1MTE0MDU2OTJkNTg=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NzkzZDE5YWRiMWE3ODBmYjBkYjUyZGZjYzg2ZDUxOGM2MThmZjhjYzUxZmU5
|
|
14
|
+
ZTczMzY4MzI4OWI3ZTRlZjNhOTQ1NDFlZWU5OTNmM2ZlODZiYzhlYTRkYmQ1
|
|
15
|
+
NzA5NDdiNGQ3NjkxNjQ4ZjkxZWExMDE4NzI3YmIxMWZlMDYwNjI=
|
|
@@ -37,3 +37,26 @@ AlignHash:
|
|
|
37
37
|
# a: 0
|
|
38
38
|
# bb: 1
|
|
39
39
|
EnforcedColonStyle: separator
|
|
40
|
+
|
|
41
|
+
IfWithSemicolon:
|
|
42
|
+
Enabled: false
|
|
43
|
+
|
|
44
|
+
Semicolon:
|
|
45
|
+
Enabled: false
|
|
46
|
+
|
|
47
|
+
AssignmentInCondition:
|
|
48
|
+
Enabled: false
|
|
49
|
+
|
|
50
|
+
Alias:
|
|
51
|
+
Enabled: false
|
|
52
|
+
|
|
53
|
+
NumericLiterals:
|
|
54
|
+
Enabled: false
|
|
55
|
+
|
|
56
|
+
# should be dynamic if it's being used for test
|
|
57
|
+
RescueModifier:
|
|
58
|
+
Enabled: false
|
|
59
|
+
|
|
60
|
+
# should be turned on as a separate task
|
|
61
|
+
Documentation:
|
|
62
|
+
Enabled: false
|
data/lib/crystalline/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: crystalline
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joe Fredette
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-09-
|
|
11
|
+
date: 2013-09-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|