check_mobi 1.0.3 → 1.0.4
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 +4 -4
- data/README.md +2 -2
- data/check_mobi.gemspec +1 -0
- data/lib/check_mobi/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9962f0b35701a7ef8f495182c17fc55240bdf38e
|
4
|
+
data.tar.gz: b775c6071628d2a37b78beda7e16d57aa931be21
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad5c83c41211c60ff1c49f2a5084c978c1b734ecfa06699789696b3e131005cdd7a9e5a58fd343dc3cb7b4737ff4e21e91dd1b082ee755f7ebb136c0d4e813b1
|
7
|
+
data.tar.gz: cd6cb903e035268d5acee7f5492cc497218fce320ddf3e5585ce096e6a66d7f99c159929784635288b07152915c4745b07c4054d1839c796f3ffd5dab6c024aa
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# CheckMobi
|
2
2
|
|
3
|
-
[](https://travis-ci.org/mithucste30/check_mobi) [](https://coveralls.io/github/mithucste30/check_mobi?branch=master)
|
3
|
+
[](https://travis-ci.org/mithucste30/check_mobi) [](https://coveralls.io/github/mithucste30/check_mobi?branch=master) [](https://codeclimate.com/github/mithucste30/check_mobi)
|
4
4
|
|
5
5
|
This gem is ruby wrapper for [CheckMobi](https://checkmobi.com) API.
|
6
6
|
|
@@ -34,4 +34,4 @@ To see how to use the gem, goto the project's [wiki](https://github.com/mithucst
|
|
34
34
|
|
35
35
|
## License
|
36
36
|
|
37
|
-
MIT License. Copyright 2017 [Md. Mazharul Islam](http://mazharul.me)
|
37
|
+
MIT License. Copyright 2017 [Md. Mazharul Islam](http://mazharul.me)
|
data/check_mobi.gemspec
CHANGED
@@ -17,6 +17,7 @@ Gem::Specification.new do |spec|
|
|
17
17
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
18
18
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
19
19
|
spec.require_paths = ["lib"]
|
20
|
+
spec.required_ruby_version = '>= 2.4.0'
|
20
21
|
|
21
22
|
spec.add_development_dependency "bundler", "~> 1.7"
|
22
23
|
spec.add_development_dependency "rake", "~> 10.0"
|
data/lib/check_mobi/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: check_mobi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Md. Mazharul Islam Mithu
|
@@ -232,7 +232,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
232
232
|
requirements:
|
233
233
|
- - ">="
|
234
234
|
- !ruby/object:Gem::Version
|
235
|
-
version:
|
235
|
+
version: 2.4.0
|
236
236
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
237
237
|
requirements:
|
238
238
|
- - ">="
|