bwapi 12.1.0.pre.675 → 12.1.0.pre.677
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.
- checksums.yaml +8 -8
- data/lib/bwapi/client/projects.rb +0 -7
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MWE4MGQwZDdlOTIwMGQ2ZDI1ZGY2NWZkYzE2ZDM5MjI0MGIzMDA4Yg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MmJkNzZmODcyZjhhNTMzMGQ5MTQ3MjVjYmEwYjFkMjhmYzFiY2YzYQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZjVmODgxYTlhNDgwNTc3OWUyYmI3MmNjNTBjNTNkMWQxYjBiZTRlOGNhMzc4
|
|
10
|
+
NmZjYzM3NGJkMDJhYzQzYzY3MTljNWI4NjE4NzM3MDZlNGM4YWFjZGI1MjMx
|
|
11
|
+
MzgwMjg2MTI1NDcxMDI1YjYzN2QyODBmMTdmMGZlYzA2ZDg2NGI=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NDI5NTZhMDQxMjQ1MGI4NjFkYWFiNWQ4ZmEwYjI3ZTg3OWYzOTI2ODhkYzYx
|
|
14
|
+
YTVlYzE1ZjMyNDE0YTAwNDFkYzEyMzU3ZDA0NGIxOGU4Y2ExOGY4OWI5ZDBk
|
|
15
|
+
MWI1NzMwMjJlYTcyNmM5MDgwODdlMTRhZGQ5OWUxZTZhODJiMTI=
|
|
@@ -85,13 +85,6 @@ module BWAPI
|
|
|
85
85
|
delete "projects/#{project_id}"
|
|
86
86
|
end
|
|
87
87
|
|
|
88
|
-
# Given a query id retrieve the twitter audience csv associated with said query
|
|
89
|
-
#
|
|
90
|
-
# TODO: Add parameters documentation
|
|
91
|
-
def project_audiences(project_id, opts = {})
|
|
92
|
-
get "/projects/#{project_id}/audiences", opts
|
|
93
|
-
end
|
|
94
|
-
|
|
95
88
|
# Copy Published Projects into current user account
|
|
96
89
|
#
|
|
97
90
|
# @param project_id [Integer] Id of project
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bwapi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 12.1.0.pre.
|
|
4
|
+
version: 12.1.0.pre.677
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonathan Chrisp
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-05-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|