gemfury 0.4.24.beta3 → 0.4.24.beta4

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: 0be180b4f8719ed91b2d312a93423628e48f2883
4
- data.tar.gz: 8043915665861073010ab7c3b01c37833ee0416a
3
+ metadata.gz: 71741593a82d001827a413e2c4d2e273d8c92ea8
4
+ data.tar.gz: 95ef51215796a5fe6599a9349e98b036701237cc
5
5
  SHA512:
6
- metadata.gz: 67e8eb3519439309943a61829de0d5116411a0f0fb2ac54fedf4828b4d9a2b811be65730f38da5991d72b02167d995d727567aeba06b858db592246340ed270f
7
- data.tar.gz: c555d1ea52ecfc9232279de443c64838b99c15472c97a627d11940433d972db2bf49841db1873ecce73859836ee781b7fc3c9d39afba0f047e8747f24b956a6a
6
+ metadata.gz: d10377117d2ac96e7f4a9329fb3a9f9007b2b879a96b6f0650899fd277b3179bbb854d9e53c0157f753bebaa30e3d178ab395c5e28eb6bed5fa68c4f8ca89a5f
7
+ data.tar.gz: f55b37a6f22b8850a14bb3c4d22c68b23c94b481da6b8d7b56218fd2426cf49226ccc4ce44b88a60cc5d2dbb3be2a83ce0399823bd1d6165c1a2f199cd3f03b8
@@ -14,8 +14,8 @@ module Gemfury
14
14
  DEFAULT_ADAPTER = :net_http
15
15
 
16
16
  # The endpoint that will be used to connect if none is set
17
- DEFAULT_ENDPOINT = 'https://www.gemfury.com/1/'.freeze
18
- DEFAULT_ENDPOINT2 = 'https://www.gemfury.com/2/'.freeze
17
+ DEFAULT_ENDPOINT = 'https://api.fury.io/1/'.freeze
18
+ DEFAULT_ENDPOINT2 = 'https://api.fury.io/2/'.freeze
19
19
 
20
20
  # The value sent in the 'User-Agent' header if none is set
21
21
  DEFAULT_USER_AGENT = "Gemfury RubyGem #{Gemfury::VERSION}".freeze
@@ -1,3 +1,3 @@
1
1
  module Gemfury
2
- VERSION = '0.4.24.beta3'
2
+ VERSION = '0.4.24.beta4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gemfury
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.24.beta3
4
+ version: 0.4.24.beta4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Rykov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-05 00:00:00.000000000 Z
11
+ date: 2014-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: highline