password 1.2 → 1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/password +1 -1
- data/password.gemspec +1 -1
- metadata +2 -2
data/bin/password
CHANGED
data/password.gemspec
CHANGED
@@ -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.
|
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.
|
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-
|
12
|
+
date: 2008-10-06 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|