not_methods 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/not_methods/version.rb +1 -1
- data/not_methods.gemspec +2 -2
- 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: 309de3799c90f3faf81a273214a244ff66f1150e411389a2e0a297deaa9a85db
|
4
|
+
data.tar.gz: 478e6d00abe61c1baacd78e372118e7b31001b7a31100e4455e82ed466219507
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bfef656f4a3208f905fba8c4817594bee59d1a58d95857ec32db55ef9c00c4333b5cfad41866ec7b4ac7916e96f919b60bd21167d19e7515fc7a525bcb5a5f08
|
7
|
+
data.tar.gz: efca41e31f5d7f2b6b377962e101c77f929b4c55ad6e8b084709b0c244c6fe33a32b0fae504030ccaa25c67efe9ca304fb3503f6287b080368f040927ae8aab7
|
data/lib/not_methods/version.rb
CHANGED
data/not_methods.gemspec
CHANGED
@@ -7,9 +7,9 @@ Gem::Specification.new do |spec|
|
|
7
7
|
spec.version = NotMethods::VERSION
|
8
8
|
spec.authors = ['Leo Policastro']
|
9
9
|
spec.email = ['leo@leopolicastro.com']
|
10
|
-
spec.homepage = 'https://github.com/leopolicastro/
|
10
|
+
spec.homepage = 'https://github.com/leopolicastro/not_methods'
|
11
11
|
spec.summary = 'Provides simple methods.'
|
12
|
-
spec.description = '
|
12
|
+
spec.description = 'NotMethods is a simple Ruby gem that provides methods to make your life just a little bit easier.'
|
13
13
|
spec.license = 'MIT'
|
14
14
|
|
15
15
|
spec.metadata['homepage_uri'] = spec.homepage
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: not_methods
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Leo Policastro
|
@@ -64,8 +64,8 @@ dependencies:
|
|
64
64
|
- - ">="
|
65
65
|
- !ruby/object:Gem::Version
|
66
66
|
version: '0'
|
67
|
-
description:
|
68
|
-
|
67
|
+
description: NotMethods is a simple Ruby gem that provides methods to make your life
|
68
|
+
just a little bit easier.
|
69
69
|
email:
|
70
70
|
- leo@leopolicastro.com
|
71
71
|
executables: []
|
@@ -87,13 +87,13 @@ files:
|
|
87
87
|
- lib/not_methods.rb
|
88
88
|
- lib/not_methods/version.rb
|
89
89
|
- not_methods.gemspec
|
90
|
-
homepage: https://github.com/leopolicastro/
|
90
|
+
homepage: https://github.com/leopolicastro/not_methods
|
91
91
|
licenses:
|
92
92
|
- MIT
|
93
93
|
metadata:
|
94
|
-
homepage_uri: https://github.com/leopolicastro/
|
95
|
-
source_code_uri: https://github.com/leopolicastro/
|
96
|
-
changelog_uri: https://github.com/leopolicastro/
|
94
|
+
homepage_uri: https://github.com/leopolicastro/not_methods
|
95
|
+
source_code_uri: https://github.com/leopolicastro/not_methods
|
96
|
+
changelog_uri: https://github.com/leopolicastro/not_methods
|
97
97
|
post_install_message:
|
98
98
|
rdoc_options: []
|
99
99
|
require_paths:
|