ci_in_a_can 0.0.5 → 0.0.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b92800dac2342b781a87421b1a3aeae065283a56
4
- data.tar.gz: 423e1a4a194de2e97328ccaadeddb3ab387773df
3
+ metadata.gz: 79b8e8c6c70a65a335b476a59791a359c2a702fe
4
+ data.tar.gz: 2ddd00701f358756f30e36c259e86ea8e84fea11
5
5
  SHA512:
6
- metadata.gz: bf241c4c38390532c1dd4aaee778fe77dccc122d37d8ad22b19cca4181da1d8b7125f195837a1d64379653a487c53c3755f08045b0368fc0664e981491c1df0e
7
- data.tar.gz: c289b390e5edc5fb0de5d9fb3605fc1a59e652ca2aa7f7f83c8b247fab0cdddc93b2603d9212d4397aa3a043790e54aad856b4b29ab2dd8d6fef80b22b773d13
6
+ metadata.gz: b0d5af3d194a570a397575125441dacd0a5cf7a203e39e37d17f213731c42075287f6ff834bb68a83deb627eebfb2d51f2b37c8ecc9a25ad4af3d056f9846227
7
+ data.tar.gz: ce82a384a805edeea9de7c46bfdeb5289c34bc53037bdfa804f038631b22fdd7b28349ce161b47bbf39c3c0da58fed0d9b7d0bf259c57f2e2e880213e3ae1681
@@ -1,3 +1,3 @@
1
1
  module CiInACan
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
data/lib/ci_in_a_can.rb CHANGED
@@ -6,7 +6,7 @@ Dir[File.dirname(__FILE__) + '/ci_in_a_can/*.rb'].each { |file| require file }
6
6
  module CiInACan
7
7
 
8
8
  def self.results_location
9
- File.expand_path(File.dirname(__FILE__) + '/../../results')
9
+ File.expand_path("#{Dir.pwd}/../results")
10
10
  end
11
11
 
12
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ci_in_a_can
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Darren Cauthon