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 +4 -4
- data/.rubocop.yml +2 -11
- data/Gemfile +0 -1
- data/Rakefile +0 -1
- data/lib/rideliner/task/rubocop.rb +0 -1
- data/lib/rideliner/task/test.rb +0 -1
- data/lib/rideliner/tasks.rb +0 -1
- data/lib/rideliner/test_helper.rb +0 -1
- data/lib/rideliner/version.rb +1 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aab159f13d4f03aee31b4026ff933ebfab118bde
|
|
4
|
+
data.tar.gz: b61b4dcbb59c2e266d868ff7d378ee36996c7c3d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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/
|
|
42
|
+
Style/ImplicitRuntimeError:
|
|
43
43
|
Enabled: true
|
|
44
44
|
|
|
45
|
-
Style/
|
|
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
data/Rakefile
CHANGED
data/lib/rideliner/task/test.rb
CHANGED
data/lib/rideliner/tasks.rb
CHANGED
data/lib/rideliner/version.rb
CHANGED
|
@@ -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.
|
|
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.
|
|
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-
|
|
11
|
+
date: 2016-08-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|