why-classes 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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/why_classes/version.rb +1 -1
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 49efb3c918546952656ce560c450af6b1789e75b2292311bc1775092e736a65c
4
- data.tar.gz: a5fa304162f3af5851c059ce0e808340abfa9e08b0ea1174d430f7f252a20417
3
+ metadata.gz: 60d479e6191da73a622209cfcb3e480fc56f0dd56f1c2c327864a9d0ce2386c8
4
+ data.tar.gz: c19468580a706d922a3fde0951b126a1ae385a3b1f11a04548ab36cc643a928b
5
5
  SHA512:
6
- metadata.gz: efbf0be84df9e152612e5bb3ea4142260471fbdec61b53487224c499b0b4dbfcd9ac10fbd72494843e4726e13c866391d6dcdbc95091e7fab8fee6117bb9b605
7
- data.tar.gz: b0bc59250372fb99e49cf12909ed921bc2d86d70d3631b7a3dbb698acf6d8bb2e67249ab93377c6737a6306f67f7c5c63d2f7ebe46e0ba6e8ec3749e518fa83c
6
+ metadata.gz: f287c5d19cd1d41a297e33fb099815bd689ce7e7fca1d19e6d8135e551d913d680b0b2ed07d67fabc5bf1bbbfe7a7643cb33ba00c8f9156e73ccbdece385842f
7
+ data.tar.gz: 82a8a3ed0f4d5e54ac33c30c9cc040b88534b95977bc8a22e01e1c84e13a4fb49217696b59c78359149ec6118a7a0d259a2c35a33d40eae9e75ea86d75cb8d17
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module WhyClasses
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: why-classes
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
  - Gabriel Quaresma
@@ -46,7 +46,7 @@ description: |
46
46
  mechanically-safe refactorings (notably data bucket -> Struct/Data) can be applied
47
47
  automatically with --fix.
48
48
  email:
49
- - gabriel.quaresma@codeminer42.com
49
+ - j.quaresmasantos_98@hotmail.com
50
50
  executables:
51
51
  - why-classes
52
52
  extensions: []
@@ -85,12 +85,12 @@ files:
85
85
  - lib/why_classes/runner.rb
86
86
  - lib/why_classes/source_file.rb
87
87
  - lib/why_classes/version.rb
88
- homepage: https://github.com/gabriel-quaresma/why-classes
88
+ homepage: https://github.com/joaoGabriel55/why-classes
89
89
  licenses:
90
90
  - MIT
91
91
  metadata:
92
- homepage_uri: https://github.com/gabriel-quaresma/why-classes
93
- source_code_uri: https://github.com/gabriel-quaresma/why-classes
92
+ homepage_uri: https://github.com/joaoGabriel55/why-classes
93
+ source_code_uri: https://github.com/joaoGabriel55/why-classes
94
94
  rubygems_mfa_required: 'true'
95
95
  rdoc_options: []
96
96
  require_paths: