brandspotter 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -1
- data/lib/brandspotter/client/jobs.rb +1 -1
- data/lib/brandspotter/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: abf0e1b68f53e827d9ab3f449cb9bbe9a8423b16
|
4
|
+
data.tar.gz: 3c7de790abbfb5cb588b01fbbb442112766a6c04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1385de4916a1588eddfcd2212727ec3e202c60f85059f3a7b8bf32c3e87d0fbd30f4f237d5b14c71938e148eb1348bfaece55055a2c1df7796d0fd96761b105b
|
7
|
+
data.tar.gz: 742f39b75ebba28a118d71e9a04bf13258364c30e7135c85ab6bed9fc5ed81c536643befb0fe612d878c88df3d160b063705fca75ef5efa2b875297d8cb4aef5
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ API is currently invitation only.
|
|
7
7
|
|
8
8
|
Add this line to your application's Gemfile:
|
9
9
|
|
10
|
-
gem ‘brandspotter’, '~> 1.0.
|
10
|
+
gem ‘brandspotter’, '~> 1.0.2'
|
11
11
|
|
12
12
|
And then execute:
|
13
13
|
|
@@ -47,6 +47,10 @@ Create a new initializer: (config/initializers/brandspotter.rb)
|
|
47
47
|
client = Brandspotter::Client.new
|
48
48
|
client.create_location(location: 'Amsterdam')
|
49
49
|
|
50
|
+
# create a new location with an instagram_location_id
|
51
|
+
client = Brandspotter::Client.new
|
52
|
+
client.create_location(instagram_location_id: 514276)
|
53
|
+
|
50
54
|
# list all locations
|
51
55
|
client = Brandspotter::Client.new
|
52
56
|
client.locations
|
data/lib/brandspotter/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: brandspotter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dirk van Wensem
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-05-
|
12
|
+
date: 2016-05-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|