wunderlist-api 1.1.1 → 1.1.2

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: 846f7d496dd7cd650277489d5525a56b8b1229fa
4
- data.tar.gz: 812be0db7c3a00f332c8a6b8f78fdbbeb0319af7
3
+ metadata.gz: ae8cdaa1e93dbff4097b88da8a774d457e5d8c6a
4
+ data.tar.gz: ff71aa0ac5c7136abdb0ce7a25e658b6d8858de5
5
5
  SHA512:
6
- metadata.gz: 83c3f817d112c944775262c89a17c5f068a41c35aafecfa73bbb1ecb136e89c85f579181c860ad413cebd71fa8da3e79d27e245e3b9ef72c5cafadf4e2fb98a3
7
- data.tar.gz: be1270b6cfa3290711ace0f60f21a892469f0cbf650bb97c61bc329b01420193f4780fccd9b4eee2162438d559e2c0943cfeaa1e44b72e9a78348d090149fba0
6
+ metadata.gz: 411c6335b033c4737107a2679707d83f37ec60b6176e88c0557f9f30964091027fd5ddd7e7059f30db214d4d93c6a2d3d57213d9bd37768b7a7477119c782ac3
7
+ data.tar.gz: 332f55627f91684ccceae226bc784c7e2d348267a36c1154cbba91aef6cc68770eee0b462d6568fd127f7029372f5660a073a75be8317e6dbce0a149ab364cca
@@ -198,7 +198,7 @@ module Wunderlist
198
198
 
199
199
 
200
200
  def get_list_ids(list_names = [])
201
- if list_names.is_a? Array && list_names.all? {|i| i.is_a?(Integer) }
201
+ if list_names.is_a? Array and list_names.all? {|i| i.is_a?(Integer) }
202
202
  return list_names
203
203
  end
204
204
  return [list_names] if list_names.is_a? Integer
@@ -1,3 +1,3 @@
1
1
  module Wunderlist
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wunderlist-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - shun3475