kinit 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,6 @@
1
1
  bestPracticesGems:
2
2
  - cane
3
+ - rack-mini-profiler
3
4
  - rails_best_practices
4
5
  - reek
5
6
  - simplecov
@@ -1,3 +1,3 @@
1
1
  module Kinit
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -1,6 +1,6 @@
1
1
  desc 'my plugins rake task'
2
2
  task :do_kinit_enforce do
3
3
  puts "Enforcing best practices."
4
- @gen = Kinit::GemsEnforcer.new
5
- @gen.CheckIsGemPresent
4
+ gen = Kinit::GemsEnforcer.new
5
+ gen.CheckIsGemPresent
6
6
  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.1.2
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: 2013-06-03 00:00:00.000000000 Z
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 and best practices
63
- for code quality in ruby and rails code. Its configurable to enable disable what
64
- all to enforce.
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
- - rohan_daxini@yahoo.com
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 and best practices
106
- for code quality in ruby and rails code. Its configurable to enable disable what
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: []