jcredding-is_tree 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -2
- data/lib/is_tree/version.rb +1 -1
- metadata +7 -7
data/Rakefile
CHANGED
@@ -5,14 +5,14 @@ require 'rake/testtask'
|
|
5
5
|
require 'lib/is_tree/version'
|
6
6
|
|
7
7
|
spec = Gem::Specification.new do |s|
|
8
|
-
s.name = 'is_tree'
|
8
|
+
s.name = 'jcredding-is_tree'
|
9
9
|
s.version = IsTree::Version.to_s
|
10
10
|
s.has_rdoc = true
|
11
11
|
s.extra_rdoc_files = %w(README.rdoc)
|
12
12
|
s.rdoc_options = %w(--main README.rdoc)
|
13
13
|
s.summary = "gem version of acts_as_tree with some other features and tests"
|
14
14
|
s.author = 'Collin Redding'
|
15
|
-
s.email = '
|
15
|
+
s.email = 'TempestTTU@gmail.com'
|
16
16
|
s.homepage = ''
|
17
17
|
s.files = %w(README.rdoc Rakefile) + Dir.glob("{lib}/**/*")
|
18
18
|
# s.executables = ['is_tree']
|
data/lib/is_tree/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jcredding-is_tree
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Collin Redding
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-10-01 00:00:00 -05:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -23,7 +23,7 @@ dependencies:
|
|
23
23
|
version: 2.1.2
|
24
24
|
version:
|
25
25
|
description:
|
26
|
-
email:
|
26
|
+
email: TempestTTU@gmail.com
|
27
27
|
executables: []
|
28
28
|
|
29
29
|
extensions: []
|
@@ -33,13 +33,13 @@ extra_rdoc_files:
|
|
33
33
|
files:
|
34
34
|
- README.rdoc
|
35
35
|
- Rakefile
|
36
|
-
- lib/is_tree
|
37
|
-
- lib/is_tree/active_record
|
38
36
|
- lib/is_tree/active_record/tree.rb
|
39
37
|
- lib/is_tree/version.rb
|
40
38
|
- lib/is_tree.rb
|
41
|
-
has_rdoc:
|
39
|
+
has_rdoc: true
|
42
40
|
homepage: ""
|
41
|
+
licenses: []
|
42
|
+
|
43
43
|
post_install_message:
|
44
44
|
rdoc_options:
|
45
45
|
- --main
|
@@ -61,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
61
61
|
requirements: []
|
62
62
|
|
63
63
|
rubyforge_project:
|
64
|
-
rubygems_version: 1.
|
64
|
+
rubygems_version: 1.3.5
|
65
65
|
signing_key:
|
66
66
|
specification_version: 3
|
67
67
|
summary: gem version of acts_as_tree with some other features and tests
|