aunderwo-acts_as_tree 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/acts_as_tree.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'acts_as_tree'
3
- s.version = '1.0.2'
3
+ s.version = '1.0.3'
4
4
  s.date = '2008-10-02'
5
5
 
6
6
  s.summary = "Allows ActiveRecord Models to be easily structured as a tree"
@@ -70,7 +70,6 @@ module ActiveRecord
70
70
  end
71
71
  end
72
72
  end
73
- >>>>>>> shuber/master:lib/active_record/acts/tree.rb
74
73
  EOV
75
74
  end
76
75
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aunderwo-acts_as_tree
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - RailsJedi