dev_tasks 1.0.19 → 1.0.20
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/lib/dev_tasks.rb +1 -1
- data/lib/spec.json +1 -1
- metadata +1 -1
data/lib/dev_tasks.rb
CHANGED
|
@@ -152,7 +152,7 @@ class DevTasks < Hash
|
|
|
152
152
|
end
|
|
153
153
|
end
|
|
154
154
|
|
|
155
|
-
def
|
|
155
|
+
def svn_export(dep_dir,uri)
|
|
156
156
|
if(!File.exists?("#{Environment.dev_root}/dep/#{dep_dir}"))
|
|
157
157
|
dest="#{Environment.dev_root}/dep/#{dep_dir}"
|
|
158
158
|
Environment.execute "svn export #{uri} #{Environment.dev_root}/dep/#{dep_dir}" if !dest.include?("@")
|
data/lib/spec.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"dev_tasks","version":"1.0.
|
|
1
|
+
{"name":"dev_tasks","version":"1.0.20"}
|