tdl-client-ruby 0.6.1 → 0.6.2

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: 2016c5c57fe59a976f66e595d9371301f1a8bb60
4
- data.tar.gz: 51590da3a833cfa7f3769249361336736a0c918a
3
+ metadata.gz: 6976b1c83ffdf765e109612d09f91463491fb61c
4
+ data.tar.gz: 2db01aa3f6d57408913c4ae43aa4379f0b3cd944
5
5
  SHA512:
6
- metadata.gz: bb453102ce02bd772a22c7e0614ff73f3640bbeb34f835bea1f689d8492e77317a7190f55e80500586f09bdd21b654bbc1394077f7183d428b00ac6850fc5662
7
- data.tar.gz: 0cdace58186ff72294d8024f0dc62c26e57999741f731ac3406d75a9a911b5717173e890a7816393fb992663082d71bebad429a6567136b3d57294390e322acb
6
+ metadata.gz: d929ce2e05e339eb28ecb2e4220962c8f064a8a95958aa9a957b19e8e69738c9a6279c7934d884b8267836e4fccaed910bbada9c790df6f68614b4cf12056498
7
+ data.tar.gz: d70bd8203c405476d9b6b7ca745abda763e1bb211a16b8c456712ca795602973f0cce87a5da4ba4f952aef5f7dfd16f95e14dbf7efb058f4cacce5b19162ea96
@@ -1,3 +1,3 @@
1
1
  module TDL
2
- PREVIOUS_VERSION = '0.6.0'
2
+ PREVIOUS_VERSION = '0.6.1'
3
3
  end
data/release.sh CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/bin/bash
2
2
 
3
3
  SCRIPT_FOLDER="$(cd -P "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
4
- VERSION_FILE="${SCRIPT_FOLDER}/lib/tdl/version.rb"
4
+ VERSION_FILE="${SCRIPT_FOLDER}/lib/tdl/previous_version.rb"
5
5
  TMP_VERSION_FILE="${SCRIPT_FOLDER}/out/versions.txt"
6
6
 
7
7
 
@@ -21,7 +21,7 @@ major_minor_version = `git --git-dir #{spec_folder}/.git describe --all | cut -d
21
21
 
22
22
  # Compute next version
23
23
  previous_version = ComparableVersion.new(TDL::PREVIOUS_VERSION)
24
- new_spec_version = ComparableVersion.new(major_minor_version+'.0')
24
+ new_spec_version = ComparableVersion.new(major_minor_version+'.1')
25
25
  if new_spec_version > previous_version
26
26
  current_version = new_spec_version
27
27
  else
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tdl-client-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Ghionoiu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-21 00:00:00.000000000 Z
11
+ date: 2016-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: stomp
@@ -219,7 +219,7 @@ homepage: https://github.com/julianghionoiu/tdl-client-ruby
219
219
  licenses:
220
220
  - GPL-3.0
221
221
  metadata:
222
- previous_version: 0.6.0
222
+ previous_version: 0.6.1
223
223
  post_install_message:
224
224
  rdoc_options: []
225
225
  require_paths: