atlas_engine 0.1.1 → 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/README.md +1 -1
- data/lib/atlas_engine/version.rb +1 -1
- metadata +6 -6
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/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
|
@@ -524,13 +524,13 @@ files:
|
|
524
524
|
- lib/atlas_engine/engine.rb
|
525
525
|
- lib/atlas_engine/version.rb
|
526
526
|
- lib/tasks/atlas_engine/address_importer.rake
|
527
|
-
homepage: https://github.com/Shopify/
|
527
|
+
homepage: https://github.com/Shopify/atlas_engine
|
528
528
|
licenses:
|
529
529
|
- MIT
|
530
530
|
metadata:
|
531
|
-
homepage_uri: https://github.com/Shopify/
|
532
|
-
source_code_uri: https://github.com/Shopify/
|
533
|
-
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
|
534
534
|
allowed_push_host: https://rubygems.org/
|
535
535
|
post_install_message:
|
536
536
|
rdoc_options: []
|