trailblazer-macro-contract 2.1.0.rc13 → 2.1.0
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/CHANGES.md +4 -0
- data/LICENSE +9 -0
- data/lib/trailblazer/macro/contract/version.rb +1 -1
- data/trailblazer-macro-contract.gemspec +2 -2
- metadata +8 -8
- data/LICENSE.txt +0 -27
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3603305c22954cb6b53e94057b4b25c4ae98d1286d5a32b0b0a2292325156086
|
|
4
|
+
data.tar.gz: 952c4060256225918cfbd41939f2b6fb479cd153b4416967f8ef03682033cb42
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f1118cf2e91af6c8a95c9c7050ae6bf43a82ebe7fca82b15255b53f7ace0c3a46e76a02efcaaa94195d6003fdba8c4acaeeb8fb30580c7eb09a5c765b44c690
|
|
7
|
+
data.tar.gz: 55ee53d0e937672aee52552167ad987f4c36f99f669966dd5f2a417c9bfc047c897b6981b4eebceb4dc1e9e1136c0adfa6efb5fea962e1a860abbc2edd01cd51
|
data/CHANGES.md
CHANGED
data/LICENSE
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
Copyright (c) 2018 Trailblazer GmbH
|
|
2
|
+
|
|
3
|
+
Trailblazer is an Open Source project licensed under the terms of
|
|
4
|
+
the LGPLv3 license. Please see <http://www.gnu.org/licenses/lgpl-3.0.html>
|
|
5
|
+
for license text.
|
|
6
|
+
|
|
7
|
+
Trailblazer PRO has a commercial-friendly license allowing private forks
|
|
8
|
+
and modifications of Trailblazer. Please see http://trailblazer.to/pro for
|
|
9
|
+
more detail.
|
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.description = 'Trailblazer operation form object specific macros'
|
|
11
11
|
spec.summary = 'Macros for form-objects: Build, Validate, Persist'
|
|
12
12
|
spec.homepage = "http://trailblazer.to"
|
|
13
|
-
spec.license = "
|
|
13
|
+
spec.license = "LGPL-3.0"
|
|
14
14
|
|
|
15
15
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
|
16
16
|
f.match(%r{^test/})
|
|
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
|
|
|
23
23
|
spec.add_development_dependency "bundler"
|
|
24
24
|
spec.add_development_dependency "dry-validation", "0.11.1" # FIXME: upgrade example code
|
|
25
25
|
spec.add_development_dependency "reform-rails", "~> 0.2.0.rc2"
|
|
26
|
-
spec.add_development_dependency "trailblazer-macro", ">= 2.1.0
|
|
26
|
+
spec.add_development_dependency "trailblazer-macro", ">= 2.1.0", "< 2.2.0"
|
|
27
27
|
spec.add_development_dependency "trailblazer-developer"
|
|
28
28
|
|
|
29
29
|
spec.add_development_dependency "minitest"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: trailblazer-macro-contract
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.0
|
|
4
|
+
version: 2.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nick Sutterer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-09-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: reform
|
|
@@ -78,7 +78,7 @@ dependencies:
|
|
|
78
78
|
requirements:
|
|
79
79
|
- - ">="
|
|
80
80
|
- !ruby/object:Gem::Version
|
|
81
|
-
version: 2.1.0
|
|
81
|
+
version: 2.1.0
|
|
82
82
|
- - "<"
|
|
83
83
|
- !ruby/object:Gem::Version
|
|
84
84
|
version: 2.2.0
|
|
@@ -88,7 +88,7 @@ dependencies:
|
|
|
88
88
|
requirements:
|
|
89
89
|
- - ">="
|
|
90
90
|
- !ruby/object:Gem::Version
|
|
91
|
-
version: 2.1.0
|
|
91
|
+
version: 2.1.0
|
|
92
92
|
- - "<"
|
|
93
93
|
- !ruby/object:Gem::Version
|
|
94
94
|
version: 2.2.0
|
|
@@ -149,7 +149,7 @@ files:
|
|
|
149
149
|
- CHANGES.md
|
|
150
150
|
- COMM-LICENSE
|
|
151
151
|
- Gemfile
|
|
152
|
-
- LICENSE
|
|
152
|
+
- LICENSE
|
|
153
153
|
- README.md
|
|
154
154
|
- Rakefile
|
|
155
155
|
- lib/trailblazer-macro-contract.rb
|
|
@@ -166,7 +166,7 @@ files:
|
|
|
166
166
|
- trailblazer-macro-contract.gemspec
|
|
167
167
|
homepage: http://trailblazer.to
|
|
168
168
|
licenses:
|
|
169
|
-
-
|
|
169
|
+
- LGPL-3.0
|
|
170
170
|
metadata: {}
|
|
171
171
|
post_install_message:
|
|
172
172
|
rdoc_options: []
|
|
@@ -179,9 +179,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
179
179
|
version: 2.0.0
|
|
180
180
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
181
181
|
requirements:
|
|
182
|
-
- - "
|
|
182
|
+
- - ">="
|
|
183
183
|
- !ruby/object:Gem::Version
|
|
184
|
-
version:
|
|
184
|
+
version: '0'
|
|
185
185
|
requirements: []
|
|
186
186
|
rubyforge_project:
|
|
187
187
|
rubygems_version: 2.7.6
|
data/LICENSE.txt
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
The MIT License (MIT)
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2018 Trailblazer GmbH
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in
|
|
13
|
-
all copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
-
THE SOFTWARE.
|
|
22
|
-
|
|
23
|
-
---------
|
|
24
|
-
|
|
25
|
-
Trailblazer Enterprise has a commercial-friendly license allowing private forks
|
|
26
|
-
and modifications of Trailblazer. Please see http://trailblazer.to/enterprise/ for
|
|
27
|
-
more detail.
|