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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/glibrary +2 -3
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 51bec53849f1ea68333a878d0ca2f1a8733aab8d75d727f61831926aec01144e
4
- data.tar.gz: 2478df4c25c3b8044e274ff4fa9abfea269f0ff84b9e4a419808bae77d7f4088
3
+ metadata.gz: 99520af72872599214ec5bc995ababd80d9e1557a9966e0e886c6b5d5ef320f5
4
+ data.tar.gz: 94966cfd1928b47dab10e7c81f4dad7ae7242979913e4a179ed75e93998035e5
5
5
  SHA512:
6
- metadata.gz: fd7ca5dac37e99be6016f2e9a37ea2203f33e1b17370c2411dcc15c6f67cc1d0c8acb7427e43b220f0b4ad3f8e450bd6630d15d576c1c411b8b09e902b0ed74c
7
- data.tar.gz: 401f7b4f588ae8d5d65c4c562acd12073242ccd2673367eafe9e6ad4428af17f97985baf4b15613bdf36f49e7d30cfd2abe3209945f8a3d4fac37394bdc54ccb
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.1
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: Glibrary
53
+ summary: glibrary
54
54
  test_files: []