commandrb 0.2.1 → 0.2.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/commandrb.rb +1 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 40d764caf79a35bf24300a3bb884e76826ac3c1c
4
- data.tar.gz: 6b4594873bcd31f9396cf5e0bbce07ae518cee3d
3
+ metadata.gz: 837fd9c73dccf6017f686003621c0cb6cc6ee8ef
4
+ data.tar.gz: 2aafaf2ec44c19c33dd70a0c2ab2757e268bb5de
5
5
  SHA512:
6
- metadata.gz: 4cf78d6ed21501ca294c58475b738ec0ef8f5b07cd70b5cdd61ec5618398e29726d3609fae50a7400f6a8cf04b2097a02f22db2b6a84708bcf612e095d140372
7
- data.tar.gz: 5cbf1db3c9015e1a8585affcfdde47fb0f6a2806b1aaaa4b627a0b932a9a656352a5bf6ae5cd94a6532d82847207ddd9baae8c782c024fd654e4da772a34209a
6
+ metadata.gz: 89a2f798a7226f0bd6fc8f746144ba4593cf1a7f4719a89c69cfb2e8f39c6d2ee6f586020d2a6f48c466cb574cc3f746d33da2d83a9375c9500b4fc2e1c74451
7
+ data.tar.gz: 0ba8d6f38dcc9b23029086f3d7d59140685dd0c06c5b7b3703666709c51530b3984177a9ffd20914763e1ebaf73faeecc4a4ed5c9b576f7d38d0914a1db6db3c
data/lib/commandrb.rb CHANGED
@@ -100,7 +100,7 @@ class CommandrbBot
100
100
  next
101
101
  end
102
102
 
103
- if (event.user.bot_account? && command[:parse_bots] == false) || (event.user.bot_account? && @parse_bots == false)
103
+ if (event.user.bot_account? && command[:parse_bots] == false) || (event.user.bot_account? && @config[:parse_bots] == false)
104
104
  next
105
105
  end
106
106
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: commandrb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seriel Shirogane
@@ -43,7 +43,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
- version: '0'
46
+ version: '2.1'
47
47
  required_rubygems_version: !ruby/object:Gem::Requirement
48
48
  requirements:
49
49
  - - ">="
@@ -51,7 +51,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
51
51
  version: '0'
52
52
  requirements: []
53
53
  rubyforge_project:
54
- rubygems_version: 2.6.11
54
+ rubygems_version: 2.5.2
55
55
  signing_key:
56
56
  specification_version: 4
57
57
  summary: Commandrb