potatosalad-mongoid_acts_as_tree 0.1.9 → 0.1.10

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.9
1
+ 0.1.10
@@ -0,0 +1 @@
1
+ require 'mongoid_acts_as_tree'
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{potatosalad-mongoid_acts_as_tree}
8
- s.version = "0.1.9"
8
+ s.version = "0.1.10"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = [%q{Jakob Vidmar, Aliaksandr Rahalevich}, %q{Andrew Bennett}]
@@ -28,6 +28,7 @@ Gem::Specification.new do |s|
28
28
  "Rakefile",
29
29
  "VERSION",
30
30
  "lib/mongoid_acts_as_tree.rb",
31
+ "lib/potatosalad-mongoid_acts_as_tree.rb",
31
32
  "potatosalad-mongoid_acts_as_tree.gemspec",
32
33
  "test/helper.rb",
33
34
  "test/models/category.rb",
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: potatosalad-mongoid_acts_as_tree
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.9
5
+ version: 0.1.10
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jakob Vidmar, Aliaksandr Rahalevich
@@ -67,6 +67,7 @@ files:
67
67
  - Rakefile
68
68
  - VERSION
69
69
  - lib/mongoid_acts_as_tree.rb
70
+ - lib/potatosalad-mongoid_acts_as_tree.rb
70
71
  - potatosalad-mongoid_acts_as_tree.gemspec
71
72
  - test/helper.rb
72
73
  - test/models/category.rb