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 +4 -4
- data/CHANGELOG.md +13 -0
- data/README.md +4 -0
- data/exe/td +11 -0
- data/lib/terradactyl/version.rb +1 -1
- metadata +2 -2
- data/exe/td +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f0bcbb7e3e6b90e0099b5e9619a58e804382de149a01b8125eb66b05a2124e7f
|
4
|
+
data.tar.gz: 33653dc380bc7177bc32de91cf1e1c1d87a668d33a28e06d3cdd6c3bfaf77f72
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
data/lib/terradactyl/version.rb
CHANGED
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.
|
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
|
+
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
|