rideliner 0.3.2 → 0.3.3

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9b25e1f554bd225acd02ee14283fe12be48d5fd6
4
- data.tar.gz: 4ef0ea98deb1fe2179f251d4c2ba4a40b826fda2
3
+ metadata.gz: aab159f13d4f03aee31b4026ff933ebfab118bde
4
+ data.tar.gz: b61b4dcbb59c2e266d868ff7d378ee36996c7c3d
5
5
  SHA512:
6
- metadata.gz: 8cc2bb718323b5639a084b6571a5d1fbfea312414cd5d981df65964bb490aea17f91136be67ecc6aa392b656b7e9b956c8be15f65ba138d4ed590227ee640a72
7
- data.tar.gz: b128a6a4ad1a9f786920959192b54f03e5432fd76223fe06d050b1c280d9c7561276c56da94f2172ede3d1b930b59198afe2ff49a8ba67cfc32f682ec999e403
6
+ metadata.gz: 4a9d2176628dc4313aa967bfc32470c5c09987487b0dfc36f724c071432899f5f68fe06a3db1ae0dc9c1b0cc786f6b13343b05249e959a460190e1cc01b7997c
7
+ data.tar.gz: 318a30bdb0a7206c47cb0a67ccad11d3874892274b4622dd498bb9c77b10ee3bc4fc04e2160d53f3b8625a6de89e01926be706d9b947f6b5c476ea2b2a1b22c5
data/.rubocop.yml CHANGED
@@ -39,24 +39,15 @@ Style/FirstMethodParameterLineBreak:
39
39
  Style/FrozenStringLiteralComment:
40
40
  Enabled: false
41
41
 
42
- Style/MethodCalledOnDoEndBlock:
42
+ Style/ImplicitRuntimeError:
43
43
  Enabled: true
44
44
 
45
- Style/MultilineArrayBraceLayout:
45
+ Style/MethodCalledOnDoEndBlock:
46
46
  Enabled: true
47
47
 
48
48
  Style/MultilineAssignmentLayout:
49
49
  Enabled: true
50
50
 
51
- Style/MultilineHashBraceLayout:
52
- Enabled: true
53
-
54
- Style/MultilineMethodCallBraceLayout:
55
- Enabled: true
56
-
57
- Style/MultilineMethodDefinitionBraceLayout:
58
- Enabled: true
59
-
60
51
  Style/OptionHash:
61
52
  Enabled: true
62
53
 
data/Gemfile CHANGED
@@ -1,4 +1,3 @@
1
- # encoding: utf-8
2
1
  # Copyright (c) 2016 Nathan Currier
3
2
 
4
3
  # This Source Code Form is subject to the terms of the Mozilla Public
data/Rakefile CHANGED
@@ -1,4 +1,3 @@
1
- # encoding: utf-8
2
1
  # Copyright (c) 2016 Nathan Currier
3
2
 
4
3
  # This Source Code Form is subject to the terms of the Mozilla Public
@@ -1,4 +1,3 @@
1
- # encoding: utf-8
2
1
  # Copyright (c) 2016 Nathan Currier
3
2
 
4
3
  # This Source Code Form is subject to the terms of the Mozilla Public
@@ -1,4 +1,3 @@
1
- # encoding: utf-8
2
1
  # Copyright (c) 2016 Nathan Currier
3
2
 
4
3
  # This Source Code Form is subject to the terms of the Mozilla Public
@@ -1,4 +1,3 @@
1
- # encoding: utf-8
2
1
  # Copyright (c) 2016 Nathan Currier
3
2
 
4
3
  # This Source Code Form is subject to the terms of the Mozilla Public
@@ -1,4 +1,3 @@
1
- # encoding: utf-8
2
1
  # Copyright (c) 2016 Nathan Currier
3
2
 
4
3
  # This Source Code File is subject to the terms of the Mozilla Public
@@ -1,4 +1,3 @@
1
- # encoding: utf-8
2
1
  # Copyright (c) 2016 Nathan Currier
3
2
 
4
3
  # This Source Code File is subject to the terms of the Mozilla Public
@@ -6,5 +5,5 @@
6
5
  # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
6
 
8
7
  module Rideliner
9
- VERSION = '0.3.2'.freeze
8
+ VERSION = '0.3.3'.freeze
10
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rideliner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Currier
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-07 00:00:00.000000000 Z
11
+ date: 2016-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler