glibrary 0.0.1 → 0.0.2
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.
- checksums.yaml +4 -4
- data/bin/glibrary +2 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 99520af72872599214ec5bc995ababd80d9e1557a9966e0e886c6b5d5ef320f5
|
4
|
+
data.tar.gz: 94966cfd1928b47dab10e7c81f4dad7ae7242979913e4a179ed75e93998035e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b7525e56cf43e82024810d4c46fabc472f48f41a2b6f02455c6da0a2a6b3709d662668afc50ae79786e426df9f845c2242492210c87ef1037a0d902cb9360dd5
|
7
|
+
data.tar.gz: 94c0aa9604cde0400fe29dc11c6ff0bab7654caed0aafe37a8b6efbd6af9ed7443fbc9fc7f10f3b014bfac29001d2de63dad7315daf44516f4a4f1e52d3fba7e
|
data/bin/glibrary
CHANGED
@@ -39,7 +39,7 @@ OptionParser.new do |opts|
|
|
39
39
|
o[:publisher] = p
|
40
40
|
end
|
41
41
|
|
42
|
-
opts.on("-f", "--lib-file=LIBFILE", "Select a library save file") do |libfile|
|
42
|
+
opts.on("-f", "--lib-file=LIBFILE", "Select a library save file. Otherwise, a default save file will be used.") do |libfile|
|
43
43
|
filename = File.absolute_path(libfile)
|
44
44
|
unless File.exist?(filename)
|
45
45
|
(puts "Library file not found, cannot display."; exit) if library
|
@@ -47,8 +47,7 @@ OptionParser.new do |opts|
|
|
47
47
|
end
|
48
48
|
end
|
49
49
|
|
50
|
-
opts.on("-l", "--library", "See your library; ignores all search options
|
51
|
-
\t\t\t\t\tdefault library file is [repository_root]/saved_libraries/library.json") do
|
50
|
+
opts.on("-l", "--library", "See your library; ignores all search options") do
|
52
51
|
|
53
52
|
#substitute \ for / if the machine is running windows
|
54
53
|
filename.gsub!(/\//, '\\') if ENV.values.any? { |v| v =~ /[A-Z]:\\Windows/i }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: glibrary
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Engelbert
|
@@ -50,5 +50,5 @@ requirements: []
|
|
50
50
|
rubygems_version: 3.0.6
|
51
51
|
signing_key:
|
52
52
|
specification_version: 4
|
53
|
-
summary:
|
53
|
+
summary: glibrary
|
54
54
|
test_files: []
|