docman 0.0.71 → 0.0.72

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: f2afd86d3ef1a999b6f5fce9b568741882935407
4
- data.tar.gz: 05bc6d0482e114e9813c95d7e687cb35613d8e31
3
+ metadata.gz: d5caa6bfd607c5ccfc194c41d74fb1a630244c91
4
+ data.tar.gz: 012cb065a465156544d21cfe83d05e893e092c43
5
5
  SHA512:
6
- metadata.gz: b6a5466f6c034cdcf2fdc8c8037bc0c3938b20d688833f7a7e5b6f0d5b6577ccc534ceae9f6ed0a66f8bc008b888003baaafcf05abb7344be4d3da3bbc2e2d52
7
- data.tar.gz: 06c94093b9de448ea204455b13ffdb741bc55e6df124c13e33a583f1fe19966794ed5112c424d44e07b9a4ba693fed461e16997f98e7d00d396bf6ca8b25dc3e
6
+ metadata.gz: 880acad18d0175fc20635ae35cd315f1ce39dbe5bfdee32ca4e46ec607596f489b99ebb49cac6f1c2b9cd798b23daa4a765467493a089c0d62f00895b9c47000
7
+ data.tar.gz: ffec4bd91cde9f3c603c21b50fb0e047517836f96139e4bd40bbc878b76bcdd90ce0d8cd21a6a04c1662e193191749e68e894c7e8312d0c2ddc755767919ba44
data/bin/bump-version.sh CHANGED
@@ -48,8 +48,8 @@ if [ -f VERSION ]; then
48
48
  cat CHANGES >> tmpfile
49
49
  mv tmpfile CHANGES
50
50
  git add CHANGES VERSION
51
- git commit -m "[skip] Version bump to $INPUT_STRING"
52
- git tag -a -m "[skip] Tagging version $INPUT_STRING" "$INPUT_STRING"
51
+ git commit -m "[skip] [ci-skip] Version bump to $INPUT_STRING"
52
+ git tag -a -m "[skip] [ci-skip] Tagging version $INPUT_STRING" "$INPUT_STRING"
53
53
  git push origin ${INPUT_STRING}
54
54
  git push origin master
55
55
  else
@@ -67,8 +67,8 @@ else
67
67
  echo "" >> CHANGES
68
68
  echo "" >> CHANGES
69
69
  git add VERSION CHANGES
70
- git commit -m "[skip] Added VERSION and CHANGES files, Version bump to 0.1.0"
71
- git tag -a -m "[skip] Tagging version 0.1.0" "0.1.0"
70
+ git commit -m "[skip] [ci-skip] Added VERSION and CHANGES files, Version bump to 0.1.0"
71
+ git tag -a -m "[skip] [ci-skip] Tagging version 0.1.0" "0.1.0"
72
72
  git push origin --tags
73
73
  git push origin master
74
74
  fi
@@ -92,7 +92,7 @@ if [ -n "$1" ]; then
92
92
  echo "version: $TAG" >> info.yaml
93
93
  git add info.yaml
94
94
  if [ -n "$3" ] && [ "$3" == "skip" ]; then
95
- git commit -m "[skip] Changed tag to: $TAG" & git push -u origin ${BRANCH}
95
+ git commit -m "[skip] [ci-skip] Changed tag to: $TAG" & git push -u origin ${BRANCH}
96
96
  else
97
97
  git commit -m "Changed tag to: $TAG"
98
98
  git push -u origin ${BRANCH}
@@ -1,3 +1,3 @@
1
1
  module Docman
2
- VERSION = "0.0.71"
2
+ VERSION = "0.0.72"
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.71
4
+ version: 0.0.72
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Tolstikov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-25 00:00:00.000000000 Z
11
+ date: 2016-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler