password 1.2 → 1.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/password +1 -1
  2. data/password.gemspec +1 -1
  3. metadata +2 -2
@@ -53,6 +53,6 @@ when :set
53
53
  show_credentials_for(@site) if @generated
54
54
  save_passwords
55
55
  when :grep
56
- Password::SITES.keys.each {|site| puts site if site =~ /#{@query}/}
56
+ Password::SITES.keys.each {|site| show_credentials_for(site) if site =~ /#{@query}/}
57
57
  end
58
58
 
@@ -1,7 +1,7 @@
1
1
  require 'rubygems'
2
2
  SPEC = Gem::Specification.new do |s|
3
3
  s.name = "password"
4
- s.version = "1.2"
4
+ s.version = "1.3"
5
5
  s.author = "Giles Bowkett"
6
6
  s.email = "gilesb@gmail.com"
7
7
  s.homepage = "http://gilesbowkett.blogspot.com/2008/02/sudo-gem-install-password.html"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: password
3
3
  version: !ruby/object:Gem::Version
4
- version: "1.2"
4
+ version: "1.3"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Giles Bowkett
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-09-04 00:00:00 -07:00
12
+ date: 2008-10-06 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency