curacao 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ddec1dd225ba9a8690c45d02f41531b24a60f943
4
- data.tar.gz: dd77e8f88af0682adaa5d71a89f4c39752d54ddd
3
+ metadata.gz: 32ef2fec3a244b17bae915125f55267960ee016a
4
+ data.tar.gz: a7484ecfc8876526ef9f292297294b28501a983c
5
5
  SHA512:
6
- metadata.gz: eeab30e3d0a9ca731288fe38c36491731c21781dbeda3c6f9de8d8a963969581aa91e73258dacd6a37029e1b19a95bb8ecc122a82e3dd2a76e728277a6ca42c8
7
- data.tar.gz: f7efded85c9660577ad6d4835890574ba8680ea2ef10c983c723c972a22a33d84376b820ac68d8f990f2814be600596cc667fa2b29625594ab60d4021661d807
6
+ metadata.gz: f3d80fbd5d63d3acc7cf7efdee2bbf2c29c1f8b26fe5f82580f57be88dacd5c8c8abab5227f01f6690e138da6da228ac1dece8190b0ce8beaa75aa946c15b696
7
+ data.tar.gz: 489a06f31388dc1911858bb81102939338dce2bf386bca54eada415e387655249b7d47e8839f12142d8afd8cea4af4f1318ad5e5154721a4d060b01f5dec7508
@@ -6,7 +6,7 @@ RSpec.configure do |config|
6
6
  # Use tmp/ to write files
7
7
  $pwd = FileUtils.pwd
8
8
  config.before(:each) do
9
- tmp_path = File.join(File.dirname(__FILE__), '..', '..', 'tmp')
9
+ tmp_path = File.join(FileUtils.pwd, 'tmp', 'curacao')
10
10
  FileUtils.rm_rf tmp_path
11
11
  FileUtils.mkdir_p tmp_path
12
12
  FileUtils.cd tmp_path
@@ -1,3 +1,3 @@
1
1
  module Curacao
2
- VERSION = '0.1.4'
2
+ VERSION = '0.1.5'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: curacao
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - pikesley
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-03-01 00:00:00.000000000 Z
11
+ date: 2016-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler