aaq 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2fadd995c10ec2a4a54e8947ac31932b9c4318c2b346d8114843f5728cfd59c8
4
- data.tar.gz: 310a7a6032f66a994ecf290435b3e2b25d0c6bf574bc7f9f2b163e9b028f06ea
3
+ metadata.gz: 5d97d8f9bcdcb551beb826b56ac19446d65ee049f31d65b8bbcf19e5a9e1e4f2
4
+ data.tar.gz: c47cf6ae819cde7f8382590200bd75faf114745029662082d98c2bb46fbbd21a
5
5
  SHA512:
6
- metadata.gz: c2cf1db9388c48788864708c4b8e36d6c7f4aa765d0236d26d5b700db3c8c3c0470d5d75127f3b7a2b5e21151a59b26ea3c76ef41a12782baf8a66f3c12c7a57
7
- data.tar.gz: e5c90161c1934b8e7a31853f1e8179f0025c7343fc7cf4aacd535393d18458389df3138abf5cb8a586ae4146964b1bdf88bc1d491426a3dea43bbf345299e282
6
+ metadata.gz: e1efa723ac14dbf45d5cd5f2e3129d412d57025fdac3626cd590ffc68b865c4a7a60088017ffe1597a693cb8045010f068667205b5c66e97981bce1108c5627e
7
+ data.tar.gz: d00cea0bb3ff14f9bdd8addb8e7030364d540de93242e23b84655eb1b7aa2e661e8ad41f97f29d2ae082ca10221c48ebbd7d0494b6c5acd7fcf9fe1adaf2751c
File without changes
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AAQ
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: aaq
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
  - yskoht
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-07-15 00:00:00.000000000 Z
11
+ date: 2018-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -83,7 +83,8 @@ dependencies:
83
83
  description:
84
84
  email:
85
85
  - ysk.oht@gmail.com
86
- executables: []
86
+ executables:
87
+ - aaq
87
88
  extensions: []
88
89
  extra_rdoc_files: []
89
90
  files:
@@ -97,9 +98,9 @@ files:
97
98
  - README.md
98
99
  - Rakefile
99
100
  - aaq.gemspec
100
- - bin/aaq
101
101
  - bin/console
102
102
  - bin/setup
103
+ - exe/aaq
103
104
  - lib/aaq.rb
104
105
  - lib/aaq/colors.rb
105
106
  - lib/aaq/version.rb