hookers 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.
@@ -18,7 +18,7 @@ module Hookers
18
18
  remote_uri = %x[git remote -v].split(/\n/).first.split(/\s+/).at(1)
19
19
 
20
20
  return nil if remote_uri.nil?
21
- remote_uri.gsub!(/(git@|git:\/\/)/, "http://")
21
+ remote_uri.gsub!(/(git@|git:\/\/)/, "https://")
22
22
  remote_uri.gsub!(/:(?!\/\/)/, "/")
23
23
  remote_uri.gsub!(/\.git$/, "")
24
24
  name = remote_uri.split(/\//).at(-1)
@@ -1,3 +1,3 @@
1
1
  module Hookers
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: hookers
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:
@@ -113,7 +113,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
113
113
  version: '0'
114
114
  segments:
115
115
  - 0
116
- hash: -330978719851903610
116
+ hash: 3970638991331036522
117
117
  required_rubygems_version: !ruby/object:Gem::Requirement
118
118
  none: false
119
119
  requirements:
@@ -122,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
122
122
  version: '0'
123
123
  segments:
124
124
  - 0
125
- hash: -330978719851903610
125
+ hash: 3970638991331036522
126
126
  requirements: []
127
127
  rubyforge_project: hookers
128
128
  rubygems_version: 1.8.23