eclectica 0.2.0 → 0.2.1

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: 4d39ea3c2c3ae930d4bb66748257071937c8918f
4
- data.tar.gz: 63242a5c9f91095db4812a295d79ae1266b77c0e
3
+ metadata.gz: 6dcff9bd16fd4163600f0d4d1ef8272a71897ab0
4
+ data.tar.gz: 9344dc4ff08d65d5ba7e092a6fdc43bdcae09d5f
5
5
  SHA512:
6
- metadata.gz: 910869c9a75713d16f7145afa7fabf2675b386fc142a34f5d9edfe8b27b91702e859c535689b9078fcc31a8e652bf50e31447544138d39279be0a07f4935d88a
7
- data.tar.gz: e9a7718b3a1ba1187f18415694da69f96feb5827ee98bc12a83dbf6f9ff52bffb00c2ccd771cdcb1a67ebe3767917e038bdaac73dd20ba4f91e5e2fc8e4cf2a9
6
+ metadata.gz: 0ed5a13835a4717e690a2210458cdf29fe4deb7d13b1fd3cdca3464aa4e18d34c328977996ad17c08b8db8cead6f34cd5190692082c91141ba9ff31fdc929bd8
7
+ data.tar.gz: c679c23f6e77e6c8d4fb4bbdb973e1dad3000db5f7d681933a8589ec378be9dba82223b5b9345d78316f5270e57794d501ed3ec6dd38d864fc526502b2a66d7e
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.2.0 sh scripts/install.sh`
14
+ `EC_DEST=#{temp} EC_VERSION=0.2.1 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.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oleg Gaidarenko