gems-validator 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b8725273e8cb586095d2231a644133e3d4079d53eb1f0dfa3b7b2df618da27a6
4
- data.tar.gz: 286518ed53204128dc0d2023a946f36385930e964b34469ba769243d05570065
3
+ metadata.gz: b9c6d1580294c69e40561c50fb77f182a39a491118f2dccf854e52afbb37636e
4
+ data.tar.gz: bf7e225a19b4c04458055042892da41c243386498bbad84f706206085f0f7ac5
5
5
  SHA512:
6
- metadata.gz: cd6385472a078a33ed2d555bd61323e946d96d94d1dc8d1cb9c4883e093ef5688ce4da96d839c8047258c5abb0638f8b9e2ae2ed117fadd19bd8bf11c2252a16
7
- data.tar.gz: 9bba948e2561de19a1b844a1ef7b9c223cbd107be6737585387c58c9735a735fa399592ba9c7bc7b7fc1b61ca7de2269cf22916e0cfca5fae354d04950e4aeca
6
+ metadata.gz: 7c2eccbafb9cb2ae953a7a869d30794750626d8754f0620c2b769a27a8c05967495ecbd3f4a1965af91c0b94649b46610b137850e29e26c39b8eb865f7acde1f
7
+ data.tar.gz: 1d126a0a6cd299b5ffc7fe23a58d01223310d7139649b765c4cae0b34444432a7dba035858520ecbb211a7b0e415e9016695a2b51d825ff24c6cdf4bdfccca1a
File without changes
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GemsValidator
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
@@ -13,6 +13,10 @@ module GemsValidator
13
13
  puts "aaaaaaaaaaaaaaaaaaaaaaa"
14
14
  GemsValidator::Validate.exec(dependencie)
15
15
  end
16
+
17
+ Bundler::Plugin.add_hook('after-install') do |spec_install|
18
+ puts "aaaaaaaaaaaaaaaaaaaaaaa"
19
+ end
16
20
  end
17
21
  end
18
22
  end
data/plugins.rb CHANGED
@@ -1,2 +1,2 @@
1
- require "gems-validator"
1
+ require_relative "lib/gems-validator"
2
2
  GemsValidator.register
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gems-validator
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
  - henriquesml
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-06-10 00:00:00.000000000 Z
11
+ date: 2022-06-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Write a longer description or delete this line.
13
+ description: gems-validator
14
14
  email:
15
15
  - henrique_schmeller@hotmail.com
16
16
  executables: []
@@ -19,10 +19,9 @@ extra_rdoc_files: []
19
19
  files:
20
20
  - ".rspec"
21
21
  - Gemfile
22
- - Gemfile.lock
23
22
  - Rakefile
24
23
  - lib/gems-validator.rb
25
- - lib/gems-validator/validator.rb
24
+ - lib/gems-validator/validate.rb
26
25
  - lib/gems-validator/version.rb
27
26
  - plugins.rb
28
27
  homepage:
@@ -46,5 +45,5 @@ requirements: []
46
45
  rubygems_version: 3.3.7
47
46
  signing_key:
48
47
  specification_version: 4
49
- summary: Write a short summary, because RubyGems requires one.
48
+ summary: gems-validator
50
49
  test_files: []
data/Gemfile.lock DELETED
@@ -1,19 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- gems-validator (0.1.0)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- rake (13.0.6)
10
-
11
- PLATFORMS
12
- x86_64-linux
13
-
14
- DEPENDENCIES
15
- gems-validator!
16
- rake (~> 13.0)
17
-
18
- BUNDLED WITH
19
- 2.3.7