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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/topical/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 470b52a96cb237a1c1e159dc5987d58c07f38ee91c721f39ec36f2f607c7cae2
|
4
|
+
data.tar.gz: 7a4e2c14668795facc41b743146ad6f020830aa65290ac9377834c062fc2819d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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/
|
300
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/scientist-labs/topical.
|
301
301
|
|
302
302
|
## License
|
303
303
|
|
data/lib/topical/version.rb
CHANGED
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.
|
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:
|
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:
|
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/
|
131
|
+
homepage: https://github.com/scientist-labs/topical
|
132
132
|
licenses:
|
133
133
|
- MIT
|
134
134
|
metadata:
|
135
|
-
homepage_uri: https://github.com/
|
136
|
-
source_code_uri: https://github.com/
|
137
|
-
changelog_uri: https://github.com/
|
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: []
|