lib/unsplash/user.rb in unsplash-2.0.1 vs lib/unsplash/user.rb in unsplash-2.1.0

- old
+ new

@@ -86,8 +86,7 @@ list = JSON.parse(connection.get("/users/#{username}/collections", params).body) list.map do |collection| Unsplash::Collection.new collection.to_hash end end - end end