rbdock 0.1.0 → 0.1.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: 6360827063092435950892991e08acb8e23a1843
4
- data.tar.gz: 8ca404388d1a24a82901d1fd7f93206cc89c548b
3
+ metadata.gz: 4cfa13ab4da18f3c1bd1b22ca87701cbb5fcffe7
4
+ data.tar.gz: 9e2bea8e067608fbe48652f09678bf7e9fbca0c1
5
5
  SHA512:
6
- metadata.gz: 6aa31f36757676489cbd1139ba1f98fd1518496c6d6c1a10ce58ad1753053c1949425d2b02c3ba890f2fad9d148afc0045402403bb56047cb9b9e3032ebb84df
7
- data.tar.gz: 3eb3ebb1d5e6e29d9df8067c4da66c6af825b659f7ed412c61d1d2dee0a1179c39982d2eaac9afc7f00008726d9d6020b9ee1cb30583ed79021978ba09b238da
6
+ metadata.gz: 071c9d4d54e0518575239c329fb610078233283b559de7e49053bfe7d9350b9504c7ab208ac03ace06654b96a61d2a105e4b15a065cce3bca532136b938fc9e1
7
+ data.tar.gz: f94b85ad27890cd6807be7baed82cf99c662e179e35aab0434669bf33c13aa6d2cfec57e095081c5d8395ff6c792ad66b3eae0aa9bbd5c7f10a244a16abb1c6f
@@ -13,7 +13,7 @@ module Rbdock
13
13
  raise StandardError, "command git not found." if `which git`.empty?
14
14
 
15
15
  if local? url
16
- if not File.exist?(File.join(source_root, url))
16
+ if not File.exist? url
17
17
  raise StandardError, "#{url} is not exit"
18
18
  end
19
19
 
@@ -1,3 +1,3 @@
1
1
  module Rbdock
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbdock
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - tcnksm