gitlab-mirror-pull 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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/extconf.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c847596586376e72096363509de165d2b7a7c0523999c683433b2de163e35c28
4
- data.tar.gz: be7a17f14463e9173d37f0243267d2b78459f73c030874bf53ac6ddab7fac255
3
+ metadata.gz: da50e0ead5518b906f4a0f6145552cf940d10a19731fae90bc46dd1e43e2eadd
4
+ data.tar.gz: b31b48c6097ccd001a009820975d07da9cafe31d08f43a3ea33900003c1c3383
5
5
  SHA512:
6
- metadata.gz: 1cc83bfa75b327b0fbc99252600158366ade011c6564952b447db416eb9503943d70b619740fd5e8d33488dd7a1d38b9b7d75732835bac484280f6a72e7b6349
7
- data.tar.gz: 5b23b8accb84df8dc0a08110d8edf6db929a3e1fe3cab69c6545859c2f1535efe4aab492c7ae247afeb2544f2f09baba488c4e60a368f407698436fe66a8f5ca
6
+ metadata.gz: 220e81b5d205fdb2a4df2e5188265927fa666495dcf5613dec0662d27f475151bfd86f70929f411f18f36701d7e88fb664a278ef2cd80a042461a454b54e0c94
7
+ data.tar.gz: f89d0b48fe779083514710b84f0b6c31b7dc8aa4eb8b29f1bdc00f090a58432a21446863cfe2109714cd27f4fc8b11fcadf89dd88994db30d45e30cc40db726e
data/extconf.rb CHANGED
@@ -14,5 +14,5 @@ FileUtils.cp("./config.example.yml",config_copy) unless File.exists?(config_copy
14
14
 
15
15
  # Copy init script into place
16
16
  init_copy = "/etc/init.d/gitlab-mirror-server"
17
- FileUtils.rm(init_copy) unless File.exists?(init_copy)
17
+ FileUtils.rm(init_copy) unless !File.exists?(init_copy)
18
18
  FileUtils.cp("./init.d/gitlab-mirror-server.sh",init_copy)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab-mirror-pull
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ochorocho