docman 0.0.34 → 0.0.35

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: f2b080aff66df5eccb379c6ccf73ada89fe378a3
4
- data.tar.gz: a4d67c2db4969a88ae8343895c4a9e34407a9892
3
+ metadata.gz: ecb5edd77499661efa4d66a50935742a8cfa7481
4
+ data.tar.gz: b7ce9249f42a0df15592556651c3163fda110698
5
5
  SHA512:
6
- metadata.gz: 1c8181bd41b813b3ef8d1e41afee185bb0a89fb9762157cb509680939e381aa958b4c8d6faea97f9a423c95b7245074d888a7901fd18b28ae7a25e78cfb7abd4
7
- data.tar.gz: 8d55e93d720d616b477a5573fbacddd2e5b3ba076ccbf2a869d8a3a5a0a6c9e26e586ce9cf15b9e986d56ad5c1588adc93e1205f9fa6f1cd6e0408fa56e9f1f4
6
+ metadata.gz: 935bd4ca30f2313e0687ecb99c264ba7a30d54ba811b5c655940fa4af2046f5fb867c28e62f3a5f64d7d7940fc2c9aa426c9fadfe783096fe605bf7df2ee076b
7
+ data.tar.gz: 0dba467d264b6468e6b6f97ef658934eef17d4ffabd677d85a731daff539acbead1245c217eda406caecb5a311e237ae2bbefd1aaae40d436638ca846ae9a21c
@@ -12,7 +12,9 @@
12
12
  # pull a list of changes from git history, prepend this to
13
13
  # a file called CHANGES (under the title of the new version
14
14
  # number) and create a GIT tag.
15
- set -vx
15
+
16
+ git checkout master
17
+ git pull origin master
16
18
 
17
19
  if [ -f VERSION ]; then
18
20
  BASE_STRING=`cat VERSION`
@@ -81,7 +83,7 @@ if [ -n "$1" ]; then
81
83
  fi
82
84
  echo "type: tag" > info.yaml
83
85
  echo "version: $TAG" >> info.yaml
84
- git add -A
86
+ git add info.yaml
85
87
  if [ -n "$2" ] && [ "$2" == "skip" ]; then
86
88
  git commit -m "[skip] Changed tag to: $TAG" & git push -u origin ${BRANCH}
87
89
  else
@@ -1,3 +1,3 @@
1
1
  module Docman
2
- VERSION = "0.0.34"
2
+ VERSION = "0.0.35"
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.34
4
+ version: 0.0.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Tolstikov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-30 00:00:00.000000000 Z
11
+ date: 2014-09-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler