atlas_engine 0.1.0 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.md +7 -0
- data/README.md +1 -1
- data/lib/atlas_engine/version.rb +1 -1
- metadata +8 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b097368a07bb9496c6c42c1ef98c785dc25ef5b3aa9d4a6bd97980ac372a8769
|
4
|
+
data.tar.gz: b1383521f226975e0e48b2bd9ea03e3dc45b6903e66e245b7efff37e889b51cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb1337d027e93333a0f96ced70070a7c540b6d559d1e23490a2580965adc6cc87fd87bb0cb558962a32d306571bf154a70ba9edd36dfdbecbfd9f0f1372e1bb7
|
7
|
+
data.tar.gz: cef1341af8b655e7eb701944308ad7c00ad1047d33c0f0a8866efe580fb0995736e4d8b5aa62d9dcd58daec468d3da7ef9ef0778bad4999e18b6a00da3f328dd
|
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.
|
data/README.md
CHANGED
@@ -9,7 +9,7 @@ This is a rails engine that is meant to provide end-to-end address validation fo
|
|
9
9
|
#### Initial setup
|
10
10
|
Add the engine to your gemfile
|
11
11
|
```
|
12
|
-
gem "atlas_engine"
|
12
|
+
gem "atlas_engine"
|
13
13
|
```
|
14
14
|
|
15
15
|
Run the following commands to install the engine in your rails app
|
data/lib/atlas_engine/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: atlas_engine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shopify
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-01-
|
11
|
+
date: 2024-01-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: annex_29
|
@@ -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
|
@@ -523,13 +524,13 @@ files:
|
|
523
524
|
- lib/atlas_engine/engine.rb
|
524
525
|
- lib/atlas_engine/version.rb
|
525
526
|
- lib/tasks/atlas_engine/address_importer.rake
|
526
|
-
homepage: https://github.com/Shopify/
|
527
|
+
homepage: https://github.com/Shopify/atlas_engine
|
527
528
|
licenses:
|
528
529
|
- MIT
|
529
530
|
metadata:
|
530
|
-
homepage_uri: https://github.com/Shopify/
|
531
|
-
source_code_uri: https://github.com/Shopify/
|
532
|
-
changelog_uri: https://github.com/Shopify/
|
531
|
+
homepage_uri: https://github.com/Shopify/atlas_engine
|
532
|
+
source_code_uri: https://github.com/Shopify/atlas_engine
|
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:
|
543
|
+
version: 3.2.1
|
543
544
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
544
545
|
requirements:
|
545
546
|
- - ">="
|