ActsAsFastNestedSet 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -0
- data/lib/acts_as_fast_nested_set.rb +1 -1
- metadata +3 -3
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']
|
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.
|
7
|
-
date: 2006-
|
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
|
-
-
|
29
|
+
- adocca Entertainment AB
|
30
30
|
files:
|
31
31
|
- History.txt
|
32
32
|
- Manifest.txt
|