package_cloud 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -94,7 +94,7 @@ module PackageCloud
94
94
  def config
95
95
  @config ||= begin
96
96
  ConfigFile.new(options[:config] || "~/.packagecloud",
97
- options[:url] || "packagecloud.io").tap(&:read_or_create)
97
+ options[:url] || "https://packagecloud.io").tap(&:read_or_create)
98
98
  end
99
99
  end
100
100
 
@@ -1,3 +1,3 @@
1
1
  module PackageCloud
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: package_cloud
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.1
5
+ version: 0.1.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - James Golick