topical 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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/topical/version.rb +1 -1
  4. metadata +9 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 350b531e75b8dd2875c692cf41192d6dac2d1e5afd3b91743a23d4fe97960804
4
- data.tar.gz: 6b09bfffa7a879d0e1713fc46917c2e0669bd944b2df9489248036a8740c4185
3
+ metadata.gz: 470b52a96cb237a1c1e159dc5987d58c07f38ee91c721f39ec36f2f607c7cae2
4
+ data.tar.gz: 7a4e2c14668795facc41b743146ad6f020830aa65290ac9377834c062fc2819d
5
5
  SHA512:
6
- metadata.gz: 9e9695e9ef5e1eb6fc215f6bf56aa0013ed5984888e397c2576ec1c2d1cebdc5919fe68abb6c33b98fd1f39857ca30994576c5750d1cc442685233897b3e4292
7
- data.tar.gz: 7765c2b6722ef2c679fe44266c3daebb3c4977b3359633067171beb11e59397e5e7fb8ee88743292d808978017a0beb9aae37aa7819de7e6966e9d720f1f72b1
6
+ metadata.gz: 680f27ae0aef8c867e2c6232b5aaddf3ddb3564d8a6e32d0e03bec6796002e33e899d8bd81277fc293c1ce6bfa4208e9739feff7e410a99c5e1560f7d2aa1219
7
+ data.tar.gz: 045bc5d1bf65f0ef8d583ee78abb4af33dc822de61639c26f71e6da5691e31b28f53e733c53fffc61bd9c56b0fbf02acc5e45100ff78c27299eace93a680c74e
data/README.md CHANGED
@@ -297,7 +297,7 @@ To install this gem onto your local machine, run `bundle exec rake install`.
297
297
 
298
298
  ## Contributing
299
299
 
300
- Bug reports and pull requests are welcome on GitHub at https://github.com/cpetersen/topical.
300
+ Bug reports and pull requests are welcome on GitHub at https://github.com/scientist-labs/topical.
301
301
 
302
302
  ## License
303
303
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Topical
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: topical
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
  - Chris Petersen
@@ -14,16 +14,16 @@ dependencies:
14
14
  name: clusterkit
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.2'
19
+ version: 0.2.2
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: '0.2'
26
+ version: 0.2.2
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: red-candle
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -128,13 +128,13 @@ files:
128
128
  - lib/topical/topic.rb
129
129
  - lib/topical/version.rb
130
130
  - sig/topical.rbs
131
- homepage: https://github.com/cpetersen/topical
131
+ homepage: https://github.com/scientist-labs/topical
132
132
  licenses:
133
133
  - MIT
134
134
  metadata:
135
- homepage_uri: https://github.com/cpetersen/topical
136
- source_code_uri: https://github.com/cpetersen/topical
137
- changelog_uri: https://github.com/cpetersen/topical/blob/main/CHANGELOG.md
135
+ homepage_uri: https://github.com/scientist-labs/topical
136
+ source_code_uri: https://github.com/scientist-labs/topical
137
+ changelog_uri: https://github.com/scientist-labs/topical/blob/main/CHANGELOG.md
138
138
  documentation_uri: https://rubydoc.info/gems/topical
139
139
  post_install_message:
140
140
  rdoc_options: []