kinit 0.0.3 → 0.0.4
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/bin/run_kinit +0 -1
- data/lib/kinit/version.rb +1 -1
- metadata +5 -19
data/bin/run_kinit
CHANGED
data/lib/kinit/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kinit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
|
-
- Rohan Daxini
|
|
8
|
+
- Rohan Daxini at Kiprosh.com
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
@@ -59,23 +59,9 @@ dependencies:
|
|
|
59
59
|
- - ! '>='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: '0'
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
none: false
|
|
66
|
-
requirements:
|
|
67
|
-
- - ! '>='
|
|
68
|
-
- !ruby/object:Gem::Version
|
|
69
|
-
version: '0'
|
|
70
|
-
type: :development
|
|
71
|
-
prerelease: false
|
|
72
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
73
|
-
none: false
|
|
74
|
-
requirements:
|
|
75
|
-
- - ! '>='
|
|
76
|
-
- !ruby/object:Gem::Version
|
|
77
|
-
version: '0'
|
|
78
|
-
description: ! 'The Kinit gem is developed by Rohan Daxini at Kiprosh.com '
|
|
62
|
+
description: This gem is used to enforce gems and best practices in the project eg.
|
|
63
|
+
whether cane, rails_best_practices gems are included or not etc. and other stuff.
|
|
64
|
+
You may also configure what all you would like to enforce.
|
|
79
65
|
email:
|
|
80
66
|
- rohan_daxini@yahoo.com
|
|
81
67
|
executables:
|