capistrano-racecar 1.0.0 → 1.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2924fa4223d81d17ea96903284a7d3fb763aa63195ab84a31a3ac682a777ceeb
4
- data.tar.gz: efd11cc844706df3fb57eead2da57775d62b67c80587faf2d047b2de25d53a3d
3
+ metadata.gz: ed3bed6ede358075e3da97aac58af39262ace3e55a32a0c93e32986acd1c31a1
4
+ data.tar.gz: 4d534fa3fb29851d9c71a319995eb6714a4a433fd3c01c78308b0e9294dbd010
5
5
  SHA512:
6
- metadata.gz: 6aa476405928c3bd2d05bcad2cea501f4f6f8f3d65fce2b82ae735bd8ecc1f6b22b01cc0631066a4af6805a4d85f559a8900ebb6eee0aa9c1ee219ce3c547efc
7
- data.tar.gz: 2d674bf087451936e7bb6ef1eec6c2f5f66565de6e53040cd70b62bcc0ec99742e96f4f117078cb21b4b3cc15eb754943c239c1e43c159f698011acb27759192
6
+ metadata.gz: fcdcc4fdb219a799ed58da13960300fa2d1473e0e572d2a2f151b75c178223b251d8196821ef532652b53c0ef825fbf939371d589c358fc4ceb644f40f3c8fa8
7
+ data.tar.gz: beb1de4f008136d38534a22f60a20490407e5463eec581c52beaafdf4f4b52e33b80b35d0cd1a30c894d01576faeebd266afecfe18ccd1f02b3a69f963b865dd
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ['so.zengtao@gmail.com']
11
11
  spec.summary = %q{Racecar integration for Capistrano}
12
12
  spec.description = %q{Racecar integration for Capistrano}
13
- spec.homepage = 'https://github.com/helloworld/capistrano-racecar'
13
+ spec.homepage = 'https://github.com/helloworld1812/capistrano-racecar'
14
14
  spec.license = 'LGPL-3.0'
15
15
 
16
16
  spec.required_ruby_version = '>= 2.0.0'
@@ -1,3 +1,3 @@
1
1
  module Capistrano
2
- RacecarVERSION = '1.0.0'
2
+ RacecarVERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-racecar
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ZengTao
@@ -68,7 +68,7 @@ files:
68
68
  - lib/capistrano/racecar.rb
69
69
  - lib/capistrano/tasks/racecar.rake
70
70
  - lib/capistrano/tasks/version.rb
71
- homepage: https://github.com/helloworld/capistrano-racecar
71
+ homepage: https://github.com/helloworld1812/capistrano-racecar
72
72
  licenses:
73
73
  - LGPL-3.0
74
74
  metadata: {}