docman 0.0.59 → 0.0.60

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5fcafc197787ef716a2358ecb3028636b73316e9
4
- data.tar.gz: fdf4e318d88a62973f0d70f2c345ce7f019dea3e
3
+ metadata.gz: 12ccb5c7f248c0ccd33a8690ee0fb519f0ffbc76
4
+ data.tar.gz: 0f1eb379c6d0b5021927f0641e1d24c8e2f03afd
5
5
  SHA512:
6
- metadata.gz: f6b73c5ab7b96c77e926e9310cc607b4ac6930241bff3ce7c04a2aa5135b5d0e92fef403bed1e1075d847eddc4373c6ea357592a3e5e0b03d834fc1231b1f432
7
- data.tar.gz: 8cd5d561214a2e9268bf343a75689b6efd0e9820748346a971c0b8ae8754fcab3df48a720fa66882270d784981e14be9a7e785d686496a3864ef75e469835fcd
6
+ metadata.gz: 0594b39d8fece6de40b68137c249857b35327dd1fe7c7b3fadee7722cd5689a3cc2267edfaf7f85ddc66a8b18b76034d5a68c985beaf990b8b6e7bd50e80328c
7
+ data.tar.gz: ce420265f490e7c08e0a4e7a149331e72705e92d540a2c1699a0b13f159548b1f9e9079d33dc4de14b5ed65df287c470314ca42877818da4af4f6d684d5ef68b
data/lib/application.rb CHANGED
@@ -119,7 +119,7 @@ module Docman
119
119
  branch = 'commands'
120
120
  currentBranch = GitUtil.branch
121
121
  Exec.do "#{Application::bin}/check-branch.sh #{branch}"
122
- File.open(File.join(path, 'commands'), 'w') {|f| f.write cmd}
122
+ File.open(File.join(path, 'commands'), 'a') {|f| f.puts cmd}
123
123
  GitUtil.exec("add commands")
124
124
  GitUtil.exec("commit -m 'Added command'")
125
125
  GitUtil.push(path, branch, true)
@@ -1,3 +1,3 @@
1
1
  module Docman
2
- VERSION = "0.0.59"
2
+ VERSION = "0.0.60"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: docman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.59
4
+ version: 0.0.60
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Tolstikov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-24 00:00:00.000000000 Z
11
+ date: 2015-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler