wunderlist-api 1.1.0 → 1.1.1

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: 8c1f15bb685eb176c744a80eb26afd112703b2e7
4
- data.tar.gz: 9e8083948c01850262620ad9eaaaff9b641a90b3
3
+ metadata.gz: 846f7d496dd7cd650277489d5525a56b8b1229fa
4
+ data.tar.gz: 812be0db7c3a00f332c8a6b8f78fdbbeb0319af7
5
5
  SHA512:
6
- metadata.gz: 740cf5d84dc03f09fd357fccc6520b8b1ac2153b66cc904a5751010f47206d47c7e7c9a500b14251aa2083076e01aba26e00a5fce4e868e168158a337d188de2
7
- data.tar.gz: 3de11ca7bc44f857ff1880bbca0d935bf233ca57ab624662fa95740e9fd518661f72dd8222da4868e426a564625bac0a16addff63cb1ff23fd304630938a567b
6
+ metadata.gz: 83c3f817d112c944775262c89a17c5f068a41c35aafecfa73bbb1ecb136e89c85f579181c860ad413cebd71fa8da3e79d27e245e3b9ef72c5cafadf4e2fb98a3
7
+ data.tar.gz: be1270b6cfa3290711ace0f60f21a892469f0cbf650bb97c61bc329b01420193f4780fccd9b4eee2162438d559e2c0943cfeaa1e44b72e9a78348d090149fba0
@@ -198,7 +198,9 @@ module Wunderlist
198
198
 
199
199
 
200
200
  def get_list_ids(list_names = [])
201
- return list_names if list_names.all? {|i| i.is_a?(Integer) }
201
+ if list_names.is_a? Array && list_names.all? {|i| i.is_a?(Integer) }
202
+ return list_names
203
+ end
202
204
  return [list_names] if list_names.is_a? Integer
203
205
  list_names = [list_names] if list_names.is_a? String
204
206
 
@@ -1,3 +1,3 @@
1
1
  module Wunderlist
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
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.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - shun3475