datarank 1.2.0 → 1.3.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c0c3a9ff935636419fca1023265519beef82b0c1
4
- data.tar.gz: a2a6f1088afdb5d888efbfbd190d13599202403a
3
+ metadata.gz: ab1f0abb9f249d20f50fad6be8f4c2cb7ec60d39
4
+ data.tar.gz: 4a7a8cfef904a0c662db134946bc5804403fdaa8
5
5
  SHA512:
6
- metadata.gz: bf3e30dc9519b625e9749745757be045719377d367139ce67790d72bb91fdfbea3a30f2308b552a87297a7b4b4494b6f9a57ea099a577f7f7672499d66cfd335
7
- data.tar.gz: 6807b884fa26d114b03a79027d162aacd5c0c6fad2b251607885982ee6f8cb6e0453876fc7b0796605886d88fe536f07802557d130cefd1a8317b09ea7ca4528
6
+ metadata.gz: 9248245439cc0e1a246a9d2fb084f5ad32913730dc6a3cda7a64596e237adc7ae61f807ce0bc9d69abe1d1cc6e555a166229f4965b51416df915626b1c4b6839
7
+ data.tar.gz: 0eebfc8ad51d9b6d2d16c5d77b942eccfeb57e01e33c42122627f18d451c5ce5ccf86d64cb1f36c4d2203b08d2081d3d648f0e0191d40130061298f1aa6fa2fb
data/.gitignore CHANGED
@@ -10,6 +10,7 @@
10
10
  /test/tmp/
11
11
  /test/version_tmp/
12
12
  /tmp/
13
+ /vendor/
13
14
 
14
15
  ## Specific to RubyMotion:
15
16
  .dat*
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- datarank (1.1.4)
4
+ datarank (1.2.0)
5
5
  hashie (>= 1.2.0)
6
6
  httparty (>= 0.8.3)
7
7
  json (>= 1.8.2)
@@ -20,9 +20,9 @@ GEM
20
20
  safe_yaml (~> 1.0.0)
21
21
  diff-lcs (1.2.5)
22
22
  docile (1.1.5)
23
- ffi (1.9.6)
23
+ ffi (1.9.8)
24
24
  formatador (0.2.5)
25
- guard (2.12.4)
25
+ guard (2.12.5)
26
26
  formatador (>= 0.2.4)
27
27
  listen (~> 2.7)
28
28
  lumberjack (~> 1.0)
@@ -45,7 +45,7 @@ GEM
45
45
  json (~> 1.8)
46
46
  multi_xml (>= 0.5.2)
47
47
  json (1.8.2)
48
- listen (2.8.5)
48
+ listen (2.9.0)
49
49
  celluloid (>= 0.15.2)
50
50
  rb-fsevent (>= 0.9.3)
51
51
  rb-inotify (>= 0.9)
@@ -70,7 +70,7 @@ GEM
70
70
  rspec-core (~> 3.2.0)
71
71
  rspec-expectations (~> 3.2.0)
72
72
  rspec-mocks (~> 3.2.0)
73
- rspec-core (3.2.1)
73
+ rspec-core (3.2.2)
74
74
  rspec-support (~> 3.2.0)
75
75
  rspec-expectations (3.2.0)
76
76
  diff-lcs (>= 1.2.0, < 2.0)
@@ -80,7 +80,7 @@ module Datarank
80
80
  end
81
81
 
82
82
  headers = {
83
- 'Authorization' => @api_key,
83
+ 'Authorization' => "Bearer #{@api_key}",
84
84
  "Content-Type" => "application/json",
85
85
  "Accept" => "application/vnd.datarank.#{@api_version}+json"
86
86
  }
@@ -2,7 +2,7 @@ module Datarank
2
2
  # A class for managing Datarank's Version
3
3
  class Version
4
4
  MAJOR = 1
5
- MINOR = 2
5
+ MINOR = 3
6
6
  PATCH = 0
7
7
 
8
8
  class << self
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: datarank
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Addam Hardy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-21 00:00:00.000000000 Z
11
+ date: 2015-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -142,4 +142,3 @@ summary: '[""]'
142
142
  test_files:
143
143
  - spec/datarank_spec.rb
144
144
  - spec/spec_helper.rb
145
- has_rdoc: