koz 0.1.0 → 0.1.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: 0ebe61246f28706d241447b6a2ed03844e451d41f565bd657c1384f7297fe977
4
- data.tar.gz: f8b81184a5fd9348e5b4e127e939141793ed41e2c18960cd2dc9c56f9f190fb6
3
+ metadata.gz: 8d2bba1f273a1fd18f3a59f22bfbf9de719869c576cbefe2b2f343fa7622fd18
4
+ data.tar.gz: b9764fd9834b079fd0466000169d29e1e82d443f7034a04f3e077cb85c08555f
5
5
  SHA512:
6
- metadata.gz: 7724ca35328f42aaa4d774abf0744fef8c7a74f0117deb676fad172c48af4990105a7d9c3c20866ab30819f953227b67c17d56df8f32d98d6c7051e6c69f0590
7
- data.tar.gz: 5d5609fc8d6678473c425e5a5a2bd367a7101193eda2e1ff99a1722a5925b950e39cf154e600765da648b8fb784f7d9b972a83fff866808837a91f3f611f28c7
6
+ metadata.gz: 4772c8959eb8e301ee3cc38bfc6f63a5b9f2922281de0f0e4a3798e79f44aaac806e00ecd9b5ae38343832191794467e10d78782b2fc80def679480faa532576
7
+ data.tar.gz: 3c00565e64cc544ebcabb1ef3b34f41df49bca0ed04c5e26376d409518bda35dda31188ea583a844e672c791b1960e09f604c277dd894357c715e65aac09af0e
@@ -8,7 +8,7 @@ MY = OpenStruct.new
8
8
  require 'ostruct'
9
9
  MY ||= OpenStruct.new
10
10
 
11
- MY.home = Dir.home+"/.koz-bot"
11
+ MY.home = Dir.home+"/.kozbot"
12
12
  MY.config = Koz::Config.connect_file MY.home+'/config.yaml'
13
13
  puts "koz starts!"
14
14
 
data/lib/koz/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Koz
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: koz
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - 彩穂
@@ -13,15 +13,14 @@ description: A bot framework support many protocol and api.
13
13
  email:
14
14
  - 37037844+Saisui@users.noreply.github.com
15
15
  executables:
16
- - kozbot.rb
16
+ - kozbot
17
17
  extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
20
  - CHANGELOG.md
21
21
  - README.md
22
22
  - Rakefile
23
- - bin/kozbot.rb
24
- - kozbot.bat
23
+ - bin/kozbot
25
24
  - lib/koz.rb
26
25
  - lib/koz/config.rb
27
26
  - lib/koz/event.rb
data/kozbot.bat DELETED
File without changes