clitest 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Clitest
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clitest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - yasuo kominami
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-03-25 00:00:00.000000000 Z
11
+ date: 2021-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aruba
@@ -228,6 +228,23 @@ files:
228
228
  - bin/console
229
229
  - bin/setup
230
230
  - clitest.gemspec
231
+ - doc/Clitest.html
232
+ - doc/Clitest/Cmdline.html
233
+ - doc/Clitest/Error.html
234
+ - doc/_index.html
235
+ - doc/class_list.html
236
+ - doc/css/common.css
237
+ - doc/css/full_list.css
238
+ - doc/css/style.css
239
+ - doc/file.README.html
240
+ - doc/file_list.html
241
+ - doc/frames.html
242
+ - doc/index.html
243
+ - doc/js/app.js
244
+ - doc/js/full_list.js
245
+ - doc/js/jquery.js
246
+ - doc/method_list.html
247
+ - doc/top-level-namespace.html
231
248
  - lib/clitest.rb
232
249
  - lib/clitest/cmdline.rb
233
250
  - lib/clitest/version.rb