package_cloud 0.1.1 → 0.1.2

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.
@@ -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