eclectica 0.8.6 → 0.9.0
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 +4 -4
- data/extconf.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a7be5e9b803e4fb21d7c6e3bbd3bcb38ff94802b2f0cc5e49700680e9c39777d
|
4
|
+
data.tar.gz: a04108dcb47608b0e632c29a5c31e7abdd2e89f64232fcdb1a41fb0d17638217
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee114ab39816261148cb886016f1e8f209e55f7335b365ac1e1aa91fff0abea793f0e6bf817dfbc817b056da3e5b796237ea9198ef99ec26f3fc43ac6380600e
|
7
|
+
data.tar.gz: 58fa9aa8b2cc98b433578849249e6efcf80d66a333324c84025ac05649895c06ebc296295a9e206126dff536ccd7821da291c0ee08054316d50862f4d2bb00bf
|
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.
|
14
|
+
`EC_DEST=#{temp} EC_VERSION=0.9.0 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.
|
4
|
+
version: 0.9.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Oleg Gaidarenko
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-10-10 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
|