atlas_engine 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: e069dc1376e45c54b9a96462e06599a0081aceef2a4ab4f79f1d56356c5f2f9e
4
- data.tar.gz: baf0c1fe4a6e19df64cfd5052079bba2db8884ffbdd8f39245afad00a01fc902
3
+ metadata.gz: b097368a07bb9496c6c42c1ef98c785dc25ef5b3aa9d4a6bd97980ac372a8769
4
+ data.tar.gz: b1383521f226975e0e48b2bd9ea03e3dc45b6903e66e245b7efff37e889b51cd
5
5
  SHA512:
6
- metadata.gz: 860af5abf6f9f79c5fedd2b96d33cab18c216b1583cce2fb2d56c9d9ca17e07278a84d060bf95cbc3084105a9c7807544bc394200b21fb34095c1e5b1b9dca5b
7
- data.tar.gz: 671307d5dd17866af504d84015d38a6d8d94b8ddb175c5324b3404854462ee90335597c88c775ca6dc33b189b080a720742614546ccecf2cd7b5d0d6d0ba35a3
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", git: "https://github.com/Shopify/atlas-engine"
12
+ gem "atlas_engine"
13
13
  ```
14
14
 
15
15
  Run the following commands to install the engine in your rails app
@@ -2,5 +2,5 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module AtlasEngine
5
- VERSION = "0.1.1"
5
+ VERSION = "0.1.2"
6
6
  end
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.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-17 00:00:00.000000000 Z
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/atlas-engine
527
+ homepage: https://github.com/Shopify/atlas_engine
528
528
  licenses:
529
529
  - MIT
530
530
  metadata:
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
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: []