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
- YmRmZjY3MzEzNDNlOWRhZjk0YmJkZGUxYWM0OGJjOGJhYjNiYzU3Yw==
4
+ YzllOTNlMThhMzE4ODQ1YzU3MGVmNjcyYWM3YzZmZDMwOGJhOWY4OA==
5
5
  data.tar.gz: !binary |-
6
- YjNjNzA0MWJiOWE2YzVkNzMzZGNkNjk0YTA1Zjk0MThmN2I3NTE4ZQ==
6
+ YzE4NzBlNTEyZTQ2MDUyOGRhZGE1NjM2MzBkM2VmYWE2YmY4NDA5MQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZDVmMWQ2ZWFkZjIwZGE2ZjU2M2I1NjQwYmZiNTBjNjg2NDQ3NTcxZTI5NjVk
10
- MDg0MTIzMmE4OGNiYWI2M2NhZGI2NzNlNTNiYWRiMjJkMzU2MDZlYWQ5OTg4
11
- Y2Y1MmU3MzcyOGU3NDE3ODRlNTljMTdiYjQ5MmMxMjkwMTRjMzk=
9
+ Mzk1Mzg4NzYyMjM2OTE4MGIwNGY2MzhlZTJlNjYyZWM0ZDg0MzI2ZTFmMWY3
10
+ OGZlZGU2NTMzOGUwZThhNzJhYmU4NGY1ZmU0ZDFjZWJmNDY1YTEzOTJkNjA1
11
+ NGJhNTRhYzdiYjgyYTA0MzZmNzQ1M2M1NGM1MTE0MDU2OTJkNTg=
12
12
  data.tar.gz: !binary |-
13
- MGNlZTRhNGQ0NWQ2NTUxZDIwNGFhNGZjZDdmYThiZTFkNzBiODM3MzU0ZWJi
14
- ZDIyYmUwY2U4YTQwZWQxNmMxMmM0ZjJmZmY4NDMwNWUwZTBlN2QyODg5ODUy
15
- MDFmOGMwOTlhNzVlNTc3NzUwYmQzZGIzYzlkZDA2MjkxNWVjNzA=
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
@@ -1,5 +1,6 @@
1
1
  language: ruby
2
2
  rvm:
3
+ - 2.1.0-preview1
3
4
  - 2.0.0
4
5
  - 1.9.3
5
6
  - jruby-19mode # JRuby in 1.9 mode
@@ -1,3 +1,3 @@
1
1
  module Crystalline
2
- VERSION = "1.5.0"
2
+ VERSION = "1.5.1"
3
3
  end
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.0
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-18 00:00:00.000000000 Z
11
+ date: 2013-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec