gitall 1.1.10 → 1.1.11

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: 0b87b74056ecf7302282fffc1abcd09863414f2ef9022032ad2bd72f038c9f13
4
- data.tar.gz: 3b64c413804b641bce25961c1c1874d12f35525dea1391e12a1943b408d59de7
3
+ metadata.gz: 93b0c7a84599013979cbd694e80dce05ff59de59996895c253e65122ec277c13
4
+ data.tar.gz: 5b2d82cbf1c2be21540dfdd967c677d13e2403eb7dbbd9551032b0459b2ef48c
5
5
  SHA512:
6
- metadata.gz: 22f3bf4f34060e3d9012b5bfef84e57007f7e86bcabc05a4cf5acf211a98b5a64304aaf24ce79b108bd525c18ea98850fc158c207f389b7f8522549da61d6d40
7
- data.tar.gz: '09bfa099a58a924c6f6194860c02443c99f4efec94557fdc37115e1521988b556031ad4e341fc32059ae61598eeb4b21514c218300219488ed8c34e4f7803cbd'
6
+ metadata.gz: e33406f796ce036ca6a5427d35401b84274d89d0bb76273e7b329198fcaf4df193470f9dc55d70257f009473e7c67cc24c146bf90bd254b33449e788f6424177
7
+ data.tar.gz: 00446e1bcf9903252d322c6593d7f31315020728ca8a08c4fdb6b6f3ea81b4a0e8f016229f65252630348cf9726a13ca16a46b5e0c5850bb0b301984211a23d1
data/lib/gitall.rb CHANGED
@@ -132,7 +132,7 @@ module GitAll
132
132
  c.authentication.fetch_user = lambda { |nickname|
133
133
  # If you were using an ORM, you'd probably do something like
134
134
  # `User.first(:nickname => nickname)` here.
135
- GitAll::Bot::Users.users.colect { |user| user.nickname == nickname } }
135
+ GitAll::Bot::Users.users.collect { |user| user.nickname == nickname } }
136
136
  # The Authentication mixin will call these lambdas to check if a user is
137
137
  # allowed to run a command.
138
138
  c.authentication.users = lambda { |user| user.type == 'user' }
@@ -1,3 +1,3 @@
1
1
  module GitAll
2
- VERSION = '1.1.10'
2
+ VERSION = '1.1.11'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitall
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.10
4
+ version: 1.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ken Spencer