terragov 0.2.5 → 0.2.5.1

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: e8791b4c62c26dbe9c86b6124c08fceffb28524f
4
- data.tar.gz: fa17899cf6a0c140e42fe860b7b1125b73c1dd54
3
+ metadata.gz: 8763171ad2f31d1d2348e0f6c4c6605ec9d48a97
4
+ data.tar.gz: fc08009de401c77815c7ec1c5b9e628b5c503afa
5
5
  SHA512:
6
- metadata.gz: f5374688ad526b250b36846e5c6661f92a0d17fc569603e585a98898a47e9d8d5c0a3f1a91af01a589187201bf26ba92cdd98f6e8edc0ee4f13f5abcbe0d51e8
7
- data.tar.gz: a3bf778c7c6536bf549beb3e6877c363fc11ad909582aca7213abd2aae1da1366c3bcb631023d587445b42815754bd713f75249826433dbb08b11aa84ed44c6c
6
+ metadata.gz: '087b76868f4019161d0a7bd271e645f7df11cc6862632529f68d7565fbdbadd677d4f227d4679ba222a44eafb99b09df886a0cf9e23bfc597a11427a12be7118'
7
+ data.tar.gz: 63e1fb4b308298a786a24e4b539e40784e62f85cc0f58fe3893e72b6265b1ee5a134390b98d79ec9eb05fcfa46fe43ba4ca5a66f497bf5483fcd888f553ed146
@@ -41,7 +41,7 @@ module Terragov
41
41
  puts command
42
42
  else
43
43
  puts command if verbose
44
- abort("There was an issue running the command: #{command}") unless system(full_command)
44
+ abort("There was an issue running the command: #{command}") unless system(command)
45
45
  end
46
46
  end
47
47
  end
@@ -1,3 +1,3 @@
1
1
  module Terragov
2
- VERSION = '0.2.5'.freeze
2
+ VERSION = '0.2.5.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: terragov
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Laura Martin