uthmani_text_size 0.0.1 → 0.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: c1dfb1ec8c9b40d203a61618c001a355312d5d5b7ad7546857b1eacbcdc7ba75
4
- data.tar.gz: 9a57670d2da6caa77cb610eedac40668854975b83fc64e5b1f10571084109560
3
+ metadata.gz: 02d7367687aa7225dbca1e13409600c8fc9af21b91878db393965624f21ff421
4
+ data.tar.gz: 2bb5345a36173183f2dd023be9bfd8591324394a5fc1e627123d3cb30a444371
5
5
  SHA512:
6
- metadata.gz: fd412aacb7d6cd80b7986a28ac0fa5ceec348f3a8a501b3cc7ee8f0ad5717e4156810052dc1e7bd1dc4d0735e4184f981ecd99db823f18160821cf920c4c2103
7
- data.tar.gz: 2d3107b8cc1797783e97f9edd18bacd3a6f3f046f4d2ebbabcb0b257a1ba2faa1a2fe1247eda66f4739706a4050deb272628210de86ff9a317d5fc7330d9faa0
6
+ metadata.gz: f96d4b9488d4171f4718a2c98c5f0d5276ae77a58a3c227788569feb5403a4dfb11d8c571d961ad4481d00aa71d089b683f12bb68476ec2c6542e5d413b78db3
7
+ data.tar.gz: 8750cfc7c7f97447b6fc36faa87fef171480d4dd40d63ef808def5dbe3326e6ca5f3ffc2db0a83c15be859c1d7363a6e0e182a585e4d76ffaac536bf38a6a731
@@ -7,7 +7,7 @@ GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
9
  minitest (5.11.3)
10
- rake (10.5.0)
10
+ rake (13.0.1)
11
11
 
12
12
  PLATFORMS
13
13
  ruby
@@ -15,7 +15,7 @@ PLATFORMS
15
15
  DEPENDENCIES
16
16
  bundler (~> 2.0)
17
17
  minitest (~> 5.0)
18
- rake (~> 10.0)
18
+ rake (~> 13.0)
19
19
  uthmani_text_size!
20
20
 
21
21
  BUNDLED WITH
data/README.md CHANGED
@@ -40,7 +40,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
40
40
 
41
41
  ## Contributing
42
42
 
43
- Bug reports and pull requests are welcome on GitHub at https://github.com/imabusabah/uthmani_text_size. 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.
43
+ Bug reports and pull requests are welcome on GitHub at https://github.com/AbuMareBear/uthmani_text_size. 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.
44
44
 
45
45
  ## License
46
46
 
@@ -48,4 +48,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
48
48
 
49
49
  ## Code of Conduct
50
50
 
51
- Everyone interacting in the UthmaniTextSize project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/imabusabah/uthmani_text_size/blob/master/CODE_OF_CONDUCT.md).
51
+ Everyone interacting in the UthmaniTextSize project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/AbuMareBare/uthmani_text_size/blob/master/CODE_OF_CONDUCT.md).
@@ -12,7 +12,6 @@ class String
12
12
  # Example:
13
13
  # >> "ٱلرَّحْمَٰنِ".uthmani_size
14
14
  # => 6
15
-
16
15
  def uthmani_size
17
16
  split('').select { |letter| UTHMANI_CHARS.include?(letter) }.size
18
17
  end
@@ -1,3 +1,3 @@
1
1
  module UthmaniTextSize
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -6,10 +6,10 @@ Gem::Specification.new do |spec|
6
6
  spec.name = "uthmani_text_size"
7
7
  spec.version = UthmaniTextSize::VERSION
8
8
  spec.authors = ["Abdullah Hashim"]
9
- spec.email = ["abdullah.slice.chop@gmail.com"]
9
+ spec.email = ["abdul@hey.com"]
10
10
 
11
11
  spec.summary = %q{Accurately counts the number of letters in a given Uthmani string.}
12
- spec.homepage = "https://github.com/imabusabah/uthmani_text_size"
12
+ spec.homepage = "https://github.com/AbuMareBear/uthmani_text_size"
13
13
  spec.license = "MIT"
14
14
 
15
15
  spec.metadata["homepage_uri"] = spec.homepage
@@ -24,6 +24,6 @@ Gem::Specification.new do |spec|
24
24
  spec.require_paths = ["lib"]
25
25
 
26
26
  spec.add_development_dependency "bundler", "~> 2.0"
27
- spec.add_development_dependency "rake", "~> 10.0"
27
+ spec.add_development_dependency "rake", "~> 13.0"
28
28
  spec.add_development_dependency "minitest", "~> 5.0"
29
29
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uthmani_text_size
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Abdullah Hashim
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-09-21 00:00:00.000000000 Z
11
+ date: 2020-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '10.0'
33
+ version: '13.0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '10.0'
40
+ version: '13.0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: minitest
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -54,7 +54,7 @@ dependencies:
54
54
  version: '5.0'
55
55
  description:
56
56
  email:
57
- - abdullah.slice.chop@gmail.com
57
+ - abdul@hey.com
58
58
  executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
@@ -72,11 +72,11 @@ files:
72
72
  - lib/uthmani_text_size.rb
73
73
  - lib/uthmani_text_size/version.rb
74
74
  - uthmani_text_size.gemspec
75
- homepage: https://github.com/imabusabah/uthmani_text_size
75
+ homepage: https://github.com/AbuMareBear/uthmani_text_size
76
76
  licenses:
77
77
  - MIT
78
78
  metadata:
79
- homepage_uri: https://github.com/imabusabah/uthmani_text_size
79
+ homepage_uri: https://github.com/AbuMareBear/uthmani_text_size
80
80
  post_install_message:
81
81
  rdoc_options: []
82
82
  require_paths: