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.
Files changed (3) hide show
  1. data/bin/run_kinit +0 -1
  2. data/lib/kinit/version.rb +1 -1
  3. metadata +5 -5
data/bin/run_kinit CHANGED
@@ -6,5 +6,4 @@ puts "Running Kinit..."
6
6
  puts "Performing required checks for your application. Please wait..."
7
7
 
8
8
 
9
-
10
9
  puts "Finished running required checks."
data/lib/kinit/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Kinit
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
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.2
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: This is Kinit Gem by Kiprosh Company
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: http://www.kiprosh.com
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 enforece few gems in the project like cane, rails_best_practices
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: []