address_line_divider 1.0.0 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9c5b8e69f1963cfab356451c3d2b564fc348bcbe590457d19fe04cb2ff209bfa
4
- data.tar.gz: eff6e856b809c91491dbc064f9eb98a04802656adba992a0b45db1d326f662e8
3
+ metadata.gz: ab33cb2334436bfab10c543f40ebc441fc13b7a61e9ae4d8ffccd7199394d6d3
4
+ data.tar.gz: ed9bbc34a12bac864772027ae73299ff76b0ac8c4fb808a00698fdb0e0b04811
5
5
  SHA512:
6
- metadata.gz: 5e0098cf08361f38ef9effbf67690c8eb5d5861012d921a093320bd153e40ae7d919a1fcb845f4e1eb9ffe5b994a11dbc1db2b3d42b24b5bd2954693dc5b5e51
7
- data.tar.gz: 91a129106423fffe21df38f102466015d63d6625c8069d8d7d1b7e03158ac84133dbeaeb5781318292446a33c7fe36f61cd0aff59e339a69c6402895d38ca8fe
6
+ metadata.gz: 04e1de519f1c6427d07a15f5d222b16ff6da46f9ee6f8b680d628333cd1f43993552122ebd9ab048bccef8529945b30388ab8c6a0c2d67bd891c88967267fc4d
7
+ data.tar.gz: 1e427cf8c1e54f8357eeb7baeb9be7f9562cf65c01dcb53591b87bc591ac70a609646094cfda90bbbdd19a11adc02cd7b63ad120bcb5cf2ef38436a61991f7b2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Changelog
2
2
 
3
+ ## V1.0.2
4
+ * Add MIT LICENSE
3
5
  ## V1.0.0
4
6
  ### Initial version
5
7
  #### Features
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- address_line_divider (1.0.0)
4
+ address_line_divider (1.0.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2021 Matias Albarello
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -7,6 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.version = AddressLineDivider::VERSION
8
8
  spec.authors = ["Matias Albarello"]
9
9
  spec.email = ["matias.albarello@gmail.com"]
10
+ spec.licenses = ['MIT']
10
11
 
11
12
  spec.summary = "Divide an address line into street and street number based on a Streets file."
12
13
  spec.homepage = "https://github.com/matiasalbarello/address_line_divider"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AddressLineDivider
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: address_line_divider
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matias Albarello
@@ -25,6 +25,7 @@ files:
25
25
  - CODE_OF_CONDUCT.md
26
26
  - Gemfile
27
27
  - Gemfile.lock
28
+ - LICENSE
28
29
  - README.md
29
30
  - Rakefile
30
31
  - address_line_divider.gemspec
@@ -35,7 +36,8 @@ files:
35
36
  - lib/address_line_divider/configuration.rb
36
37
  - lib/address_line_divider/version.rb
37
38
  homepage: https://github.com/matiasalbarello/address_line_divider
38
- licenses: []
39
+ licenses:
40
+ - MIT
39
41
  metadata:
40
42
  homepage_uri: https://github.com/matiasalbarello/address_line_divider
41
43
  source_code_uri: https://github.com/matiasalbarello/address_line_divider