kinit 0.1.2 → 0.1.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.
- data/kinit_config.yml +1 -0
- data/lib/kinit/version.rb +1 -1
- data/lib/tasks/kinit_enforcer.rake +2 -2
- metadata +9 -8
data/kinit_config.yml
CHANGED
data/lib/kinit/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kinit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2014-01-27 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -59,11 +59,12 @@ dependencies:
|
|
|
59
59
|
- - ! '>='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: '0'
|
|
62
|
-
description: A gem enforcer tool to check and enforce important gems
|
|
63
|
-
for code quality in ruby and rails
|
|
64
|
-
all to
|
|
62
|
+
description: ! "A gem enforcer tool to check and enforce important \n gems
|
|
63
|
+
and best practices for code quality in ruby and \n rails
|
|
64
|
+
code. Its configurable to enable disable what \n all to
|
|
65
|
+
enforce."
|
|
65
66
|
email:
|
|
66
|
-
-
|
|
67
|
+
- rohan@kiprosh.com
|
|
67
68
|
executables:
|
|
68
69
|
- run_kinit
|
|
69
70
|
extensions:
|
|
@@ -102,7 +103,7 @@ rubyforge_project:
|
|
|
102
103
|
rubygems_version: 1.8.25
|
|
103
104
|
signing_key:
|
|
104
105
|
specification_version: 3
|
|
105
|
-
summary: A gem enforcer tool to check and enforce important gems
|
|
106
|
-
for code quality in ruby and rails code.
|
|
106
|
+
summary: A gem enforcer tool to check and enforce important gems and best practices
|
|
107
|
+
for code quality in ruby and rails code. Its configurable to enable disable what
|
|
107
108
|
all to enforce.
|
|
108
109
|
test_files: []
|