not-quite-submodules 0.4.1 → 0.4.2
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.
- data/VERSION +1 -1
- data/lib/not-quite-submodules.rb +1 -0
- data/not-quite-submodules.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.2
|
data/lib/not-quite-submodules.rb
CHANGED
|
@@ -135,6 +135,7 @@ private
|
|
|
135
135
|
# OSX, since the repository became randomly invalid after standby/reboot). Therefore,
|
|
136
136
|
# we need to check if the repository is still valid, and delete it if it is not.
|
|
137
137
|
def check_temporary_repository(temp_path)
|
|
138
|
+
return if !File.directory? temp_path
|
|
138
139
|
in_dir_do(temp_path) do
|
|
139
140
|
`git status`
|
|
140
141
|
if $? != 0
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: not-quite-submodules
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -172,7 +172,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
172
172
|
version: '0'
|
|
173
173
|
segments:
|
|
174
174
|
- 0
|
|
175
|
-
hash:
|
|
175
|
+
hash: 1233632473122797208
|
|
176
176
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
177
177
|
none: false
|
|
178
178
|
requirements:
|