keystorage 0.4.2 → 0.4.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.
- data/VERSION +1 -1
- data/bin/keystorage +4 -1
- data/keystorage.gemspec +4 -4
- metadata +5 -7
- data/bin/keystorage.rb +0 -7
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.3
|
data/bin/keystorage
CHANGED
data/keystorage.gemspec
CHANGED
|
@@ -5,14 +5,15 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{keystorage}
|
|
8
|
-
s.version = "0.4.
|
|
8
|
+
s.version = "0.4.3"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Yoshihiro TAKAHARA"]
|
|
12
|
-
s.date = %q{2011-01-
|
|
12
|
+
s.date = %q{2011-01-17}
|
|
13
|
+
s.default_executable = %q{keystorage}
|
|
13
14
|
s.description = %q{This is a command to store and manage your passwords.}
|
|
14
15
|
s.email = %q{y.takahara@gmail.com}
|
|
15
|
-
s.executables = ["keystorage"
|
|
16
|
+
s.executables = ["keystorage"]
|
|
16
17
|
s.extra_rdoc_files = [
|
|
17
18
|
"LICENSE.txt",
|
|
18
19
|
"README.rdoc"
|
|
@@ -24,7 +25,6 @@ Gem::Specification.new do |s|
|
|
|
24
25
|
"Rakefile",
|
|
25
26
|
"VERSION",
|
|
26
27
|
"bin/keystorage",
|
|
27
|
-
"bin/keystorage.rb",
|
|
28
28
|
"keystorage.gemspec",
|
|
29
29
|
"lib/keystorage.rb",
|
|
30
30
|
"lib/keystorage/cli.rb",
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: keystorage
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 9
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 4
|
|
9
|
-
-
|
|
10
|
-
version: 0.4.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.4.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Yoshihiro TAKAHARA
|
|
@@ -15,8 +15,8 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-01-
|
|
19
|
-
default_executable:
|
|
18
|
+
date: 2011-01-17 00:00:00 +09:00
|
|
19
|
+
default_executable: keystorage
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
22
22
|
type: :development
|
|
@@ -82,7 +82,6 @@ description: This is a command to store and manage your passwords.
|
|
|
82
82
|
email: y.takahara@gmail.com
|
|
83
83
|
executables:
|
|
84
84
|
- keystorage
|
|
85
|
-
- keystorage.rb
|
|
86
85
|
extensions: []
|
|
87
86
|
|
|
88
87
|
extra_rdoc_files:
|
|
@@ -95,7 +94,6 @@ files:
|
|
|
95
94
|
- Rakefile
|
|
96
95
|
- VERSION
|
|
97
96
|
- bin/keystorage
|
|
98
|
-
- bin/keystorage.rb
|
|
99
97
|
- keystorage.gemspec
|
|
100
98
|
- lib/keystorage.rb
|
|
101
99
|
- lib/keystorage/cli.rb
|