hakiri 0.2.0 → 0.2.1

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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hakiri (0.1.0)
4
+ hakiri (0.2.0)
5
5
  active_support
6
6
  commander
7
7
  i18n
@@ -8,7 +8,7 @@ class Hakiri::HttpClient
8
8
  #
9
9
  def initialize
10
10
  @auth_token = (ENV['HAKIRI_AUTH_TOKEN'] or nil)
11
- @api_url = (ENV['HAKIRI_API_URL'] or 'http://www.hakiriup.com/api/v1')
11
+ @api_url = (ENV['HAKIRI_API_URL'] or 'https://www.hakiriup.com/api/v1')
12
12
  end
13
13
 
14
14
  #
@@ -1,3 +1,3 @@
1
1
  module Hakiri
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hakiri
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: