hakiri 0.3.0 → 0.3.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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hakiri (0.2.1)
4
+ hakiri (0.3.0)
5
5
  active_support
6
6
  commander
7
7
  i18n
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.files = `git ls-files`.split("\n")
12
12
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
13
13
  s.require_paths = ['lib']
14
- s.homepage = 'http://www.hakiriup.com'
14
+ s.homepage = 'https://www.hakiriup.com'
15
15
  s.license = 'MIT'
16
16
 
17
17
  s.add_dependency 'rake'
@@ -3,7 +3,6 @@ module Hakiri
3
3
  end
4
4
 
5
5
  require 'terminal-table'
6
- require 'http'
7
6
  require 'open-uri'
8
7
 
9
8
  require 'hakiri/cli/cli'
@@ -1,3 +1,3 @@
1
1
  module Hakiri
2
- VERSION = '0.3.0'
2
+ VERSION = '0.3.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.3.0
4
+ version: 0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-26 00:00:00.000000000 Z
12
+ date: 2013-06-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -149,7 +149,7 @@ files:
149
149
  - lib/hakiri/technologies/trinidad.rb
150
150
  - lib/hakiri/technologies/unicorn.rb
151
151
  - lib/hakiri/version.rb
152
- homepage: http://www.hakiriup.com
152
+ homepage: https://www.hakiriup.com
153
153
  licenses:
154
154
  - MIT
155
155
  post_install_message: