emergency_number 0.3.2 → 0.3.3
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 +5 -1
- data/lib/emergency_number/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: f512088b8f7f53bb6e90586e68d7f07b4a8daba0
|
|
4
|
+
data.tar.gz: 9a536cc9d2c87b087664d44951bd035750798997
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fc8c17d1d469e02c0ffb2e1f3c0217a97cf85d0fa13495aec91a03bbc89ca635fc7a89192d49808c2bda417016a4b25859ebea455b39a58782e14a6a079027c5
|
|
7
|
+
data.tar.gz: 994d9656aa62a5c715da6bc13eaa734971fea415588d811ad7f1acc1d5df147ef957a993c7570efbd367630374e050b8418652b732653a131136525e533ec814
|
data/README.md
CHANGED
|
@@ -131,6 +131,10 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
131
131
|
## Contributing
|
|
132
132
|
Bug reports and pull requests are welcome on GitHub at https://github.com/shayonj/emergency_number. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
|
133
133
|
|
|
134
|
-
## License
|
|
134
|
+
## GEM License
|
|
135
135
|
|
|
136
136
|
[MIT License](https://github.com/shayonj/emergency_number/blob/master/MIT-LICENSE)
|
|
137
|
+
|
|
138
|
+
## Data License
|
|
139
|
+
|
|
140
|
+
[Open Database License](https://github.com/shayonj/emergency_number/blob/master/Open-Database-License)
|