atlas_engine 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3d590dd6d627aea5298889faf7dccb0ec3479277beb107750a9da288c6c8aefa
4
- data.tar.gz: 349e59b38ed5e20ee84c0b27cd660b619e789ff5755aa80af26a4e04e55bce5f
3
+ metadata.gz: e069dc1376e45c54b9a96462e06599a0081aceef2a4ab4f79f1d56356c5f2f9e
4
+ data.tar.gz: baf0c1fe4a6e19df64cfd5052079bba2db8884ffbdd8f39245afad00a01fc902
5
5
  SHA512:
6
- metadata.gz: b0bea20736bd75159f04ad10c7f2f0b0805b0d5425b7c43c7d2426bd249a61ed28b80ca9ca20bae0190b91b5999771e2a6c9cf2780a2dc9e8693bb0073118dd7
7
- data.tar.gz: 32c0509404553da96ef197a6ff01ae5e82a433e09d8a36ee27a0ae1b1fe1abce1be3b07c17d85ae7b52ba3eaee76626252e6298c33cc7d9036050ede3866acd5
6
+ metadata.gz: 860af5abf6f9f79c5fedd2b96d33cab18c216b1583cce2fb2d56c9d9ca17e07278a84d060bf95cbc3084105a9c7807544bc394200b21fb34095c1e5b1b9dca5b
7
+ data.tar.gz: 671307d5dd17866af504d84015d38a6d8d94b8ddb175c5324b3404854462ee90335597c88c775ca6dc33b189b080a720742614546ccecf2cd7b5d0d6d0ba35a3
data/LICENSE.md ADDED
@@ -0,0 +1,7 @@
1
+ Copyright 2023-present, Shopify Inc.
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -2,5 +2,5 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module AtlasEngine
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atlas_engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify
@@ -227,6 +227,7 @@ executables: []
227
227
  extensions: []
228
228
  extra_rdoc_files: []
229
229
  files:
230
+ - LICENSE.md
230
231
  - README.md
231
232
  - Rakefile
232
233
  - app/assets/config/atlas_engine_manifest.js
@@ -529,7 +530,7 @@ licenses:
529
530
  metadata:
530
531
  homepage_uri: https://github.com/Shopify/atlas-engine
531
532
  source_code_uri: https://github.com/Shopify/atlas-engine
532
- changelog_uri: https://github.com/Shopify/atlas-engine/CHANGELOG.md
533
+ changelog_uri: https://github.com/Shopify/atlas-engine/blob/main/CHANGELOG.md
533
534
  allowed_push_host: https://rubygems.org/
534
535
  post_install_message:
535
536
  rdoc_options: []
@@ -539,7 +540,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
539
540
  requirements:
540
541
  - - ">="
541
542
  - !ruby/object:Gem::Version
542
- version: '0'
543
+ version: 3.2.1
543
544
  required_rubygems_version: !ruby/object:Gem::Requirement
544
545
  requirements:
545
546
  - - ">="