ActsAsFastNestedSet 0.1.1 → 0.1.2

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/Rakefile CHANGED
@@ -8,6 +8,7 @@ require './lib/acts_as_fast_nested_set.rb'
8
8
  Hoe.new('ActsAsFastNestedSet', Adocca::Acts::ActsAsFastNestedSet::VERSION) do |p|
9
9
  p.rubyforge_name = 'adocca_plugins'
10
10
  p.summary = 'Fast nested set, really fast!'
11
+ p.author = 'adocca Entertainment AB'
11
12
  # p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n")
12
13
  # p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1]
13
14
  p.extra_deps << ['AdoccaMemcache', '>= 0.1.0']
@@ -54,7 +54,7 @@ require 'active_record'
54
54
  module Adocca
55
55
  module Acts
56
56
  module ActsAsFastNestedSet
57
- VERSION = "0.1.1"
57
+ VERSION = "0.1.2"
58
58
 
59
59
  def self.append_features(base)
60
60
  super
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: ActsAsFastNestedSet
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.1
7
- date: 2006-11-27 00:00:00 +01:00
6
+ version: 0.1.2
7
+ date: 2006-12-22 00:00:00 +01:00
8
8
  summary: Fast nested set, really fast!
9
9
  require_paths:
10
10
  - lib
@@ -26,7 +26,7 @@ platform: ruby
26
26
  signing_key:
27
27
  cert_chain:
28
28
  authors:
29
- - Ryan Davis
29
+ - adocca Entertainment AB
30
30
  files:
31
31
  - History.txt
32
32
  - Manifest.txt