mjai 0.0.4 → 0.0.5

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 (2) hide show
  1. data/lib/mjai/file_converter.rb +1 -1
  2. metadata +4 -3
@@ -73,7 +73,7 @@ module Mjai
73
73
  end
74
74
 
75
75
  def make(src_path, dest_path, command)
76
- if File.mtime(src_path) > File.mtime(dest_path)
76
+ if !File.exist?(dest_path) || File.mtime(src_path) > File.mtime(dest_path)
77
77
  puts(command)
78
78
  if !system(command)
79
79
  exit(1)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mjai
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
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: 2013-11-21 00:00:00.000000000 Z
12
+ date: 2013-12-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json
@@ -444,7 +444,8 @@ files:
444
444
  - share/html/css/style.css
445
445
  - share/html/views/archive_player.erb
446
446
  homepage: https://github.com/gimite/mjai
447
- licenses: []
447
+ licenses:
448
+ - New BSD
448
449
  post_install_message:
449
450
  rdoc_options: []
450
451
  require_paths: