eclectica 0.0.9 → 0.0.10

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 +1 -1
  3. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aa591d968f92fa2ed9bf24a98776823f81fe81f3
4
- data.tar.gz: 962c21d9212a3ea9d39ceaed7e48574dcc54efa5
3
+ metadata.gz: 842f20041c58602d27a7dc4f755f12a9ce7f2b89
4
+ data.tar.gz: ee71e46eb801413b26cdabc6fec34b2150445b2d
5
5
  SHA512:
6
- metadata.gz: 7bcaa0a14b10a27ca32a8a418dfd3f2fd3c814e2bc1fdbd2b33deb197be157e2eecc1e40b571e8ce1ec9b9b9e29c91152af0c1ab412009504aa7afd61cbdf8ac
7
- data.tar.gz: 3e1d6bc9010fffcf3c4090fa457d2f052dff33292e4009ccd54d39163d5c8c6a0dcbbbed5df804d45eef59846122c3293e42c1a3757b84480b3795d9249373c8
6
+ metadata.gz: 5af87f78860cbbacf9f4defe6f69e7bf36b3540abf2936bc26b3e47ff1dbd97c31ca2c5de8c08e7af6e5fa8ff87cad4cbd10f8d381eb77482591785b9e366609
7
+ data.tar.gz: 9f00450079d434961df8c120e2ccfcc7cdda183a6b3139d1479881c66db6bd7dfe90665782bb2ea4a3d4be3cb875a1190498e7baf1efb3d45e95ba7ba3c3b441
data/extconf.rb CHANGED
@@ -11,7 +11,7 @@ ec_proxy = "#{temp}/ec-proxy"
11
11
 
12
12
  # Place real binary in tmp path,
13
13
  # if we put to bin path immediately, install process will try to use a dummy one
14
- `EC_DEST=#{temp} EC_VERSION=0.0.9 sh scripts/install.sh`
14
+ `EC_DEST=#{temp} EC_VERSION=0.0.10 sh scripts/install.sh`
15
15
 
16
16
  # Execute in subprocess so post install would think we are finished
17
17
  pid = fork do
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.9
4
+ version: 0.0.10
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-12-07 00:00:00.000000000 Z
11
+ date: 2017-01-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Cool and eclectic version manager for any language
14
14
  email: markelog@gmail.com
@@ -19,10 +19,10 @@ extensions:
19
19
  - extconf.rb
20
20
  extra_rdoc_files: []
21
21
  files:
22
+ - scripts/install.sh
22
23
  - bin/ec
23
24
  - bin/ec-proxy
24
25
  - extconf.rb
25
- - scripts/install.sh
26
26
  homepage: https://github.com/markelog/eclectica#readme
27
27
  licenses:
28
28
  - MIT
@@ -33,17 +33,17 @@ require_paths:
33
33
  - lib
34
34
  required_ruby_version: !ruby/object:Gem::Requirement
35
35
  requirements:
36
- - - ">="
36
+ - - '>='
37
37
  - !ruby/object:Gem::Version
38
38
  version: '0'
39
39
  required_rubygems_version: !ruby/object:Gem::Requirement
40
40
  requirements:
41
- - - ">="
41
+ - - '>='
42
42
  - !ruby/object:Gem::Version
43
43
  version: '0'
44
44
  requirements: []
45
45
  rubyforge_project:
46
- rubygems_version: 2.4.6
46
+ rubygems_version: 2.0.14.1
47
47
  signing_key:
48
48
  specification_version: 4
49
49
  summary: Version manager for any language