eclectica 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/extconf.rb +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 777cc99aea937c7bfd45a7816cd9684a81c17aa2
4
- data.tar.gz: 7c3882c602f1c6236e5ef10a86e5f626bbc1e20e
3
+ metadata.gz: 0af3366e22c94bcc8ecf85a2e49910e698e7bec8
4
+ data.tar.gz: 7e65c95daed4b60149ccf55b2c2a243dd8d50e77
5
5
  SHA512:
6
- metadata.gz: 550cabe1c6bb74d4e50d23c1fe7ac69a7a6976c0e4750aa82cfae003c372648ad885b3234751f1b7ec0b3097764c7a16f83fce3f3cea00be4f74a4904fd0c68e
7
- data.tar.gz: ba10dfedb9546ce84dd247d6d1970066a7b085518e9508644994782227cf2e53fd025458591dd8c904eb013c10aab926801c5347d82913e62af06d5bce47ec20
6
+ metadata.gz: b8a4a6b3bcd9d71f35e3cbf4e4018fa70ba406f39964d856c98709e9bb4ce72b8665723915c8b7e46648896565b5963fdcc23f6991fadeff23f5fbdcf0b5d642
7
+ data.tar.gz: d46dc1cd5c74f4f3150933e0606e5c79849b183f1a1be38552673d441d65b6a7fb9dad830a4d63493a9856d2740d6d2bc82f2aad3926f5ac65a0a4f0ff701460
data/extconf.rb CHANGED
@@ -9,7 +9,7 @@ temp = Dir.tmpdir()
9
9
 
10
10
  # Place real binary in tmp path,
11
11
  # if we put to bin path immediately, install process will try to use a dummy one
12
- `EC_DEST=#{temp} EC_VERSION=0.0.1 sh install.sh`
12
+ `EC_DEST=#{temp} EC_VERSION=0.0.2 sh install.sh`
13
13
 
14
14
  # Execute in subprocess so post install would think we are finished
15
15
  pid = fork do
@@ -21,7 +21,7 @@ pid = fork do
21
21
 
22
22
  # Replace dummy bin with a real one
23
23
  # "sleep" is need to give time for parent process to finish up
24
- exec("sleep 1 && mv #{temp}/ec #{bin}")
24
+ exec("sleep 2 && mv #{temp}/ec #{bin}")
25
25
  end
26
26
 
27
27
  # Do it zombie style
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eclectica
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oleg Gaidarenko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-06 00:00:00.000000000 Z
11
+ date: 2016-09-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Cool and eclectic version manager for any language (ruby, rust, node.js,
14
14
  golang)