lita-activedirectory 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c50849925138f34122a28bf919497a2bf3911bd3
4
- data.tar.gz: 51f0b295357c62fe59abf9d8a5c68d8eb21faa07
3
+ metadata.gz: c2116b9afea5a43594d2a05dcb820478bf7dc77b
4
+ data.tar.gz: 3064e8736c414881a2f8315e03078156d907d377
5
5
  SHA512:
6
- metadata.gz: c93ccf28516c0728804a7fcda539894ed7b869bd71115a150a3d92c4a7fac9db97fc1ecd3417575d0bb3be44bd33a4b0cfe7e2ede7f7aa66741de57a8d9da6b6
7
- data.tar.gz: ead2e3008028193ea501d4e6fc07b203af698cd3c4e42c4cb650ce817c9ddb3ed7d176053e164e8b7fc01a8d15d15f4852ff37de6b03b74670fc40d547110088
6
+ metadata.gz: 5bd717b7b920ea433a22c91f66d96c7ebf01387d9b46410f87b4cbb1b8aba5dd82ac151c526ae457f4857ca88f413e6f2de6e1243dabd7f4e42dc761f85c7880
7
+ data.tar.gz: 5a328472b8201cbf8cf0edb32400e4bf2e2f7ec192fc449aa94219a473902483685cce4aa49ec1ad5c028af7db3a10f79f9c9b56f9a52558f7ae5c2a8380195d
@@ -11,14 +11,14 @@ module Lita
11
11
  config :password, required: true, type: String
12
12
 
13
13
  route(
14
- /(is)\s+(\S+)\s+(locked(\?)?)/i,
14
+ /^(is)\s+(\S+)\s+(locked(\?)?)/i,
15
15
  :user_locked?,
16
16
  command: true,
17
17
  help: { t('help.user_locked?.syntax') => t('help.user_locked?.desc') }
18
18
  )
19
19
 
20
20
  route(
21
- /(unlock)\s+(\S+)/i,
21
+ /^(unlock)\s+(\S+)/i,
22
22
  :unlock,
23
23
  command: true,
24
24
  help: { t('help.unlock.syntax') => t('help.unlock.desc') }
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'lita-activedirectory'
3
- spec.version = '0.2.5'
3
+ spec.version = '0.2.6'
4
4
  spec.authors = ['Daniel Schaaff']
5
5
  spec.email = ['dschaaff@knuedge.com']
6
6
  spec.description = 'ldap/active directory instructions for Lita'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-activedirectory
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Schaaff
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-13 00:00:00.000000000 Z
11
+ date: 2016-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lita