backblaze 0.2.1.pre.beta → 0.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: 1ee1b40ead4140aa561944ed21649e6f18bedd92
4
- data.tar.gz: 3ce3761e93d95621c2f91b00314b76d31d97514b
3
+ metadata.gz: d22e59255a617063370db309ad6e0fe8d45c209d
4
+ data.tar.gz: a150ca7556d8db55a6c5cf1e7428f88c86d160dc
5
5
  SHA512:
6
- metadata.gz: a81b1a91b36f177ca9a9d5db6fd2ef1746dba735dc452ebc6a140f8af516967a7ec41a2cf805878c430fcae4419a6bec2d433d0df86f596eb405fae6695f3a72
7
- data.tar.gz: ed2809cd93d183382c6b81b32f8d2b1d19025f1f8be947aac4c4f1cdbe62cebf84771f30c798235c63a324f5d588567dc77a7f761d38f5c29377c1c8fa85b2f3
6
+ metadata.gz: b0f81b12699da5120b9d27c418584d0c67579e2b64f44e0ef8b66ee4201f939c0b4076f1b534f183cf29334f9be7392efd20a1b3cd78a2e890f9116bfc65cb84
7
+ data.tar.gz: 8c96d32238b81f1dbb201120fc8d181d72c2ec7e012d062ebdfbdb656125f1749777e0c195fdd6620197b189f725349e33d57430f171da0cd1ef325329f08bec
@@ -22,7 +22,7 @@ module Backblaze::B2
22
22
  basic_auth: {username: account_id, password: application_key}
23
23
  }
24
24
  api_path = "/#{api_path}/".gsub(/\/+/, '/')
25
- response = HTTParty.get("https://api.backblaze.com#{api_path}b2_authorize_account", options)
25
+ response = HTTParty.get("https://api.backblazeb2.com#{api_path}b2_authorize_account", options)
26
26
  raise Backblaze::AuthError.new(response) unless response.code == 200
27
27
 
28
28
  @account_id = response['accountId']
@@ -1,3 +1,3 @@
1
1
  module Backblaze
2
- VERSION = "0.2.1-beta"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: backblaze
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1.pre.beta
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Winston Durand
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-11-23 00:00:00.000000000 Z
11
+ date: 2016-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -151,12 +151,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
151
151
  version: 2.1.0
152
152
  required_rubygems_version: !ruby/object:Gem::Requirement
153
153
  requirements:
154
- - - ">"
154
+ - - ">="
155
155
  - !ruby/object:Gem::Version
156
- version: 1.3.1
156
+ version: '0'
157
157
  requirements: []
158
158
  rubyforge_project:
159
- rubygems_version: 2.4.5
159
+ rubygems_version: 2.5.2
160
160
  signing_key:
161
161
  specification_version: 4
162
162
  summary: Interface for teh Backblaze B2 Cloud