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 +4 -4
- data/Gemfile.lock +2 -2
- data/README.md +2 -2
- data/lib/uthmani_text_size.rb +0 -1
- data/lib/uthmani_text_size/version.rb +1 -1
- data/uthmani_text_size.gemspec +3 -3
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 02d7367687aa7225dbca1e13409600c8fc9af21b91878db393965624f21ff421
|
4
|
+
data.tar.gz: 2bb5345a36173183f2dd023be9bfd8591324394a5fc1e627123d3cb30a444371
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f96d4b9488d4171f4718a2c98c5f0d5276ae77a58a3c227788569feb5403a4dfb11d8c571d961ad4481d00aa71d089b683f12bb68476ec2c6542e5d413b78db3
|
7
|
+
data.tar.gz: 8750cfc7c7f97447b6fc36faa87fef171480d4dd40d63ef808def5dbe3326e6ca5f3ffc2db0a83c15be859c1d7363a6e0e182a585e4d76ffaac536bf38a6a731
|
data/Gemfile.lock
CHANGED
@@ -7,7 +7,7 @@ GEM
|
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
9
|
minitest (5.11.3)
|
10
|
-
rake (
|
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 (~>
|
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/
|
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/
|
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).
|
data/lib/uthmani_text_size.rb
CHANGED
data/uthmani_text_size.gemspec
CHANGED
@@ -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 = ["
|
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/
|
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", "~>
|
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.
|
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:
|
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: '
|
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: '
|
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
|
-
-
|
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/
|
75
|
+
homepage: https://github.com/AbuMareBear/uthmani_text_size
|
76
76
|
licenses:
|
77
77
|
- MIT
|
78
78
|
metadata:
|
79
|
-
homepage_uri: https://github.com/
|
79
|
+
homepage_uri: https://github.com/AbuMareBear/uthmani_text_size
|
80
80
|
post_install_message:
|
81
81
|
rdoc_options: []
|
82
82
|
require_paths:
|