listingcheck_api 0.2.0 → 0.2.1

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.
@@ -31,10 +31,12 @@ module ListingcheckApi
31
31
 
32
32
  property :rating
33
33
  property :reviews_count
34
- property :checkins.count
34
+ property :checkins_count
35
35
  property :likes_count
36
36
  property :talking_about_count
37
37
  property :were_here_count
38
+
39
+ property :claimed
38
40
  end
39
41
 
40
42
  class Place < APISmith::Smash
@@ -1,3 +1,3 @@
1
1
  module ListingcheckApi
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
8
+ - 1
9
+ version: 0.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Joost Hietbrink