heroku_hatchet 1.4.1 → 1.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 346483244930032ded4f513e57880fbf3f7b89fc
4
- data.tar.gz: 3644c127a1284e3ad2dbf3f8d9a1f6eaf06afdd3
3
+ metadata.gz: 736a107e8fbd2945b5f2ad78ad3a4ab44fae8eb4
4
+ data.tar.gz: 76803011c606817ff15d12e1710dd3ba177bd900
5
5
  SHA512:
6
- metadata.gz: 54aa5d970a0f9c1d8c2f4bf40c60f9d372061e1347abe1b0308a240158d2378e4ebdf31c8170b341f479f32d6261bed57b8924b1c21ec029d06b6a24f2689bd7
7
- data.tar.gz: b4d7bcf342b9a6dcfef767d6643b798ffe88c25699662f80591697e0c737ef824c422962caebd377f82d9edaa059264424f912d7303408a4e24981655191d7a5
6
+ metadata.gz: 27af46c568ac12a07939525dd8f3b159abfca23d6d1d53e166f1c0e4e864ea9590f5a94bd1992296a303069e38572b6fd38097decc553704c8c92a8080929c48
7
+ data.tar.gz: 12e51129944aaa0191f53fa6b6f3091f0fa9d145b100ab37c17499afc278ef1c6cf0cefbd04348a411619c24cb89d373dd6d17b3285aab1a8b837842577068df
@@ -17,7 +17,7 @@ module Hatchet
17
17
  end
18
18
 
19
19
  def git_repo
20
- "git@heroku.com:#{name}.git"
20
+ "https://git.heroku.com/#{name}.git"
21
21
  end
22
22
 
23
23
  def push_without_retry!
@@ -1,3 +1,3 @@
1
1
  module Hatchet
2
- VERSION = "1.4.1"
2
+ VERSION = "1.4.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: heroku_hatchet
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Schneeman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-07 00:00:00.000000000 Z
11
+ date: 2016-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: heroku-api
@@ -270,7 +270,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
270
270
  version: '0'
271
271
  requirements: []
272
272
  rubyforge_project:
273
- rubygems_version: 2.4.1
273
+ rubygems_version: 2.6.6
274
274
  signing_key:
275
275
  specification_version: 4
276
276
  summary: Hatchet is a an integration testing library for developing Heroku buildpacks.