Skip to content

Commit 3c1242a

Browse files
committed
comments [skip ci]
1 parent 38285f4 commit 3c1242a

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 4.2.6
4+
5+
* Explicitly added MIT licensing to the gemspec.
6+
37
### 4.2.5
48

59
* Fix for potential deadlock from ```delete_hierarchy_references``` not being called within an

closure_tree.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Gem::Specification.new do |gem|
1010

1111
gem.summary = %q{Easily and efficiently make your ActiveRecord model support hierarchies}
1212
gem.description = gem.summary
13+
gem.license = 'MIT'
1314

1415
gem.files = Dir["lib/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"]
1516
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")

lib/closure_tree/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ClosureTree
2-
VERSION = Gem::Version.new("4.2.5") unless defined?(::ClosureTree::VERSION)
2+
VERSION = Gem::Version.new("4.2.6") unless defined?(::ClosureTree::VERSION)
33
end

0 commit comments

Comments
 (0)