best_practice_project 0.0.8 → 0.0.9

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: 3e683826592449afebee264ce6045ec6646483e7
4
- data.tar.gz: bb6557d292562498e89d917591b13f2b2960b3af
3
+ metadata.gz: ff2cb6e5217bf1e94bedd0e9d637216c18b06220
4
+ data.tar.gz: e17a8d95d5f8ddccfd8154e4e84a04060ee8fb3b
5
5
  SHA512:
6
- metadata.gz: ec018b7d4fd6fe91c2df959f24765a8f6916ec3172a722c4420a850d3e659ef05724a56f4a0d2a831b5b0208a7f5671cc4ab9088108561ff4453fff8c661eab9
7
- data.tar.gz: 2bab2d409b34ba1635af884484c7d8d2360817d5863af18f2417716c81cb68184dbe8bfea98c7ce7facf07cdaf1a50838dd12eb5faf2cdcc5b3ac422d2c08c51
6
+ metadata.gz: 4f1f240eb73386a31af18283d5aaae0d0b3f802465a0abf9cad0ee8bd29a2eb71de7322a03d214266b4d79c8997ff0d4da3d4d1ab7f5c8bd4c3126acebafe379
7
+ data.tar.gz: fbd7eeafcb6d7b98df7b639988aa0be50f4347f6a46aaacc4ce56c02c3cc213db695cdbaf216299f61c21a263759a1d1311a1805c5a880e531337db662f5de87
@@ -27,6 +27,9 @@ Style/AccessModifierIndentation:
27
27
  Style/ClassAndModuleChildren:
28
28
  EnforcedStyle: compact
29
29
 
30
+ Style/ConditionalAssignment:
31
+ Enabled: false
32
+
30
33
  Style/Documentation:
31
34
  Enabled: false
32
35
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.8
1
+ 0.0.9
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: best_practice_project 0.0.8 ruby lib
5
+ # stub: best_practice_project 0.0.9 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "best_practice_project"
9
- s.version = "0.0.8"
9
+ s.version = "0.0.9"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["kaspernj"]
14
- s.date = "2016-01-07"
14
+ s.date = "2016-01-20"
15
15
  s.description = "A bundle of various linters and code inspection tools"
16
16
  s.email = "k@spernj.org"
17
17
  s.extra_rdoc_files = [
@@ -45,7 +45,7 @@ Gem::Specification.new do |s|
45
45
  ]
46
46
  s.homepage = "http://github.com/kaspernj/best_practice_project"
47
47
  s.licenses = ["MIT"]
48
- s.rubygems_version = "2.4.0"
48
+ s.rubygems_version = "2.2.2"
49
49
  s.summary = "A bundle of various linters and code inspection tools"
50
50
 
51
51
  if s.respond_to? :specification_version then
@@ -27,6 +27,9 @@ Style/AccessModifierIndentation:
27
27
  Style/ClassAndModuleChildren:
28
28
  EnforcedStyle: compact
29
29
 
30
+ Style/ConditionalAssignment:
31
+ Enabled: false
32
+
30
33
  Style/Documentation:
31
34
  Enabled: false
32
35
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: best_practice_project
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - kaspernj
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-07 00:00:00.000000000 Z
11
+ date: 2016-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: auto_autoloader
@@ -145,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
145
145
  version: '0'
146
146
  requirements: []
147
147
  rubyforge_project:
148
- rubygems_version: 2.4.0
148
+ rubygems_version: 2.2.2
149
149
  signing_key:
150
150
  specification_version: 4
151
151
  summary: A bundle of various linters and code inspection tools