eclectica 0.8.3 → 0.8.4

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: 19555a602c5480ff46db75e97dd38ba84b79f9495065c41f1e15fcb649c04cf5
4
- data.tar.gz: 36c90dfc05c2c414bd42c087530623f4ec32e4dd81395861999bbffdbeca1663
3
+ metadata.gz: fccfb5ad4656220eaf023873f2aaaf2478eceeebdc676400aa300688a97e3b95
4
+ data.tar.gz: 2a8f4b2e3200cc62219a7e4aa0e42e6892845f7004f8b4b1641a84038a8a41cf
5
5
  SHA512:
6
- metadata.gz: a7834a93dbdea3e86164a1e4c7430bae4b9e44047764930c266ba945befb6b75a00db13a2320787bc6460e31720acb97339f78d21461006ee0207f274ec91d9b
7
- data.tar.gz: 2abab468418f32af5372c5848171dfda67f47a9950879330fea444edee0be52f1bde0c10eb419f7405ba2eb2804b217183ba10fd62c1d641995a039b6542f839
6
+ metadata.gz: a62bbc851d50419e4c1ea06e488a09abda0614948445bdc0fe09678226863134b1a04d6d67f5828059176050b642473af04491df5715915f989b43f15254ae45
7
+ data.tar.gz: 54b0d4cab4b8cffaa3b6f6277f56d75a70027edcd14491978a0ef5dc7a2369ccc72495b2e47df5b6acf458a940667dd46bb643c9b524e0afb03169aab5e38e8f
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.8.3 sh scripts/install.sh`
14
+ `EC_DEST=#{temp} EC_VERSION=0.8.4 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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eclectica
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.3
4
+ version: 0.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oleg Gaidarenko