hexx-rspec 0.3.0 → 0.3.1

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: bc15cfe52ef2e6bdc7f9aec099d62335bcb0c4c9
4
- data.tar.gz: 58eeb9178c1a094d02c1dee3fcd5a07d920945c1
3
+ metadata.gz: c95310a4f2ff6ab71acbab295faeefc52e727509
4
+ data.tar.gz: 4c4600c04ff95fa5c1af2cec6acf6fc7a17cbd71
5
5
  SHA512:
6
- metadata.gz: b3f9e8e5d2407ec19e4c14456e44a7a95ff42e89a96100c682f794485c43796c400d1b71f5525d7e1e42e62b8f01b9c4bd2e08f1f769f37176c28358d5b1ff28
7
- data.tar.gz: f3a5241a9cc8e37effdb2e5c86e58aa7a678734989ae4b336039f3fab8f5f670b4105d488a675a8f4a383eb51165c84a5ab2baafe0bb8ceb7c1c39f15280c8d4
6
+ metadata.gz: 25a7b6c131c7c4b49672e5a0f45237f50e353574a2e78aeb40e6a00142a70f68b284714c38a78f74541cd2ba03ad6de2cc3af32f1d5a7193bac69da1f1183e50
7
+ data.tar.gz: 7e91036dd642da71c5301076cca89140228235825fb9ab7d8b0bbae46a938eb87b5b71a97c4cdab03530c972e6b7a59c97a7592e56ce060cc381637beb7d521b
@@ -1,10 +1,10 @@
1
1
  # encoding: utf-8
2
2
  require "yaml"
3
3
 
4
- # Returns the path to the temporary `spec/sandbox`.
4
+ # Returns the path to the temporary `spec/tmp/sandbox`.
5
5
  # @return [String] The absolute path.
6
6
  def sandbox
7
- @sandbox ||= File.expand_path "../tmp/sandbox"
7
+ @sandbox ||= File.expand_path "spec/tmp/sandbox"
8
8
  end
9
9
 
10
10
  # Clears the temporary `spec/sandbox`.
@@ -6,7 +6,7 @@ module Hexx
6
6
 
7
7
  # The semantic version of the module.
8
8
  # @see http://semver.org/ Semantic versioning 2.0
9
- VERSION = "0.3.0".freeze
9
+ VERSION = "0.3.1".freeze
10
10
 
11
11
  end # module RSpec
12
12
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hexx-rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kozin