terradactyl 0.13.0 → 0.13.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
  SHA256:
3
- metadata.gz: d021330dd8abb5ec42bff25987aba0388ed7879364141a3597ad8c7df890633b
4
- data.tar.gz: ec0e8a4c9d6716b43c49b96a163cefffefa7c616668f7bb4522df4b284ae3917
3
+ metadata.gz: f0bcbb7e3e6b90e0099b5e9619a58e804382de149a01b8125eb66b05a2124e7f
4
+ data.tar.gz: 33653dc380bc7177bc32de91cf1e1c1d87a668d33a28e06d3cdd6c3bfaf77f72
5
5
  SHA512:
6
- metadata.gz: 010b919b8f831b6ead77629ce1a94d6afbcc8a37ee5e6ec7c543474e79da0662a7a19144cb969e2b02ebeaa569486195155f4cbdae721b333e8dd0a4e9ffa41c
7
- data.tar.gz: a9863ff1d88e0bdc8e7ccb897b54206dde56d8355f85f4bf07bbaf5c7326dcee1a480dc9f0502f20413afe95917f22ff11c4e2fed0c234530d73946b34d7653b
6
+ metadata.gz: 88ab36f3422ecb3ce7e4898d94de40fdb745e725ecefbf9c01bda7b9324e68b049fa872072cada1d3ca942ed909798032be310cc8c01dc1d333de26e4c4abfce
7
+ data.tar.gz: 5e20eb83847c02b02a5d92029135232906abd40ffb4327ce4fde71f7b038361e0da49b463a665298bf7d40683829edc3c8b8c2ddde36632be924299880e2281b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.13.2 (2020-12-09)
4
+
5
+ BUG FIXES:
6
+
7
+ * replace symlink to executable with identical copy
8
+ - `gem build` produces broken symlinks; unsupported
9
+
10
+ ## 0.13.1 (2020-12-09)
11
+
12
+ BUG FIXES:
13
+
14
+ * update README to include missing acknowledgments
15
+
3
16
  ## 0.13.0 (2020-11-26)
4
17
 
5
18
  NEW FEATURES:
data/README.md CHANGED
@@ -323,3 +323,7 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/vcilab
323
323
  ## License
324
324
 
325
325
  This code is released under the MIT License. See [LICENSE.txt](LICENSE.txt).
326
+
327
+ ## Acknowledgments
328
+
329
+ Special thanks to [Riley Shott](https://github.com/Ginja) upon whose original design and work I based this Gem.
data/exe/td ADDED
@@ -0,0 +1,11 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'terradactyl'
4
+
5
+ trap 'SIGINT' do
6
+ puts
7
+ puts 'Caught Interrupt. Exiting ...'
8
+ exit 1
9
+ end
10
+
11
+ Terradactyl::CLI.start
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Terradactyl
4
- VERSION = '0.13.0'
4
+ VERSION = '0.13.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: terradactyl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.13.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Warsing
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-11-30 00:00:00.000000000 Z
11
+ date: 2020-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
data/exe/td DELETED
@@ -1 +0,0 @@
1
- exe/terradactyl