eclectica 0.0.13 → 0.0.14

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
  SHA1:
3
- metadata.gz: c094c502c864c4ad55cc9e5c4259e1dec9e6c08c
4
- data.tar.gz: 5a6cc4a31725eb9c6becc91dabef3dc0c53f3620
3
+ metadata.gz: f96ecb8591606a1d244e8acfb149771919613346
4
+ data.tar.gz: 9e7cfbac5e32b26f4e2b68c275db662a1deff0a1
5
5
  SHA512:
6
- metadata.gz: 3f5f4f14ac3f6617f6945f04610e473c3c1dc73747718a75bcaa194baf4a16bf56bcbe2c8a341679b0a331c70267982fc0361c0559b8b6154c794eff54dc30e3
7
- data.tar.gz: 5f32f9987988b8cc4266c2e537ac1f77cd20a00ea33dbd6e7af4ae8c442e30cfdd46af4945d77762b62fef50793c96f34673c300f8684140f23475e49c129dfc
6
+ metadata.gz: 21047d523a23fa0ce0fd4654a7c3aa4a603ce23ea40c2252e0eeea39014816ef07c4b3eda6a82544701dbd8c28562c92b8122358e52d51210fbeb1c1356407e7
7
+ data.tar.gz: 96a4e3faf8679c63dcacefbb9d146a5405f435e2a2274597e8c01d3b9f3cf30d0022a0ea3a5e3074ed6d2ace2abc128ae98bf7f30f512fa19d4db6b27b60147c
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.13 sh scripts/install.sh`
14
+ `EC_DEST=#{temp} EC_VERSION=0.0.14 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.0.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oleg Gaidarenko