kinit 0.0.2 → 0.0.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/bin/run_kinit +0 -1
- data/lib/kinit/version.rb +1 -1
- metadata +5 -5
data/bin/run_kinit
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.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -75,7 +75,7 @@ dependencies:
|
|
|
75
75
|
- - ! '>='
|
|
76
76
|
- !ruby/object:Gem::Version
|
|
77
77
|
version: '0'
|
|
78
|
-
description:
|
|
78
|
+
description: ! 'The Kinit gem is developed by Rohan Daxini at Kiprosh.com '
|
|
79
79
|
email:
|
|
80
80
|
- rohan_daxini@yahoo.com
|
|
81
81
|
executables:
|
|
@@ -88,7 +88,7 @@ files:
|
|
|
88
88
|
- lib/kinit.rb
|
|
89
89
|
- bin/run_kinit
|
|
90
90
|
- ext/kinit/extconf.rb
|
|
91
|
-
homepage:
|
|
91
|
+
homepage: https://github.com/rohandaxini/kinit
|
|
92
92
|
licenses:
|
|
93
93
|
- MIT
|
|
94
94
|
post_install_message:
|
|
@@ -113,6 +113,6 @@ rubyforge_project:
|
|
|
113
113
|
rubygems_version: 1.8.25
|
|
114
114
|
signing_key:
|
|
115
115
|
specification_version: 3
|
|
116
|
-
summary: This gem is used to
|
|
117
|
-
etc.
|
|
116
|
+
summary: This gem is used to enforce gems and best practices in the project eg. whether
|
|
117
|
+
cane, rails_best_practices gems are included or not etc.
|
|
118
118
|
test_files: []
|