dev_tasks 0.0.79 → 0.0.80

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.
Files changed (3) hide show
  1. data/lib/dev_tasks.rb +1 -1
  2. data/lib/spec.json +1 -1
  3. metadata +1 -1
data/lib/dev_tasks.rb CHANGED
@@ -57,7 +57,7 @@ class DevTasks < Hash
57
57
  self[:up_to_date] = false
58
58
  if(allartifactsexist && !self[:newest_artifact].nil? && !self[:newest_src_file].nil? && File.exists?(self[:newest_artifact]) && File.exists?(self[:newest_src_file]))
59
59
  if(File.mtime(self[:newest_artifact]) > File.mtime(self[:newest_src_file]))
60
- self[:command_order]=[] if(File.mtime(self[:newest_artifact]) > File.mtime(self[:newest_src_file]))
60
+ self[:command_order]=['upgrade'] if(File.mtime(self[:newest_artifact]) > File.mtime(self[:newest_src_file]))
61
61
  self[:up_to_date]=true
62
62
  end
63
63
  self[:newest_artifact_mtime]=File.mtime(self[:newest_artifact]).to_s
data/lib/spec.json CHANGED
@@ -1 +1 @@
1
- {"name":"dev_tasks","version":"0.0.79"}
1
+ {"name":"dev_tasks","version":"0.0.80"}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dev_tasks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.79
4
+ version: 0.0.80
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: