callbacky 0.1.0 → 0.1.2

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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/callbacky/version.rb +1 -1
  4. metadata +2 -2
  5. data/.envrc +0 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e1650a2a41db131898374f77c695a7d39ca079d55eec057ac0386a8f77871f38
4
- data.tar.gz: b173f270cc513c37c9e3e6a289c735a03cbc43d2afb65127a41a8be1e9603533
3
+ metadata.gz: 8cb7820be71f8aa99296ae201d9cbc0a1d7271d565b98d67a54958cf4a9ff414
4
+ data.tar.gz: 3d0e2a5ddc87f5d0851444b7e6201240086d0d49e843ee5184fc0304c9b98d0d
5
5
  SHA512:
6
- metadata.gz: 3539f6344551f3d538511b6e4aa747dbab311754cbe92535614ed48ee131c295d8010cbb548b4ef708e8ca6e82d60b6fcbeccbc7a526ffd82bf01767bf125624
7
- data.tar.gz: a351057fe468d4c5e7342f1d8c236b935d8e92654c4c132ed229c7c4d50616cce324f515b8212983a43e4aa494360fdef164d9dbcd3bbc561ffb4d28e947b220
6
+ metadata.gz: 3ed0cd51c8881025f4eb7b13f188334237065dbd3c69fff59d5b4973a913c6a32d6d8078816b0c8390699bcf77346b8abf19e5f3d6f0c8e68f5f6479ef688fee
7
+ data.tar.gz: dbe386e68cc879a53d9fbc8389fbde6216006121b819b10033ca17d45186954c78337c28609dc75adb5f7bcd07c62bad1675b3ecd7cd447fe31701803901e808
data/README.md CHANGED
@@ -85,7 +85,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
85
85
 
86
86
  ## Contributing
87
87
 
88
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/callbacky. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/callbacky/blob/main/CODE_OF_CONDUCT.md).
88
+ Bug reports and pull requests are welcome on GitHub at https://github.com/pucinsk/callbacky. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/pucinsk/callbacky/blob/main/CODE_OF_CONDUCT.md).
89
89
 
90
90
  ## License
91
91
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Callbacky
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: callbacky
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - pucinsk
@@ -17,7 +17,6 @@ executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
- - ".envrc"
21
20
  - ".rspec"
22
21
  - ".rubocop.yml"
23
22
  - CODE_OF_CONDUCT.md
@@ -33,6 +32,7 @@ licenses:
33
32
  - MIT
34
33
  metadata:
35
34
  homepage_uri: https://github.com/pucinsk/callbacky
35
+ source_code_uri: https://github.com/pucinsk/callbacky
36
36
  rdoc_options: []
37
37
  require_paths:
38
38
  - lib
data/.envrc DELETED
@@ -1 +0,0 @@
1
- use flake