diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e72be5b..644b02dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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 + +### Removed + +- gemspec: Drop defunct `rubyforge_project` directive [\#373](https://github.com/brendon/acts_as_list/pull/373) ([olleolleolle]) + +[olleolleolle]: https://github.com/olleolleolle + ## v1.0.1 - 2020-02-27 ### Fixed diff --git a/acts_as_list.gemspec b/acts_as_list.gemspec index 11668b3f..802a7d26 100644 --- a/acts_as_list.gemspec +++ b/acts_as_list.gemspec @@ -13,7 +13,6 @@ Gem::Specification.new do |s| 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)