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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 739fea0522a40d99a8864868e57b8f7c7224d9153d9568a6f33f16c91ddaeb71
4
- data.tar.gz: 55ddcbb6381289a9c1232b90e570eae038167ea2d6a59128d4945a9e8d2b542d
3
+ metadata.gz: 309de3799c90f3faf81a273214a244ff66f1150e411389a2e0a297deaa9a85db
4
+ data.tar.gz: 478e6d00abe61c1baacd78e372118e7b31001b7a31100e4455e82ed466219507
5
5
  SHA512:
6
- metadata.gz: cfd61ebf58e14c77e716a55364777df39228beadd88ca1543cee60e3ccd5720348454cf3bd372b72a6eedc20a5b2cf1b8df57a2bf41a4d9c04501731a13f1795
7
- data.tar.gz: 6c87b6977821c7c3f41ec1498966ba57b6c50d6744e8dc343218fce04981afccd4c29d75fd6d20a49620fd2338d064e5e8f6a6be02b0d82c0f81dff589e6f760
6
+ metadata.gz: bfef656f4a3208f905fba8c4817594bee59d1a58d95857ec32db55ef9c00c4333b5cfad41866ec7b4ac7916e96f919b60bd21167d19e7515fc7a525bcb5a5f08
7
+ data.tar.gz: efca41e31f5d7f2b6b377962e101c77f929b4c55ad6e8b084709b0c244c6fe33a32b0fae504030ccaa25c67efe9ca304fb3503f6287b080368f040927ae8aab7
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NotMethods
4
- VERSION = "0.1.0"
4
+ VERSION = '0.1.1'
5
5
  end
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/not_helpers'
10
+ spec.homepage = 'https://github.com/leopolicastro/not_methods'
11
11
  spec.summary = 'Provides simple methods.'
12
- spec.description = 'NotHelpers is a simple Ruby gem that provides helper methods to make your life just a little bit easier.'
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.0
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: NotHelpers is a simple Ruby gem that provides helper methods to make
68
- your life just a little bit easier.
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/not_helpers
90
+ homepage: https://github.com/leopolicastro/not_methods
91
91
  licenses:
92
92
  - MIT
93
93
  metadata:
94
- homepage_uri: https://github.com/leopolicastro/not_helpers
95
- source_code_uri: https://github.com/leopolicastro/not_helpers
96
- changelog_uri: https://github.com/leopolicastro/not_helpers
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: