littlebird_api_client 0.0.9 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- Nzc5MWFmMmUxMzU2YjI0MzM2MGUzOGY3ZTI2MGVjOTU5ZTcxNmE4NA==
4
+ NTVlNWY3OGUwMGVhNjliZGNkMjQwMjA2NDBjZGQ4MWY3M2EwMGNlZA==
5
5
  data.tar.gz: !binary |-
6
- ZTc4ZjM4YmMxMmI4NGM2MTAxYzY2MDMyMmYzZTU4NjhhYjM4M2ZmMQ==
6
+ NGY1NGQ4YWNlOWMzYjU1NDA0Njc0YzcyNjY0Yzc2NDAwMmQyMDI0Nw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZjFlMjY1MmUyMDg1NDljMDVkOTBhY2Y2MTMwM2RjZjI1MTZlMGE2ZDdlNWQy
10
- ZDRlZDZhZWEzMTZiNDM3NjdiZTNjODc1ZmRiOTQ1YzRhY2FlOWI4NWQyY2Iy
11
- OWE3YjI5MWIwMGIwYmExY2E5ZGJmNzI0ZDU3NzRmYjU5YTFjNWM=
9
+ MTY4YTEzNDY5MDA2ZjA4ZmY3MzQ1ZDE5YmFiNjBlMWMxYTQ5M2I5OTYwYjgz
10
+ NDIzZWFlMGQwOTViZGMzN2RhZjA2ZmViZDk0NzIxYTk4N2MzOTViYzc4ODY5
11
+ OTlhYzA4ZDljMmNhZTgwNTRiMjY4ZGZkZWJmM2Q0ODQxNDI5ODY=
12
12
  data.tar.gz: !binary |-
13
- MGUzNjIyNmYxY2M1MjdlYTM3MzM2M2UxMmYxOThiYmUzNzYzMDc3YTFhMTdk
14
- ZDYyMTNkY2JmNGUwNDI4MjA4NzQyZmI0Mjk4Y2Q3ZmExNmFlMzk1ZGZhNWNh
15
- OGU0YjQ4NmQxYzcyZGUzODA0MjA4ZWVjN2VkZDQzODc4Mjk5MDc=
13
+ OWJjZjg1ZTZlZDc1MmVlYTk2ZWE4M2ZhNzdlNjQxNjZjNmU1NDA3MzkwMzAy
14
+ MmM4ZTJiM2RhZjhhZGI1MjI3OTlhYzc2MmI3YTVjNDFhNWEzMzNjNTE1Mzhm
15
+ NzNkNWE4NzVkNzU2N2Y5MzU0M2YyYjFlMDQ0NDYyZmY1MTM2MmU=
@@ -21,8 +21,8 @@ module LittleBird
21
21
  graph_info: "graph/info",
22
22
  graph_metric: "graph/metric",
23
23
  graph_list: "graph/list",
24
+ graph_list_attribute: "graph/list_attribute",
24
25
  graph_set_attribute: "graph/set_attribute",
25
- graph_set_recursive_attribute: "graph/set_recursive_attribute",
26
26
  identity_lookup: "identity/lookup",
27
27
  influencer_discover: "influencer/discover",
28
28
  influencer_lookup: "influencer/lookup",
@@ -50,8 +50,8 @@ module LittleBird
50
50
  graph_info: :get,
51
51
  graph_metric: :post,
52
52
  graph_list: :post,
53
+ graph_list_attribute: :get,
53
54
  graph_set_attribute: :post,
54
- graph_set_recursive_attribute: :post,
55
55
  identity_lookup: :get,
56
56
  influencer_discover: :get,
57
57
  influencer_lookup: :get,
@@ -79,8 +79,8 @@ module LittleBird
79
79
  graph_info: Graph,
80
80
  graph_metric: [UserMetric],
81
81
  graph_list: [Graph],
82
+ graph_list_attribute: [GraphAttribute],
82
83
  graph_set_attribute: GraphAttribute,
83
- graph_set_recursive_attribute: GraphAttribute,
84
84
  identity_lookup: User,
85
85
  influencer_discover: [User],
86
86
  influencer_lookup: [Topic],
@@ -4,7 +4,7 @@ puts lib
4
4
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "littlebird_api_client"
7
- spec.version = '0.0.9'
7
+ spec.version = '0.1.0'
8
8
  spec.authors = ["Devin Gaffney"]
9
9
  spec.email = ["devin@getlittlebird.com"]
10
10
  spec.summary = %q{A thin wrapper for the Little Bird api (http://api.getlittlebird.com/index.html)}
@@ -19,4 +19,4 @@ Gem::Specification.new do |spec|
19
19
 
20
20
  spec.add_development_dependency "bundler", "~> 1.5"
21
21
  spec.add_development_dependency "rake"
22
- end
22
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: littlebird_api_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Devin Gaffney
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-28 00:00:00.000000000 Z
11
+ date: 2014-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler