eclectica 0.0.14 → 0.0.15

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: f96ecb8591606a1d244e8acfb149771919613346
4
- data.tar.gz: 9e7cfbac5e32b26f4e2b68c275db662a1deff0a1
3
+ metadata.gz: 79b0fa637fb8f5ba14ea26aedb5aec6511eee29c
4
+ data.tar.gz: '068cc22ed286c9b653c5f93ea51a8b8380ac1a79'
5
5
  SHA512:
6
- metadata.gz: 21047d523a23fa0ce0fd4654a7c3aa4a603ce23ea40c2252e0eeea39014816ef07c4b3eda6a82544701dbd8c28562c92b8122358e52d51210fbeb1c1356407e7
7
- data.tar.gz: 96a4e3faf8679c63dcacefbb9d146a5405f435e2a2274597e8c01d3b9f3cf30d0022a0ea3a5e3074ed6d2ace2abc128ae98bf7f30f512fa19d4db6b27b60147c
6
+ metadata.gz: add67bb60193d6efdeaac47ba50ae9f320bac8eb8d0d1402c92220cae8dc36595a980542d8c45bdd79f4b2c650aac5ae763a48461a353b7b9b7b4b4920c26da8
7
+ data.tar.gz: 59302c64eb00b0fe77736734f3e4f3957639596fdf7da767522561ba2ac990a7823d62061bffee8584e55af48689f0fb65fff8df7ee0c459e55ee85aed9e4fee
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.14 sh scripts/install.sh`
14
+ `EC_DEST=#{temp} EC_VERSION=0.0.15 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.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oleg Gaidarenko