eclectica 0.0.11 → 0.0.12

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 +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bb4a01a38c0e22ecd97e6f1cb69cd478abce1a4b
4
- data.tar.gz: b44d36e3f8b65102cb97fd648a8b6a4155248721
3
+ metadata.gz: 5a03532a0f25240b874d105e28b16ccc61ae0fd8
4
+ data.tar.gz: 20b134fa850e74dcb180bed7f754cc1a0b67db77
5
5
  SHA512:
6
- metadata.gz: 3f2f351ce10f318f0ce8e9abf0f51e2e9befc4d4a70c83174f4d1197043fcac0ea5e581bfd5cebed1b59d3dfd768355327a3ae8b18ee4d9187e22ba2d1fd2b87
7
- data.tar.gz: 56bffcdd4a03c1248357dfd90248e8fe3d818a06c7598d7a96582bfee0572483477c3135ee2eb451a55018d7fd36e80965bb4aa7b46ddefedfded7547fb55a5a
6
+ metadata.gz: ac634bdbfb1d0a7adc5ea46981b3a95c067d0d5b2c2054442b949f093a466641160091c7168a74c28d3fa0c4962f8b630a03d8eac34e41388852f92ea7f776fa
7
+ data.tar.gz: 7230be46e4718727e4d2908d650a89cad79987e13e62988df66ecbfb2c56433c47bc481e9ddad6e6b3a1f7dfd9ab387d3b3f9f8406b521dcf80c88acc5bbec9d
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.11 sh scripts/install.sh`
14
+ `EC_DEST=#{temp} EC_VERSION=0.0.12 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.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oleg Gaidarenko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-30 00:00:00.000000000 Z
11
+ date: 2017-05-22 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
23
22
  - bin/ec
24
23
  - bin/ec-proxy
25
24
  - 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.0.14.1
46
+ rubygems_version: 2.6.8
47
47
  signing_key:
48
48
  specification_version: 4
49
49
  summary: Version manager for any language