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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6f9b534c118135e278aef514b4e6dbd56434bdbf
4
- data.tar.gz: 0359da61c177ac2ac3a5967b767aded3e49a36f7
3
+ metadata.gz: f512088b8f7f53bb6e90586e68d7f07b4a8daba0
4
+ data.tar.gz: 9a536cc9d2c87b087664d44951bd035750798997
5
5
  SHA512:
6
- metadata.gz: 71be2556362d9d50abecd15bc653536b8a2ea73642d2383c4b038763543c16dfd2560ef75322ba269607626205388f9ca78bc871a26cf0f8de88a6a42e73d28a
7
- data.tar.gz: f16db8eaee0cf604b47516828420801d5a160808a185c40ec911f977fe584f1103d29c3c5a14e3da3c84ac0abc61ab4212823c0f08e287a496f71ba9ae1661f2
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)
@@ -1,4 +1,4 @@
1
1
  module EmergencyNumber
2
2
  # Final versioning for the gem.
3
- VERSION = '0.3.2'.freeze
3
+ VERSION = '0.3.3'.freeze
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: emergency_number
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shayon Mukherjee