rbwatch 1.0.0 → 1.0.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/rbwatch/version.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9ff7a8e55dbe3107b8476b224e28e0da6a2d13caceded52652a23449c95878db
4
- data.tar.gz: 5f956a57c909f30f0625dd80e4765988b11abb3377b6d15526daf51662356840
3
+ metadata.gz: cdf5f733cee38b02678fae755756ba719797b5f63a7e947b092d1c2c33f9cd8b
4
+ data.tar.gz: fc611286ce531b335d8683692ad4e962a2b0c324d1599596a2b60c618bc16a7d
5
5
  SHA512:
6
- metadata.gz: 153366c2a7cda009abec391429663ceddd20745003198c063f354189189a5f7ca794a6bde5285994bbd095abb53853796f24dc7c1c86d44c234138faf8b946fe
7
- data.tar.gz: 78d5d5eb3edf0d759b840b228795cb6134ab8f03bd9223ecd2c224a98d701fbb9a9dc0730cc7a24b65c92e1d1a4b8d99eeb7cc47a54e0f07794dc027fcb40640
6
+ metadata.gz: cda4d68447f6e1fed605ebcba9c4c6adcc17520764eac94bf78533ab385ef5dda91d8459e790cf2df0c24003c03449abdd29f2153f2c7a0834d85612c9cc62e2
7
+ data.tar.gz: 734e6df4c98ccb9759eec19f52505681c5456ae8dc205df8a315013745db1599467216081f1ace10e5293e85e3235bb56de0dc6eac8a25918bbf4cb26428bea9
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RBWatch
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbwatch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - RBWatch Contributors
@@ -160,7 +160,7 @@ files:
160
160
  - lib/rbwatch/theme.rb
161
161
  - lib/rbwatch/version.rb
162
162
  - lib/rbwatch/watcher.rb
163
- homepage: https://github.com/cavalheri/rbwatch
163
+ homepage: https://github.com/LucasCavalheri/rbwatch
164
164
  licenses:
165
165
  - MIT
166
166
  metadata: {}