Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Update acts_as_list: 1.0.1 → 1.0.2 (patch) #2

Closed
wants to merge 1 commit into from

Conversation

depfu[bot]
Copy link

@depfu depfu bot commented Oct 9, 2020

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ acts_as_list (1.0.1 → 1.0.2) · Repo · Changelog

Release Notes

1.0.2 (from changelog)

Fixed

  • Get foreign key from reflections when possible #383 (jefftsang)

Removed

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 5 commits:


👉 No CI detected

You don't seem to have any Continuous Integration service set up!

Without a service that will test the Depfu branches and pull requests, we can't inform you if incoming updates actually work with your app. We think that this degrades the service we're trying to provide down to a point where it is more or less meaningless.

This is fine if you just want to give Depfu a quick try. If you want to really let Depfu help you keep your app up-to-date, we recommend setting up a CI system:

  • Circle CI, Semaphore and Travis-CI are all excellent options.
  • If you use something like Jenkins, make sure that you're using the Github integration correctly so that it reports status data back to Github.
  • If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with depfu/.

Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Oct 9, 2020
@hennevogel
Copy link
Owner

Comparing acts_as_list-1.0.1.gem & acts_as_list-1.0.2.gem

file list

@@ -1,3 +1,3 @@
--r--r--r--   0 wheel        (0) wheel        (0)     1147 2020-02-26 21:01:44.000000 metadata.gz
--r--r--r--   0 wheel        (0) wheel        (0)    34614 2020-02-26 21:01:44.000000 data.tar.gz
--r--r--r--   0 wheel        (0) wheel        (0)      298 2020-02-26 21:01:44.000000 checksums.yaml.gz
+-r--r--r--   0 wheel        (0) wheel        (0)     1164 2020-09-13 22:01:41.000000 metadata.gz
+-r--r--r--   0 wheel        (0) wheel        (0)    34935 2020-09-13 22:01:41.000000 data.tar.gz
+-r--r--r--   0 wheel        (0) wheel        (0)      297 2020-09-13 22:01:41.000000 checksums.yaml.gz

metadata.gz

filetype from file(1)

@@ -1 +1 @@
-gzip compressed data, last modified: Wed Feb 26 21:01:44 2020, max compression, from Unix, original size modulo 2^32 4087
+gzip compressed data, last modified: Sun Sep 13 22:01:41 2020, max compression, from Unix, original size modulo 2^32 4189

metadata

@@ -1,19 +1,19 @@
 --- !ruby/object:Gem::Specification
 name: acts_as_list
 version: !ruby/object:Gem::Version
-  version: 1.0.1
+  version: 1.0.2
 platform: ruby
 authors:
 - Swanand Pagnis
 - Brendon Muir
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2020-02-26 00:00:00.000000000 Z
+date: 2020-09-13 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activerecord
   requirement: !ruby/object:Gem::Requirement
     requirements:
     - - ">="
       - !ruby/object:Gem::Version
@@ -90,14 +90,15 @@
 - test/shared_zero_based.rb
 - test/test_default_scope_with_select.rb
 - test/test_joined_list.rb
 - test/test_list.rb
 - test/test_no_update_for_extra_classes.rb
 - test/test_no_update_for_scope_destruction.rb
 - test/test_no_update_for_subclasses.rb
+- test/test_scope_with_user_defined_foreign_key.rb
 homepage: http://github.com/brendon/acts_as_list
 licenses:
 - MIT
 metadata:
   changelog_uri: https://github.com/brendon/acts_as_list/blob/master/CHANGELOG.md
   source_code_uri: https://github.com/brendon/acts_as_list
   bug_tracker_uri: https://github.com/brendon/acts_as_list/issues
@@ -134,7 +135,8 @@
 - test/shared_zero_based.rb
 - test/test_default_scope_with_select.rb
 - test/test_joined_list.rb
 - test/test_list.rb
 - test/test_no_update_for_extra_classes.rb
 - test/test_no_update_for_scope_destruction.rb
 - test/test_no_update_for_subclasses.rb
+- test/test_scope_with_user_defined_foreign_key.rb

data.tar.gz

filetype from file(1)

@@ -1 +1 @@
-gzip compressed data, last modified: Wed Feb 26 21:01:44 2020, max compression, from Unix, original size modulo 2^32 208384
+gzip compressed data, last modified: Sun Sep 13 22:01:41 2020, max compression, from Unix, original size modulo 2^32 210432

data.tar

file list

@@ -1,45 +1,46 @@
--rw-r--r--   0 wheel        (0) wheel        (0)        0 2020-02-26 21:01:44.000000 .gemtest
--rw-r--r--   0 wheel        (0) wheel        (0)       65 2020-02-26 21:01:44.000000 .github/FUNDING.yml
--rw-r--r--   0 wheel        (0) wheel        (0)      148 2020-02-26 21:01:44.000000 .gitignore
--rw-r--r--   0 wheel        (0) wheel        (0)      625 2020-02-26 21:01:44.000000 .travis.yml
--rw-r--r--   0 wheel        (0) wheel        (0)      533 2020-02-26 21:01:44.000000 Appraisals
--rw-r--r--   0 wheel        (0) wheel        (0)    43413 2020-02-26 21:01:44.000000 CHANGELOG.md
--rw-r--r--   0 wheel        (0) wheel        (0)      362 2020-02-26 21:01:44.000000 Gemfile
--rw-r--r--   0 wheel        (0) wheel        (0)     1068 2020-02-26 21:01:44.000000 MIT-LICENSE
--rw-r--r--   0 wheel        (0) wheel        (0)    14338 2020-02-26 21:01:44.000000 README.md
--rw-r--r--   0 wheel        (0) wheel        (0)     1197 2020-02-26 21:01:44.000000 Rakefile
--rw-r--r--   0 wheel        (0) wheel        (0)     1740 2020-02-26 21:01:44.000000 acts_as_list.gemspec
--rw-r--r--   0 wheel        (0) wheel        (0)      484 2020-02-26 21:01:44.000000 gemfiles/rails_4_2.gemfile
--rw-r--r--   0 wheel        (0) wheel        (0)      445 2020-02-26 21:01:44.000000 gemfiles/rails_5_0.gemfile
--rw-r--r--   0 wheel        (0) wheel        (0)      445 2020-02-26 21:01:44.000000 gemfiles/rails_5_1.gemfile
--rw-r--r--   0 wheel        (0) wheel        (0)      445 2020-02-26 21:01:44.000000 gemfiles/rails_5_2.gemfile
--rw-r--r--   0 wheel        (0) wheel        (0)      442 2020-02-26 21:01:44.000000 gemfiles/rails_6_0.gemfile
--rw-r--r--   0 wheel        (0) wheel        (0)       97 2020-02-26 21:01:44.000000 init.rb
--rw-r--r--   0 wheel        (0) wheel        (0)      655 2020-02-26 21:01:44.000000 lib/acts_as_list.rb
--rw-r--r--   0 wheel        (0) wheel        (0)      123 2020-02-26 21:01:44.000000 lib/acts_as_list/active_record/acts/active_record.rb
--rw-r--r--   0 wheel        (0) wheel        (0)      250 2020-02-26 21:01:44.000000 lib/acts_as_list/active_record/acts/add_new_at_method_definer.rb
--rw-r--r--   0 wheel        (0) wheel        (0)      243 2020-02-26 21:01:44.000000 lib/acts_as_list/active_record/acts/aux_method_definer.rb
--rw-r--r--   0 wheel        (0) wheel        (0)      804 2020-02-26 21:01:44.000000 lib/acts_as_list/active_record/acts/callback_definer.rb
--rw-r--r--   0 wheel        (0) wheel        (0)    19279 2020-02-26 21:01:44.000000 lib/acts_as_list/active_record/acts/list.rb
--rw-r--r--   0 wheel        (0) wheel        (0)     3809 2020-02-26 21:01:44.000000 lib/acts_as_list/active_record/acts/no_update.rb
--rw-r--r--   0 wheel        (0) wheel        (0)     3101 2020-02-26 21:01:44.000000 lib/acts_as_list/active_record/acts/position_column_method_definer.rb
--rw-r--r--   0 wheel        (0) wheel        (0)     2120 2020-02-26 21:01:44.000000 lib/acts_as_list/active_record/acts/scope_method_definer.rb
--rw-r--r--   0 wheel        (0) wheel        (0)      992 2020-02-26 21:01:44.000000 lib/acts_as_list/active_record/acts/sequential_updates_method_definer.rb
--rw-r--r--   0 wheel        (0) wheel        (0)      351 2020-02-26 21:01:44.000000 lib/acts_as_list/active_record/acts/top_of_list_method_definer.rb
--rw-r--r--   0 wheel        (0) wheel        (0)      123 2020-02-26 21:01:44.000000 lib/acts_as_list/version.rb
--rw-r--r--   0 wheel        (0) wheel        (0)      273 2020-02-26 21:01:44.000000 test/database.yml
--rw-r--r--   0 wheel        (0) wheel        (0)     1274 2020-02-26 21:01:44.000000 test/helper.rb
--rw-r--r--   0 wheel        (0) wheel        (0)      410 2020-02-26 21:01:44.000000 test/shared.rb
--rw-r--r--   0 wheel        (0) wheel        (0)     7481 2020-02-26 21:01:44.000000 test/shared_array_scope_list.rb
--rw-r--r--   0 wheel        (0) wheel        (0)    10458 2020-02-26 21:01:44.000000 test/shared_list.rb
--rw-r--r--   0 wheel        (0) wheel        (0)     6511 2020-02-26 21:01:44.000000 test/shared_list_sub.rb
--rw-r--r--   0 wheel        (0) wheel        (0)      868 2020-02-26 21:01:44.000000 test/shared_no_addition.rb
--rw-r--r--   0 wheel        (0) wheel        (0)      447 2020-02-26 21:01:44.000000 test/shared_quoting.rb
--rw-r--r--   0 wheel        (0) wheel        (0)     3694 2020-02-26 21:01:44.000000 test/shared_top_addition.rb
--rw-r--r--   0 wheel        (0) wheel        (0)     2990 2020-02-26 21:01:44.000000 test/shared_zero_based.rb
--rw-r--r--   0 wheel        (0) wheel        (0)      750 2020-02-26 21:01:44.000000 test/test_default_scope_with_select.rb
--rw-r--r--   0 wheel        (0) wheel        (0)     1601 2020-02-26 21:01:44.000000 test/test_joined_list.rb
--rw-r--r--   0 wheel        (0) wheel        (0)    31014 2020-02-26 21:01:44.000000 test/test_list.rb
--rw-r--r--   0 wheel        (0) wheel        (0)     3784 2020-02-26 21:01:44.000000 test/test_no_update_for_extra_classes.rb
--rw-r--r--   0 wheel        (0) wheel        (0)     2164 2020-02-26 21:01:44.000000 test/test_no_update_for_scope_destruction.rb
--rw-r--r--   0 wheel        (0) wheel        (0)     1344 2020-02-26 21:01:44.000000 test/test_no_update_for_subclasses.rb
+-rw-r--r--   0 wheel        (0) wheel        (0)        0 2020-09-13 22:01:41.000000 .gemtest
+-rw-r--r--   0 wheel        (0) wheel        (0)       65 2020-09-13 22:01:41.000000 .github/FUNDING.yml
+-rw-r--r--   0 wheel        (0) wheel        (0)      148 2020-09-13 22:01:41.000000 .gitignore
+-rw-r--r--   0 wheel        (0) wheel        (0)      625 2020-09-13 22:01:41.000000 .travis.yml
+-rw-r--r--   0 wheel        (0) wheel        (0)      533 2020-09-13 22:01:41.000000 Appraisals
+-rw-r--r--   0 wheel        (0) wheel        (0)    43817 2020-09-13 22:01:41.000000 CHANGELOG.md
+-rw-r--r--   0 wheel        (0) wheel        (0)      362 2020-09-13 22:01:41.000000 Gemfile
+-rw-r--r--   0 wheel        (0) wheel        (0)     1068 2020-09-13 22:01:41.000000 MIT-LICENSE
+-rw-r--r--   0 wheel        (0) wheel        (0)    14334 2020-09-13 22:01:41.000000 README.md
+-rw-r--r--   0 wheel        (0) wheel        (0)     1197 2020-09-13 22:01:41.000000 Rakefile
+-rw-r--r--   0 wheel        (0) wheel        (0)     1697 2020-09-13 22:01:41.000000 acts_as_list.gemspec
+-rw-r--r--   0 wheel        (0) wheel        (0)      484 2020-09-13 22:01:41.000000 gemfiles/rails_4_2.gemfile
+-rw-r--r--   0 wheel        (0) wheel        (0)      445 2020-09-13 22:01:41.000000 gemfiles/rails_5_0.gemfile
+-rw-r--r--   0 wheel        (0) wheel        (0)      445 2020-09-13 22:01:41.000000 gemfiles/rails_5_1.gemfile
+-rw-r--r--   0 wheel        (0) wheel        (0)      445 2020-09-13 22:01:41.000000 gemfiles/rails_5_2.gemfile
+-rw-r--r--   0 wheel        (0) wheel        (0)      442 2020-09-13 22:01:41.000000 gemfiles/rails_6_0.gemfile
+-rw-r--r--   0 wheel        (0) wheel        (0)       97 2020-09-13 22:01:41.000000 init.rb
+-rw-r--r--   0 wheel        (0) wheel        (0)      655 2020-09-13 22:01:41.000000 lib/acts_as_list.rb
+-rw-r--r--   0 wheel        (0) wheel        (0)      123 2020-09-13 22:01:41.000000 lib/acts_as_list/active_record/acts/active_record.rb
+-rw-r--r--   0 wheel        (0) wheel        (0)      250 2020-09-13 22:01:41.000000 lib/acts_as_list/active_record/acts/add_new_at_method_definer.rb
+-rw-r--r--   0 wheel        (0) wheel        (0)      243 2020-09-13 22:01:41.000000 lib/acts_as_list/active_record/acts/aux_method_definer.rb
+-rw-r--r--   0 wheel        (0) wheel        (0)      804 2020-09-13 22:01:41.000000 lib/acts_as_list/active_record/acts/callback_definer.rb
+-rw-r--r--   0 wheel        (0) wheel        (0)    19279 2020-09-13 22:01:41.000000 lib/acts_as_list/active_record/acts/list.rb
+-rw-r--r--   0 wheel        (0) wheel        (0)     3809 2020-09-13 22:01:41.000000 lib/acts_as_list/active_record/acts/no_update.rb
+-rw-r--r--   0 wheel        (0) wheel        (0)     3101 2020-09-13 22:01:41.000000 lib/acts_as_list/active_record/acts/position_column_method_definer.rb
+-rw-r--r--   0 wheel        (0) wheel        (0)     2276 2020-09-13 22:01:41.000000 lib/acts_as_list/active_record/acts/scope_method_definer.rb
+-rw-r--r--   0 wheel        (0) wheel        (0)      992 2020-09-13 22:01:41.000000 lib/acts_as_list/active_record/acts/sequential_updates_method_definer.rb
+-rw-r--r--   0 wheel        (0) wheel        (0)      351 2020-09-13 22:01:41.000000 lib/acts_as_list/active_record/acts/top_of_list_method_definer.rb
+-rw-r--r--   0 wheel        (0) wheel        (0)      123 2020-09-13 22:01:41.000000 lib/acts_as_list/version.rb
+-rw-r--r--   0 wheel        (0) wheel        (0)      273 2020-09-13 22:01:41.000000 test/database.yml
+-rw-r--r--   0 wheel        (0) wheel        (0)     1274 2020-09-13 22:01:41.000000 test/helper.rb
+-rw-r--r--   0 wheel        (0) wheel        (0)      410 2020-09-13 22:01:41.000000 test/shared.rb
+-rw-r--r--   0 wheel        (0) wheel        (0)     7481 2020-09-13 22:01:41.000000 test/shared_array_scope_list.rb
+-rw-r--r--   0 wheel        (0) wheel        (0)    10458 2020-09-13 22:01:41.000000 test/shared_list.rb
+-rw-r--r--   0 wheel        (0) wheel        (0)     6511 2020-09-13 22:01:41.000000 test/shared_list_sub.rb
+-rw-r--r--   0 wheel        (0) wheel        (0)      868 2020-09-13 22:01:41.000000 test/shared_no_addition.rb
+-rw-r--r--   0 wheel        (0) wheel        (0)      447 2020-09-13 22:01:41.000000 test/shared_quoting.rb
+-rw-r--r--   0 wheel        (0) wheel        (0)     3694 2020-09-13 22:01:41.000000 test/shared_top_addition.rb
+-rw-r--r--   0 wheel        (0) wheel        (0)     2990 2020-09-13 22:01:41.000000 test/shared_zero_based.rb
+-rw-r--r--   0 wheel        (0) wheel        (0)      750 2020-09-13 22:01:41.000000 test/test_default_scope_with_select.rb
+-rw-r--r--   0 wheel        (0) wheel        (0)     1601 2020-09-13 22:01:41.000000 test/test_joined_list.rb
+-rw-r--r--   0 wheel        (0) wheel        (0)    31014 2020-09-13 22:01:41.000000 test/test_list.rb
+-rw-r--r--   0 wheel        (0) wheel        (0)     3784 2020-09-13 22:01:41.000000 test/test_no_update_for_extra_classes.rb
+-rw-r--r--   0 wheel        (0) wheel        (0)     2164 2020-09-13 22:01:41.000000 test/test_no_update_for_scope_destruction.rb
+-rw-r--r--   0 wheel        (0) wheel        (0)     1344 2020-09-13 22:01:41.000000 test/test_no_update_for_subclasses.rb
+-rw-r--r--   0 wheel        (0) wheel        (0)     1167 2020-09-13 22:01:41.000000 test/test_scope_with_user_defined_foreign_key.rb

CHANGELOG.md

@@ -1,13 +1,26 @@
 # Changelog
 All notable changes to this project will be documented in this file.
 
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## Unreleased
+
+## v1.0.2 - 2020-09-14
+
+### Fixed
+- Get foreign key from reflections when possible [\#383](https://github.com/brendon/acts_as_list/pull/383) ([jefftsang])
+
+### Removed
+- gemspec: Drop defunct `rubyforge_project` directive [\#373](https://github.com/brendon/acts_as_list/pull/373) ([olleolleolle])
+
+[olleolleolle]: https://github.com/olleolleolle
+[jefftsang]: https://github.com/jefftsang
+
 ## v1.0.1 - 2020-02-27
 
 ### Fixed
 - Invert order when incrementing to circumvent unique index violations (#368)
 
 ## [v1.0.0](https://github.com/swanandp/acts_as_list/tree/v1.0.0) - 2019-09-26
 [Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.9.19...v1.0.0)

README.md

@@ -104,15 +104,15 @@
   end
 end
 ```
 
 When using PostgreSQL, it is also possible to leave this migration up to the database layer. Inside of the `change` block you could write:
 
 ```ruby
- execute <<~SQL.squeeze
+ execute <<~SQL.squish
    UPDATE todo_items
    SET position = mapping.new_position
    FROM (
      SELECT
        id,
        ROW_NUMBER() OVER (
          PARTITION BY todo_list_id
@@ -278,15 +278,15 @@
 
 All versions `0.1.5` onwards require Rails 3.0.x and higher.
 
 ## A note about data integrity
 
 We often hear complaints that `position` values are repeated, incorrect etc. For example, #254. To ensure data integrity, you should rely on your database. There are two things you can do:
 
-1. Use constraints.  If you model `Item` that `belongs_to` an `Order`, and it has a `position` column, then add a unique constraint on `items` with `[:order_id, :position_id]`.  Think of it as a list invariant. What are the properties of your list that don't change no matter how many items you have in it?  One such propery is that each item has a distinct position. Another _could be_ that position is always greater than 0. It is strongly recommended that you rely on your database to enforce these invariants or constraints. Here are the docs for [PostgreSQL](https://www.postgresql.org/docs/9.5/static/ddl-constraints.html) and [MySQL](https://dev.mysql.com/doc/refman/8.0/en/alter-table.html).
+1. Use constraints.  If you model `Item` that `belongs_to` an `Order`, and it has a `position` column, then add a unique constraint on `items` with `[:order_id, :position]`.  Think of it as a list invariant. What are the properties of your list that don't change no matter how many items you have in it?  One such propery is that each item has a distinct position. Another _could be_ that position is always greater than 0. It is strongly recommended that you rely on your database to enforce these invariants or constraints. Here are the docs for [PostgreSQL](https://www.postgresql.org/docs/9.5/static/ddl-constraints.html) and [MySQL](https://dev.mysql.com/doc/refman/8.0/en/alter-table.html).
 2. Use mutexes or row level locks. At its heart the duplicate problem is that of handling concurrency. Adding a contention resolution mechanism like locks will solve it to some extent.  But it is not a solution or replacement for constraints.  Locks are also prone to deadlocks.
 
 As a library, `acts_as_list` may not always have all the context needed to apply these tools. They are much better suited at the application level.
 
 
 ## Roadmap

acts_as_list.gemspec

@@ -9,15 +9,14 @@
   s.platform              = Gem::Platform::RUBY
   s.authors               = ["Swanand Pagnis", "Brendon Muir"]
   s.email                 = %w(swanand.pagnis@gmail.com brendon@spikeatschool.co.nz)
   s.homepage              = "http://github.com/brendon/acts_as_list"
   s.summary               = "A gem adding sorting, reordering capabilities to an active_record model, allowing it to act as a list"
   s.description           = 'This "acts_as" extension provides the capabilities for sorting and reordering a number of objects in a list. The class that has this specified needs to have a "position" column defined as an integer on the mapped database table.'
   s.license               = "MIT"
-  s.rubyforge_project     = "acts_as_list"
   s.required_ruby_version = ">= 2.4.7"
 
   if s.respond_to?(:metadata)
     s.metadata['changelog_uri']   = 'https://github.com/brendon/acts_as_list/blob/master/CHANGELOG.md'
     s.metadata['source_code_uri'] = 'https://github.com/brendon/acts_as_list'
     s.metadata['bug_tracker_uri'] = 'https://github.com/brendon/acts_as_list/issues'
   end

lib/acts_as_list/active_record/acts/scope_method_definer.rb

@@ -1,14 +1,14 @@
 # frozen_string_literal: true
 
 module ActiveRecord::Acts::List::ScopeMethodDefiner #:nodoc:
   extend ActiveSupport::Inflector
 
   def self.call(caller_class, scope)
-    scope = idify(scope) if scope.is_a?(Symbol)
+    scope = idify(caller_class, scope) if scope.is_a?(Symbol)
 
     caller_class.class_eval do
       define_method :scope_name do
         scope
       end
 
       if scope.is_a?(Symbol)
@@ -60,13 +60,17 @@
         end
       end
 
       self.scope :in_list, lambda { where("#{quoted_position_column_with_table_name} IS NOT NULL") }
     end
   end
 
-  def self.idify(name)
+  def self.idify(caller_class, name)
     return name if name.to_s =~ /_id$/
 
-    foreign_key(name).to_sym
+    if caller_class.reflections.key?(name.to_s)
+      caller_class.reflections[name.to_s].foreign_key.to_sym
+    else
+      foreign_key(name).to_sym
+    end
   end
 end

lib/acts_as_list/version.rb

@@ -1,9 +1,9 @@
 # frozen_string_literal: true
 
 module ActiveRecord
   module Acts
     module List
-      VERSION = '1.0.1'
+      VERSION = '1.0.2'
     end
   end
 end

checksums.yaml.gz

filetype from file(1)

@@ -1 +1 @@
-gzip compressed data, last modified: Wed Feb 26 21:01:44 2020, max compression, from Unix, original size modulo 2^32 468
+gzip compressed data, last modified: Sun Sep 13 22:01:41 2020, max compression, from Unix, original size modulo 2^32 468

checksums.yaml

@@ -1,7 +1,7 @@
 ---
 SHA256:
-  metadata.gz: 12c682a75d4197c1e22f97b8423db27fbb75efaf8bcdc049a30548946c0dd5f0
-  data.tar.gz: 0eb3aaba4c6c977dcd7ead96491092774838e1330c91bf1d19a527c1cf3b8c98
+  metadata.gz: 2b697b0a1f7de57449d3b08718d3092b4d3415b482ced1e3f8451255f756d8f9
+  data.tar.gz: e6450636ddb5a4a581be40b48b85dc540c739f7c04e2dd8a298b4193083d929c
 SHA512:
-  metadata.gz: 642f0590fc1c162ef9abac2ef4e1153fbe15e8f7b0db0b39f5771fbe7f76bbb1b4cdd45121d7ab03968ea3391449966a785e6d0a898db6a02b1b57c9bcd0ef8e
-  data.tar.gz: f878ad669e23e211a543997215f7680b8ed51e66fff568b93cdd3f472a8745ab9fe496c5865e80b516d52989db7110d8809e1a749323d93160afe22152e7c7f8
+  metadata.gz: d5167239a2867ebe360247dd874689be782e71377ca484a6fcbeea400fc35e076bf9137db424fdf311370cc965c41f74e1703ea5f6b5ba3f00cfffb235b5c5e2
+  data.tar.gz: a19ab76d2c215c735c1d42890a9d322c0cccc95eb594093cf5dd13d4c830a91a02ff7cf74ea2c71072fddfb3f6898415527b28780e70383cd2554a06e171afc0

@hennevogel
Copy link
Owner

Alternative, but also an external service: https://my.diffend.io/gems/acts_as_list/1.0.1/1.0.2

@depfu
Copy link
Author

depfu bot commented Dec 25, 2020

Closed in favor of #10.

@depfu depfu bot closed this Dec 25, 2020
@depfu depfu bot deleted the depfu/update/acts_as_list-1.0.2 branch December 25, 2020 09:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant