rubygems-auto-rehash 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,11 +10,11 @@ auto_rehash = -> installer do
10
10
  if has_rbenv?
11
11
  installer.say 'rbenv rehash'
12
12
  system 'rbenv', 'rehash'
13
+ end
13
14
 
14
- if in_zsh?
15
- installer.say 'rehash'
16
- system 'rehash'
17
- end
15
+ if in_zsh?
16
+ installer.say 'rehash'
17
+ system 'rehash'
18
18
  end
19
19
  end
20
20
 
@@ -1,7 +1,7 @@
1
1
  module Rubygems
2
2
  module Auto
3
3
  module Rehash
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
6
6
  end
7
7
  end
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.homepage = ""
11
11
  s.summary = %q{run `rehash' command if rbenv or zsh installed}
12
12
  s.description = %q{run `rehash' command if rbenv or zsh installed}
13
+ s.date = "2011-12-13"
13
14
 
14
15
  s.rubyforge_project = "rubygems-auto-rehash"
15
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubygems-auto-rehash
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
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: 2011-12-11 00:00:00.000000000 Z
12
+ date: 2011-12-13 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: run `rehash' command if rbenv or zsh installed
15
15
  email: