panoramix 0.7.14 → 0.7.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,7 +29,7 @@ module Panoramix
29
29
  # When this instance needs to be executed
30
30
  def needed? timestamps
31
31
  return true if !created?
32
- File.ctime(@dst) < timestamp
32
+ File.mtime(@dst) < timestamp
33
33
  end
34
34
 
35
35
  # Has this instance already been created
@@ -46,7 +46,7 @@ module Panoramix
46
46
  def run_default
47
47
  shell "aws s3 cp #{@flags} #{@src} #{@dst}"
48
48
  end
49
-
49
+
50
50
  end
51
51
  end
52
52
  end
@@ -26,7 +26,7 @@ module Panoramix
26
26
  # When this instance needs to be executed
27
27
  def needed? timestamps
28
28
  return true if !created?
29
- File.ctime(@dst) < timestamp
29
+ File.mtime(@dst) < timestamp
30
30
  end
31
31
 
32
32
  # Has this instance already been created
@@ -43,7 +43,7 @@ module Panoramix
43
43
  def run_default
44
44
  shell "wget -nv #{@flags} #{@src} -O #{@dst}"
45
45
  end
46
-
46
+
47
47
  end
48
48
  end
49
49
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: panoramix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.14
4
+ version: 0.7.15
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-02-25 00:00:00.000000000 Z
12
+ date: 2016-03-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: pry
@@ -113,25 +113,25 @@ executables: []
113
113
  extensions: []
114
114
  extra_rdoc_files: []
115
115
  files:
116
- - lib/panoramix.rb
117
- - lib/panoramix/locale.rb
118
- - lib/panoramix/plugin/cfn.rb
116
+ - lib/panoramix/dsl.rb
117
+ - lib/panoramix/tasks/global_tasks.rb
118
+ - lib/panoramix/tasks/task_mpi.rb
119
+ - lib/panoramix/tasks/actions.rb
119
120
  - lib/panoramix/plugin/docker_image.rb
120
- - lib/panoramix/plugin/docker_up.rb
121
- - lib/panoramix/plugin/s3.rb
122
- - lib/panoramix/plugin/git.rb
123
121
  - lib/panoramix/plugin/base.rb
124
122
  - lib/panoramix/plugin/env.rb
125
- - lib/panoramix/plugin/docker_build.rb
126
123
  - lib/panoramix/plugin/docker_image_base.rb
124
+ - lib/panoramix/plugin/docker_up.rb
125
+ - lib/panoramix/plugin/docker_build.rb
126
+ - lib/panoramix/plugin/s3.rb
127
+ - lib/panoramix/plugin/cfn.rb
128
+ - lib/panoramix/plugin/git.rb
127
129
  - lib/panoramix/plugin/wget.rb
128
- - lib/panoramix/dsl.rb
129
- - lib/panoramix/external.rb
130
- - lib/panoramix/tasks/task_mpi.rb
131
- - lib/panoramix/tasks/global_tasks.rb
132
- - lib/panoramix/tasks/actions.rb
130
+ - lib/panoramix/locale.rb
133
131
  - lib/panoramix/mpi.rb
132
+ - lib/panoramix/external.rb
134
133
  - lib/panoramix/panoramix_core.rb
134
+ - lib/panoramix.rb
135
135
  - locales/en.yml
136
136
  homepage: https://github.com/sflyr
137
137
  licenses: