is_an 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/is_an.gemspec +1 -1
  3. data/lib/is_an/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 73eb7069c5ab398705d7037bb7b6e78ebc02092d
4
- data.tar.gz: 4ff9685e87070680d73efe0c36a32dff9e3fc630
3
+ metadata.gz: 13fd0f5030f7f713fddcc36ca474fad784eb25f8
4
+ data.tar.gz: a9d6a4ddaee35f49a0eea7bcdb52d5db3eb34bd6
5
5
  SHA512:
6
- metadata.gz: c36b1f88d138354c226810d8d68c62188ace6dd2c6e4a0b6da39640048c570042af31bc5afd7766d736a2a6425ad24366898898554aa00789e49d60fe0663db4
7
- data.tar.gz: 793f393f6c0bf9d9714fda4c3cba90fea5c0b4e56949fda01d34865405e78b51d49df848bfd37af613fe59a91c5768b40a1bcb7265b4f51df4db35a14bffcd38
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 is some is AN Array, without being gramtically incorrect}
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
@@ -1,3 +1,3 @@
1
1
  module IsAn
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
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.1
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 is some is AN Array, without being gramtically
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: []