trailblazer-developer 0.0.15 → 0.0.16
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a94a8ac8694a1873372e769d083aa50930d5b5ecac8bfd774fe9416583c0de6f
|
|
4
|
+
data.tar.gz: af93d4503430bd88878d1797849c6546cf48f3a1b1be3c66096dff7e7dea7763
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '08cd8a7b2b2ac54d86454e8c4a497a4462ffae30e05b74d87f557297716918f18dc4b091982f62ef13891cec0bd40ca6cc1edce44af48feb994ef7c94e8623e8'
|
|
7
|
+
data.tar.gz: b12a63e25446af1e74205c4168684e8ded06de676849638f7180a837690dc5a56c90396d978da0a836995753f3b9b9dfd3366db96e5165cd3462a1009c5cbb01
|
|
@@ -17,7 +17,7 @@ module Trailblazer
|
|
|
17
17
|
collection :elements, class: Element do
|
|
18
18
|
property :id
|
|
19
19
|
property :type
|
|
20
|
-
collection :linksTo, class: Arrow, default: [] do
|
|
20
|
+
collection :linksTo, class: Arrow, default: ::Declarative::Variables::Append([]) do
|
|
21
21
|
property :target
|
|
22
22
|
property :label
|
|
23
23
|
property :message
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: trailblazer-developer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.16
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nick Sutterer
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-08-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -137,6 +137,7 @@ extra_rdoc_files: []
|
|
|
137
137
|
files:
|
|
138
138
|
- ".gitignore"
|
|
139
139
|
- ".travis.yml"
|
|
140
|
+
- CHANGES.md
|
|
140
141
|
- Gemfile
|
|
141
142
|
- LICENSE
|
|
142
143
|
- README.md
|
|
@@ -145,7 +146,6 @@ files:
|
|
|
145
146
|
- bin/setup
|
|
146
147
|
- gems.local.rb
|
|
147
148
|
- lib/trailblazer/developer.rb
|
|
148
|
-
- lib/trailblazer/developer/CHANGES.md
|
|
149
149
|
- lib/trailblazer/developer/client.rb
|
|
150
150
|
- lib/trailblazer/developer/generate.rb
|
|
151
151
|
- lib/trailblazer/developer/render/circuit.rb
|
|
@@ -163,7 +163,7 @@ homepage: http://trailblazer.to
|
|
|
163
163
|
licenses:
|
|
164
164
|
- LGPL-3.0
|
|
165
165
|
metadata: {}
|
|
166
|
-
post_install_message:
|
|
166
|
+
post_install_message:
|
|
167
167
|
rdoc_options: []
|
|
168
168
|
require_paths:
|
|
169
169
|
- lib
|
|
@@ -178,8 +178,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
178
178
|
- !ruby/object:Gem::Version
|
|
179
179
|
version: '0'
|
|
180
180
|
requirements: []
|
|
181
|
-
rubygems_version: 3.
|
|
182
|
-
signing_key:
|
|
181
|
+
rubygems_version: 3.1.2
|
|
182
|
+
signing_key:
|
|
183
183
|
specification_version: 4
|
|
184
184
|
summary: Developer tools for Trailblazer.
|
|
185
185
|
test_files: []
|