tomo 0.8.0 → 0.8.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f9fc9bfe01816992c55105b084e6c9ed40c9f7aa9070e833feebfe4084a66194
4
- data.tar.gz: be42304890a78153df0cd9589f4c7e01afbbfe1f8fa077ab2d3c879893eab2fc
3
+ metadata.gz: e355e8b9452472cd2e2da9cbbfb6d577d4bf4ae0bfdb57a16216a2b45387433b
4
+ data.tar.gz: ceae2f4b9e5d766824bca43b5f44f71d3d0c2af1e2ae3f4608b33a60c41a61ae
5
5
  SHA512:
6
- metadata.gz: 3e34a45b62184a909bfb6d6825110aa56924249acb263f5469e7c470b0393255e73b8a7e40b8aec88a09af8d722edfa4a5fc2d8db49e488039f9f1df541cfa09
7
- data.tar.gz: cfb514fc60e188e17d81acf2c465608a9b8fce474918a0513f021a1ec02d8817fc997bcb2379bd0a916fabe7baed526737cb0b028d73fa468a7facc67eca7dac
6
+ metadata.gz: 8e36ee70864b8b0d663d7766dc83b6e4f788f7d525ff36624c96cd1f56a87f2182b8e955e87a5e93cc708253edf352d4677fbe554adab1cc33877faa100ff56c
7
+ data.tar.gz: f99aa7197d92bf4e81836f2c892ac1a76b4c7580de1cf72e8f0c1ea47914dfc85504019ac80922336179c7ff62510f6fe3bfe86cf7bb7b6a1a8bae8a526bca6b
data/README.md CHANGED
@@ -184,7 +184,7 @@ Read the [Writing Custom Tasks](https://tomo-deploy.com/tutorials/writing-custom
184
184
  - [Host](https://tomo-deploy.com/api/Host/)
185
185
  - [Logger](https://tomo-deploy.com/api/Logger/)
186
186
  - [Paths](https://tomo-deploy.com/api/Paths/)
187
- - [PluginDSL](https://tomo-deploy.com/api/Host/)
187
+ - [PluginDSL](https://tomo-deploy.com/api/PluginDSL/)
188
188
  - [Remote](https://tomo-deploy.com/api/Remote/)
189
189
  - [Result](https://tomo-deploy.com/api/Result/)
190
190
  - [TaskLibrary](https://tomo-deploy.com/api/TaskLibrary/)
@@ -55,7 +55,7 @@ module Tomo::Plugin::Core
55
55
 
56
56
  def write_release_json
57
57
  json = JSON.pretty_generate(remote.release)
58
- remote.write(text: json, to: paths.release_json)
58
+ remote.write(text: "#{json}\n", to: paths.release_json)
59
59
  end
60
60
 
61
61
  # rubocop:disable Metrics/AbcSize
@@ -1,3 +1,3 @@
1
1
  module Tomo
2
- VERSION = "0.8.0".freeze
2
+ VERSION = "0.8.1".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tomo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-09-18 00:00:00.000000000 Z
11
+ date: 2019-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler