is_an 0.0.1 → 0.0.2
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/is_an.gemspec +1 -1
- data/lib/is_an/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 13fd0f5030f7f713fddcc36ca474fad784eb25f8
|
|
4
|
+
data.tar.gz: a9d6a4ddaee35f49a0eea7bcdb52d5db3eb34bd6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fa32daf92e7584281a4171e6e98b60bdbaf72e260f327bc718786a0409402d1c6a08219f1e7fcfa8c54a58276a923b6d17375428a5d4d07fde00b4926e8cc9d5
|
|
7
|
+
data.tar.gz: ee2fa3de116852179332d6aa38a66cdb2fff74f474c6272ef064503fc9d0a70a56c30d2b6691f973f2d930a7966009dec9e6ccd47a34da2cdc0cae3dc3cc6f26
|
data/is_an.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = IsAn::VERSION
|
|
9
9
|
spec.authors = ["Akshay Mankar"]
|
|
10
10
|
spec.email = ["itsakshaymankar@gmail.com"]
|
|
11
|
-
spec.description = %q{This gem will help you check
|
|
11
|
+
spec.description = %q{This gem will help you check if something is AN Array, without being gramtically incorrect}
|
|
12
12
|
spec.summary = %q{Everytime you had to check is something was an Array, you'd have to write [].is_a? Array. But that is obviously wrong. Your 3rd grade English teacher taught you that. So, why do you write that each and everytime you have to check if something was an array.}
|
|
13
13
|
spec.homepage = "https://github.com/akshaymankar/is_an"
|
|
14
14
|
spec.license = "MIT"
|
data/lib/is_an/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: is_an
|
|
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
|
- Akshay Mankar
|
|
@@ -38,8 +38,8 @@ dependencies:
|
|
|
38
38
|
- - '>='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
|
-
description: This gem will help you check
|
|
42
|
-
incorrect
|
|
41
|
+
description: This gem will help you check if something is AN Array, without being
|
|
42
|
+
gramtically incorrect
|
|
43
43
|
email:
|
|
44
44
|
- itsakshaymankar@gmail.com
|
|
45
45
|
executables: []
|