bun_bo 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: 16e71c1b154b1b3cdd8c198d725f80d60d1b346e545432a4a20fee169b1831ff
4
- data.tar.gz: a3c355d2bb86a5002f334df9031b782e1d661a308261b0b82689c7b41935fa00
3
+ metadata.gz: 5314115d40dd740496d02750b9ecba0d5c86193c1a44af593080e1c533286574
4
+ data.tar.gz: 7d6fb67324ee7d783fb6d53f2e82dbc3130394dad6cf13c1f7c6359f22240f30
5
5
  SHA512:
6
- metadata.gz: 7f215d0c882ce7d7e0c0696e9c122f32ed1629d3e95d0ea6856621d7021013ab06973ad32f1cbb751c8d44cb918d640e1aba3f4044c459b024260d3307fa316a
7
- data.tar.gz: bdc1d446a09f389a0594c1b5459bf2d567c0c4309c8bc057ca5a2305698e0b71d334fcaccae068660251a8f6c426899dfb58b1c88a95dff0c15e4467190e0609
6
+ metadata.gz: a57740e2fe09d2a49588c22ce572ef894fcc9f8875363a4b233e805b06e0710ad6c4ac0b185bbf85b79d1fe9784cd22ded4c9203f3da5da0d56b3bba7488aa27
7
+ data.tar.gz: 22da0a3ee8c34a0104e9515d9f62117d3ab69568d40c107231ea5d6d36135be43148534aef73b5b48ff5d380dca44c9bbe4f63a33359da9e79fce46599260b4d
data/{bin → exe}/bun_bo RENAMED
File without changes
@@ -1,3 +1,3 @@
1
1
  class BunBo
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bun_bo
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
  - Hieu Nguyen
@@ -55,7 +55,8 @@ dependencies:
55
55
  description:
56
56
  email:
57
57
  - hieuk09@gmail.com
58
- executables: []
58
+ executables:
59
+ - bun_bo
59
60
  extensions: []
60
61
  extra_rdoc_files: []
61
62
  files:
@@ -66,10 +67,10 @@ files:
66
67
  - LICENSE.txt
67
68
  - README.md
68
69
  - Rakefile
69
- - bin/bun_bo
70
70
  - bin/console
71
71
  - bin/setup
72
72
  - bun_bo.gemspec
73
+ - exe/bun_bo
73
74
  - lib/bun_bo.rb
74
75
  - lib/bun_bo/version.rb
75
76
  homepage: https://github.com/hieuk09/bun_bo