united_states 1.0.0 → 1.0.1

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
  SHA1:
3
- metadata.gz: cae89f62b5c954b0f687db1f81c12474f27df029
4
- data.tar.gz: 5edc0812266220c1bbf5e17b8b9b194663f3738e
3
+ metadata.gz: e955d5b367a6e593f2c29981ca124903939b3ab9
4
+ data.tar.gz: d75a096eff739c98d1c692eadd3bbe51c770feb4
5
5
  SHA512:
6
- metadata.gz: 4ca2c3a7d0829e880ee41102e57530f5d4c63ccee2ce3a781efc6b9c4a68afa728ae5d8818b5de5334f894442e9f51d11de4335f8aaea39040ee776ff4363489
7
- data.tar.gz: 6f53c514d69c9d42bf4e324724754508b4ef5a429976d1b1ec15c59d41d170f2c956e8137ce8c3faf200796c88a86891dde54d2448cfc8fce38d3c0650b2c186
6
+ metadata.gz: 7d1ac240c0b6788de4216588e73dcd76cbf2e179f4cea5c2a7217c0d7db12e953eaff20471bbdf5d60fd85d337a34cf030c89270b93fff5b141d9862bc2287d5
7
+ data.tar.gz: 41b54346dcfa579c5950185f80f6f3e3c14cf37c1be95e468775fcf805f7d268add54b50282f47080b9bc0d748e6321cc3e532522f09f7b4f5ea8ec8ea021976
data/README.md CHANGED
@@ -45,7 +45,7 @@ git tag for the version, push git commits and tags, and push the
45
45
  ## Contributing
46
46
 
47
47
  Bug reports and pull requests are welcome on GitHub at
48
- https://github.com/Kyle Whittington/united_states. This project is intended
48
+ https://github.com/kWhittington/united_states. This project is intended
49
49
  to be a safe, welcoming space for collaboration, and contributors are
50
50
  expected to adhere to the
51
51
  [Contributor Covenant](http://contributor-covenant.org) code of conduct.
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module UnitedStates
3
- VERSION = '1.0.0'
3
+ VERSION = '1.0.1'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: united_states
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Whittington