lita 4.4.1 → 4.4.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9748761bfa32c6c6222b9efb641526bbeea252bf
4
- data.tar.gz: 28cfb9a3586637f3cf335d87731f3b7b63829678
3
+ metadata.gz: 1a7e995f4c250faf7cb4ccb24fe606d338c26073
4
+ data.tar.gz: df5d314c0cc71b6c99810df59453f47c12c82227
5
5
  SHA512:
6
- metadata.gz: 41eeb51d98b67949a6938be319bdcf143ff6be47a853137a05c822a1ee85df3f8ad9f5e90af093bcc020e0d653a79a6e892097f803d6c2ae250edbcbca126c31
7
- data.tar.gz: 90be4a7d2dd20bfbdfaa5abcab9a98eacc9012e9d4e48b9020e3f0c391e626b7536333055b1aab30082f85f1c6ce643b0226027c041c4a652e656ed945326afc
6
+ metadata.gz: df5cd5d29b7f262896e4c295eea4b9207020b389d8942f62992c950076dfd96b03e1bd0ae8a86522a7e5d4d0615eaf32a4d0cd98b4c4e63a8f8dda85f0576b8d
7
+ data.tar.gz: 68618e0d9c07a25439a15da5f2a8cf4ec00bc58698bf58cd708da1efc3e5023e1dd559b2f9c69b7cd2ae89736422601fa42572b4e6b68afc7772dd60255b4a12
@@ -1,8 +1,9 @@
1
1
  language: ruby
2
+ cache: bundler
2
3
  rvm:
3
- - 2.0.0
4
- - 2.1.6
5
- - 2.2.2
4
+ - 2.0
5
+ - 2.1
6
+ - 2.2
6
7
  script: bundle exec rake
7
8
  before_install:
8
9
  - gem update --system
@@ -162,6 +162,11 @@ module Lita
162
162
  end
163
163
  end
164
164
 
165
+ # A list of room IDs the robot should join.
166
+ def persisted_rooms
167
+ Lita.redis.smembers("persisted_rooms").sort
168
+ end
169
+
165
170
  private
166
171
 
167
172
  # Loads and caches the adapter on first access.
@@ -182,11 +187,6 @@ module Lita
182
187
  adapter_class.new(self)
183
188
  end
184
189
 
185
- # A list of room IDs the robot should join.
186
- def persisted_rooms
187
- Lita.redis.smembers("persisted_rooms").sort
188
- end
189
-
190
190
  # Starts the web server.
191
191
  def run_app
192
192
  http_config = config.http
@@ -1,4 +1,4 @@
1
1
  module Lita
2
2
  # The current version of Lita.
3
- VERSION = "4.4.1"
3
+ VERSION = "4.4.2"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.4.1
4
+ version: 4.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jimmy Cuadra
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-10 00:00:00.000000000 Z
11
+ date: 2015-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -447,3 +447,4 @@ test_files:
447
447
  - spec/templates/basic.erb
448
448
  - spec/templates/basic.irc.erb
449
449
  - spec/templates/interpolated.erb
450
+ has_rdoc: