tocmd 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4742aa16c227b9e8d339d3b1a1cf75c4c75ee0ba
4
- data.tar.gz: c4879204dc0e2b7acf74e0057682ac302cf94e1a
3
+ metadata.gz: 2aabf2b92fda041f3ee1c10a71c138f2e86f4fc7
4
+ data.tar.gz: 118c04cc4ebbfbea8ee68b5a4232f6df55e02af8
5
5
  SHA512:
6
- metadata.gz: 0cadc5bed77b8fab06e6d2da41c7a491add78dea316d725a5b02e7dbfdd51567969a469741378a8b932c1e0a708fe5f7a075e61dbebf5f6588ac05ad94be8422
7
- data.tar.gz: f356897c0fb02a40336e5f46f23ec3a87486d9144f69e06113a57398c19d674f257d881a95bbb3e04d2d53cf312da3012b3c19000b71cc7608cb09263cc6a95d
6
+ metadata.gz: 66318f1eb35c805a63f32cd5a720abc507a09352c21edca8a0ce40307e59c4b57760a1cb117454b8c2a8afb4be9455f1ccbc2cf94026f00d72592c724c8d0a32
7
+ data.tar.gz: cdd65e9813cb60da7980e256d008d4bf9f28da2ac31552e5b31c7bfc3feb210d8e8c499967964aa2177a4065ea3a5a468356d7a74c1ea1db547a69d843411456
@@ -70,7 +70,7 @@ class Tocmd::TranslatorConf
70
70
  puts 'toc_conf file exist'
71
71
  else
72
72
  # if file not exit,create toc_conf
73
- `touch #{dest_dir}/toc_conf.js if ! -f #{dest_dir}/toc_conf.js`
73
+ `touch #{dest_dir}/toc_conf.js`
74
74
 
75
75
  # fill data to toc_conf.js
76
76
  `echo 'var jquery_ztree_toc_opts = {'>#{dest_dir}/toc_conf.js`
@@ -1,3 +1,3 @@
1
1
  module Tocmd
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tocmd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - shiren1118