acts_as_ranked_list 0.2.0 → 0.2.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/CHANGELOG.md +4 -0
- data/lib/acts_as_ranked_list/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bb3133201175d913d991f6b0d2184d546bf928439dee69e31b5ae0c3dc4e171b
|
|
4
|
+
data.tar.gz: 53d0271e984cc9e85004ac80a0bb25f1f6137dc4b1c3ae2dc4705146e78eed6b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7e93a7f60c55c2e1f9b82a8b432bbfbd52169a175d25ea6f0972704f84335e266b2e599e22209e07d8d3c13601ff3297aecae90f0b5e646b5204803e1a91afc4
|
|
7
|
+
data.tar.gz: 79bb3e16a410df16e289747c0dc2dd0e642fef50dfd745e3ec073765c2449d8ebaabaed81430b14c7b1921359ea3e4f63466db98ff8a0071d568866e7aacb878
|
data/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
10
10
|
- Allows unranked items in list by having `nil` values. New items can also be added as unranked.
|
|
11
11
|
- Allows different scopes on the items by referencing another column.
|
|
12
12
|
|
|
13
|
+
## [0.2.1] - 2023-04-21
|
|
14
|
+
|
|
15
|
+
- Bumps gem version to reflect changes in `.gemspec` file. No gem functionality changes.
|
|
16
|
+
|
|
13
17
|
## [0.2.0] - 2023-04-21
|
|
14
18
|
|
|
15
19
|
- Adds gem documentation
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: acts_as_ranked_list
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Farbafe
|
|
@@ -175,8 +175,8 @@ licenses:
|
|
|
175
175
|
metadata:
|
|
176
176
|
allowed_push_host: https://rubygems.org
|
|
177
177
|
homepage_uri: https://github.com/Farbafe/acts_as_ranked_list
|
|
178
|
-
source_code_uri: https://github.com/Farbafe/acts_as_ranked_list/
|
|
179
|
-
changelog_uri: https://github.com/Farbafe/acts_as_ranked_list/
|
|
178
|
+
source_code_uri: https://github.com/Farbafe/acts_as_ranked_list/tree/main
|
|
179
|
+
changelog_uri: https://github.com/Farbafe/acts_as_ranked_list/tree/main/CHANGELOG.md
|
|
180
180
|
post_install_message:
|
|
181
181
|
rdoc_options: []
|
|
182
182
|
require_paths:
|