lacerda 1.0.0.beta2 → 1.0.0.beta3
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/lib/lacerda/conversion.rb +0 -1
- data/lib/lacerda/conversion/data_structure.rb +0 -1
- data/lib/lacerda/object_description.rb +1 -0
- data/lib/lacerda/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b5567a9677e6e74e71de436b212fe88e6a6d800f
|
|
4
|
+
data.tar.gz: 226873bf86be80d8155d55a189083167a9a112fc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1ea27a1271f558ea969470f8e08005015590ead11d55c58fcfed2831270f5a33e17f967af600c06cd9d76dcefe6e2f7d99f2a093a3ac95a70aa8b5cd842aba17
|
|
7
|
+
data.tar.gz: 8a6e7de359afdf2d66e6739b4a21a7efbf492062dee8a06e3d7930317a3d701fcfa8bda05996ff9877fb96e1c83fbd1264ad66db8f0ae4650d658be89ef998ee
|
data/lib/lacerda/conversion.rb
CHANGED
|
@@ -31,7 +31,6 @@ module Lacerda
|
|
|
31
31
|
# Parse MSON to an apiary blueprint AST
|
|
32
32
|
# (see https://github.com/apiaryio/api-blueprint)
|
|
33
33
|
ast_file = mson_to_ast_json(filename)
|
|
34
|
-
raise_parsing_errors(filename, ast_file)
|
|
35
34
|
|
|
36
35
|
# Pluck out Data structures from it
|
|
37
36
|
data_structures = data_structures_from_blueprint_ast(ast_file)
|
data/lib/lacerda/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lacerda
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0.
|
|
4
|
+
version: 1.0.0.beta3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jannis Hermanns
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-12-
|
|
11
|
+
date: 2016-12-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|