dtas 0.12.0 → 0.12.1

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/GIT-VERSION-GEN +1 -1
  3. data/INSTALL +3 -3
  4. data/bin/dtas-tl +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 57d7fc892d1c758901d66f4fc6348ca9c3e069eb
4
- data.tar.gz: 7241a23c3693df03bbeb014a52fea25639cf0f05
3
+ metadata.gz: 69bd3e9ce54fe5da4d98a62128af6eff4b1bcff2
4
+ data.tar.gz: d8243ee158c117da351744d8c023010bc4b19926
5
5
  SHA512:
6
- metadata.gz: dbbdc46c30c791b495aa2c0381c3ad1638f5bc3f0bc8213ce1b917196d5b0103e422df7b60e3337166e460023780a36b3bc35225cec5fa596851dc463150b465
7
- data.tar.gz: eed8758a7a8701ac38b68232972ae15260ea1b4fd69920218d23098500012897a232f0929e36899522e8f4b436690272e99dbf69d4e9007f41c790771dd885ac
6
+ metadata.gz: 168ea38104f049be15e1d42761cedc5ef3b73a7b6c8f3d1562f7e26e60ab31550f0f0160e50ec04153b7b2519919af05e842801b6481363576d8fd7922790a81
7
+ data.tar.gz: 9da152eff8b3658ac26fa7774565393e96855c8cbbf72ebd7d702d020b66cf4ab9de38408ef0cb2cee4e1dffe9bbc8a04879fb471faa6f957fb7c1049f3bb498
@@ -4,7 +4,7 @@
4
4
  CONSTANT = "DTAS::VERSION"
5
5
  RVF = "lib/dtas/version.rb"
6
6
  GVF = "GIT-VERSION-FILE"
7
- DEF_VER = "v0.12.0"
7
+ DEF_VER = "v0.12.1"
8
8
  vn = DEF_VER
9
9
 
10
10
  # First see if there is a version file (included in release tarballs),
data/INSTALL CHANGED
@@ -40,10 +40,10 @@ For future upgrades of dtas (upgrades to dtas-linux will be infrequent)
40
40
 
41
41
  Grab the latest tarball from our HTTP site:
42
42
 
43
- http://dtas.80x24.org/2015/dtas-0.12.0.tar.gz
43
+ http://dtas.80x24.org/2015/dtas-0.12.1.tar.gz
44
44
 
45
- $ tar zxvf dtas-0.12.0.tar.gz
46
- $ cd dtas-0.12.0
45
+ $ tar zxvf dtas-0.12.1.tar.gz
46
+ $ cd dtas-0.12.1
47
47
  $ sudo ruby setup.rb
48
48
 
49
49
  GNU/Linux users may optionally install "io_splice" and
@@ -86,7 +86,7 @@ def do_edit(c)
86
86
  orig.each do |track_id|
87
87
  edit_idx[track_id] or c.req("tl remove #{track_id}")
88
88
  end
89
- add.each do |path, after_id|
89
+ add.reverse_each do |path, after_id|
90
90
  cmd = %W(tl add #{path})
91
91
  cmd << after_id.to_s if after_id
92
92
  c.req(cmd)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dtas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - dtas hackers