alexander_graham_bell 0.3.0 → 0.4.0

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
  SHA256:
3
- metadata.gz: 7e7b9adb0a5ed792442b201d7bf2bf9b6f2082654d40f6bd0c44a00ada69d254
4
- data.tar.gz: cc3c08cda9fc42e2eae53d11d6c56f05c9fd42652d39d60c9fd17e351e94b9b8
3
+ metadata.gz: ed91fb6fd1ce604349085f3e239caf09447fab4023b56e60c99605c9171a6806
4
+ data.tar.gz: 916a14a5a72491490afbb38f2a21bc47ac9e8aa6d081cbb02cc40861352958f1
5
5
  SHA512:
6
- metadata.gz: 20a7f9441911905295e7d351239109f06c47d17439e0a6b29b61fab2733d9aa2c048878d4dd9736b8c3e93d930390c06c20451ed173469ba73b7ea7c6bc3a578
7
- data.tar.gz: 46e65fe4b0c69fae154c0c45146fbf0fc588971d2c28e715505f85cf63589dad49d4652ada0c297f9fb3f4924e83f73adbf95987e269b87d6d93e935e321c438
6
+ metadata.gz: 2b71949c3505ebb4880286aba94893c5aec128872d983ccc5c36e19f5b13ecff0dec9f99e1964de6d52ef4d4682100b7718f1315c62e55f7915909b62e5db6b0
7
+ data.tar.gz: 5db1c12afd30781c54684023d258e6b0f16dfc34d9cbed7e2093c43ebca7c38b932ae046f8ad5b8338432ec0b1b4b2116e848cd969fe15b026172021740637f5
data/LICENSE.txt ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2016-2026 AppFolio, Inc
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -12,9 +12,9 @@ Gem::Specification.new do |spec|
12
12
  spec.summary = spec.description
13
13
  spec.homepage = 'https://github.com/appfolio/alexander_graham_bell'
14
14
  spec.license = 'MIT'
15
- spec.files = Dir['**/*'].select { |f| f[%r{^(lib/|LICENSE.txt|.*gemspec)}] }
15
+ spec.files = Dir['**/*'].select { |f| f[%r{^(lib/|LICENSE.txt|alexander_graham_bell\.gemspec)}] }
16
16
  spec.require_paths = ['lib']
17
17
 
18
- spec.required_ruby_version = Gem::Requirement.new('< 3.5')
18
+ spec.required_ruby_version = Gem::Requirement.new('< 4.1')
19
19
  spec.metadata['allowed_push_host'] = 'https://rubygems.org'
20
20
  end
@@ -1,3 +1,3 @@
1
1
  module AlexanderGrahamBell
2
- VERSION = "0.3.0"
2
+ VERSION = "0.4.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alexander_graham_bell
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - AppFolio
@@ -15,6 +15,7 @@ executables: []
15
15
  extensions: []
16
16
  extra_rdoc_files: []
17
17
  files:
18
+ - LICENSE.txt
18
19
  - alexander_graham_bell.gemspec
19
20
  - lib/alexander_graham_bell.rb
20
21
  - lib/alexander_graham_bell/phone.rb
@@ -31,14 +32,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
31
32
  requirements:
32
33
  - - "<"
33
34
  - !ruby/object:Gem::Version
34
- version: '3.5'
35
+ version: '4.1'
35
36
  required_rubygems_version: !ruby/object:Gem::Requirement
36
37
  requirements:
37
38
  - - ">="
38
39
  - !ruby/object:Gem::Version
39
40
  version: '0'
40
41
  requirements: []
41
- rubygems_version: 3.7.2
42
+ rubygems_version: 4.0.7
42
43
  specification_version: 4
43
44
  summary: Phone number parser and tel link creator.
44
45
  test_files: []