gisture 0.0.12 → 0.0.13

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: ab45da4ed2c2d6056ff570a3acb5fb65040c4a9e
4
- data.tar.gz: 4b59c005cb105f398c21cc0587c46b129cca8080
3
+ metadata.gz: 6bf40571f659395d36051034ad0252dca3c229c6
4
+ data.tar.gz: c0281a8aca4e53c6dc01e0fdac738776b4d41bed
5
5
  SHA512:
6
- metadata.gz: 949934e74b6d675074d0a07677650671d1dd29d2b937b37694030c56a200fe3d3db727cec96f829f205f735376c21a59a1fec95fe093fe756e64d1407c574b2f
7
- data.tar.gz: ef22d5df5fb865b17051ff3f4ebb0738bc2a2f00a7de4247072a061499b00bcd9b2183b924ee7298157e9502328e5c394b5a1a18cb3ed4ca1484eaadab6eef3e
6
+ metadata.gz: 5465b37a084306c95d1211747bc54782972c89704f573c802e93c912caf660008bb19883a9f9f30f210b6380d903a65f2cb8d3e343d59198816ac657fea15750
7
+ data.tar.gz: be982b6f714507aef1ccb8d0ca70e0faf311a5c108d664302602ab747f5eefce8aab2345f83b9707019b66ec73a99210b85151a003213b584fad8c3359abaf73
@@ -90,7 +90,7 @@ module Gisture
90
90
 
91
91
  # chdir into the localized temp path
92
92
  cwd = Dir.pwd
93
- Dir.chdir ::File.dirname(gfile.tempfile.path)
93
+ Dir.chdir clone_path
94
94
  result = gfile.run!(*run_options, &block)
95
95
  Dir.chdir cwd
96
96
  result
@@ -1,3 +1,3 @@
1
1
  module Gisture
2
- VERSION = '0.0.12'
2
+ VERSION = '0.0.13'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gisture
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Rebec