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 +4 -4
- data/README.md +1 -1
- data/lib/united_states/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e955d5b367a6e593f2c29981ca124903939b3ab9
|
4
|
+
data.tar.gz: d75a096eff739c98d1c692eadd3bbe51c770feb4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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/
|
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.
|