appl 1.9 → 1.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/intar +1 -1
  3. data/lib/appl.rb +1 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 163c100bd1d2a0ab224680a33b33ecc1496dee585e74daffdfe25611057e6037
4
- data.tar.gz: b10b33c7d254a3ff68d53275da766a2ca4668ededd54735c748e7c25826d9017
3
+ metadata.gz: 1688b3e222470fd0e8d460eb628e5cd0d367f6310657f55fe465f004b7d09974
4
+ data.tar.gz: 2377f5d01f50f75922cd10fef21d17ef123cfec1d8bce0cf8873283cd73df2ac
5
5
  SHA512:
6
- metadata.gz: 1fdeab1e5d163954a585149fee970c9a6f552a1224ec803d92351a16807d36bc8a4f71612225a516722477b0490732830044f123b83cebd4c9c086b57138f8e3
7
- data.tar.gz: 00d03be61474b82295ac21ccb600a49d5a2a55dbf1c451ada43b37361612280bf90c012aae63f2d92f121bc2af0faa71ae397723576bc58640d5ff8c2f615367
6
+ metadata.gz: 4c4a1b091ac1e4bdab240d55627eb78811fddeb0962b30aef7185f2fe466809a3d8cbf847387b1aa1ab07e782770e7b4e3507821682557e7388915d2cc1b1056
7
+ data.tar.gz: ee2e1d53b6f6c32a8be5d48e7f1489104d3f316d58a67f82318f0f21b16d038676812a063d5500d80663050963d086ad9bbcdff00b810d299d3ac731c0abba3b
data/bin/intar CHANGED
@@ -52,7 +52,7 @@ class IntarApp < Application
52
52
  "config file, NONE means none"
53
53
  alias_option "c", "configfile"
54
54
 
55
- define_option "H", :histfile=, "FILE", ".intar_history",
55
+ define_option "H", :histfile=, "FILE",
56
56
  "history file, NONE means none"
57
57
  alias_option "H", "histfile"
58
58
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  class Application
7
7
 
8
- APPL_VERSION = "1.9".freeze
8
+ APPL_VERSION = "1.10".freeze
9
9
 
10
10
  OPTIONS_ENV = nil
11
11
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appl
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.9'
4
+ version: '1.10'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bertram Scharpf
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-29 00:00:00.000000000 Z
11
+ date: 2020-06-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
14
  A base class for command line applications doing options parsing
@@ -29,7 +29,7 @@ homepage: http://www.bertram-scharpf.de/software/appl
29
29
  licenses:
30
30
  - BSD-2-Clause
31
31
  metadata: {}
32
- post_install_message:
32
+ post_install_message:
33
33
  rdoc_options: []
34
34
  require_paths:
35
35
  - lib
@@ -46,7 +46,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
46
46
  requirements:
47
47
  - Just Ruby
48
48
  rubygems_version: 3.0.6
49
- signing_key:
49
+ signing_key:
50
50
  specification_version: 4
51
51
  summary: Easy option parsing
52
52
  test_files: []