lutaml-express 0.1.1 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6928c77aa624728abc78ed1c6fed7295d02f0b66d666a5fd14d4ab55ffd761e2
4
- data.tar.gz: 4b0fd802a7a623010d9cd7d185a8a0299b4a5e473ef01d7d9ca4139d03431c72
3
+ metadata.gz: 63b0fc8aa7ef536e2b0c1b5f645f2f72a1441b65363560a8387948bcf83891b2
4
+ data.tar.gz: 72f09c3133832fd82089602f21c95419ffae0df93f2cb04654c10685f034b8ad
5
5
  SHA512:
6
- metadata.gz: cadd025cd233f50132f687f8fd43bf620fabc24d789eb4bcdb5a3a666f6ee8717e0c217dbc9c6d5824c896d0c9664c38c2aaf11415e9ba301933e82f556218c0
7
- data.tar.gz: a9c65229448c34540dc93281712d33071c2abd5464475bb5e2edbb7f64ee3f99bd80d55549a46f1673f5dd8b093a21b4bb4ce438e2529a74c6a82e5c4307e96c
6
+ metadata.gz: 5a463af864afa6b40fc7c7ab6617d11b1b93377109cb65cd23401e45f48158c4104686efa8cffba35cbdc57b65650bf77a453f386d626b9315709e2c3465f35f
7
+ data.tar.gz: 95cd8f239c71ef10b9ca98e311d7a213faba06cab59d02a6271447b1bc7e7a1702aa2d642d8dfe506cc89e886bdb2f2db73deb44d30b7ff2431a62db117c9a0f
data/Gemfile CHANGED
@@ -6,7 +6,5 @@ source "https://rubygems.org"
6
6
  gemspec
7
7
 
8
8
  gem "rake", "~> 12.0"
9
- gem "lutaml",
10
- git: "git@github.com:lutaml/lutaml.git",
11
- branch: "feature/objects-lookup-dsl"
9
+ gem "lutaml", "~> 0.3.0"
12
10
  gem "jmespath", "~> 1.4"
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Lutaml
4
4
  module Express
5
- VERSION = "0.1.1"
5
+ VERSION = "0.1.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lutaml-express
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.