stastic 0.2.1 → 0.2.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.
Files changed (3) hide show
  1. data/lib/stastic.rb +1 -1
  2. data/lib/stastic/client.rb +1 -1
  3. metadata +2 -2
@@ -1,5 +1,5 @@
1
1
  module Stastic
2
2
 
3
- VERSION = "0.2.1"
3
+ VERSION = "0.2.2"
4
4
 
5
5
  end
@@ -46,7 +46,7 @@ module Stastic
46
46
  request(:delete, "/sites/#{site_id}/domains/#{domain_name}")
47
47
  end
48
48
 
49
- def initialize(host = "http://stastic.com")
49
+ def initialize(host = "https://stastic.com")
50
50
  if Stastic::Config.exists?
51
51
  self.user = Stastic::Config.user
52
52
  self.token = Stastic::Config.token
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 1
9
- version: 0.2.1
8
+ - 2
9
+ version: 0.2.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Brian Smith