jcredding-is_tree 0.1.3 → 0.1.4

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.
Files changed (3) hide show
  1. data/Rakefile +2 -2
  2. data/lib/is_tree/version.rb +1 -1
  3. 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 = 'jc.redding@gmail.com'
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']
@@ -3,7 +3,7 @@ module IsTree
3
3
 
4
4
  MAJOR = 0
5
5
  MINOR = 1
6
- TINY = 3
6
+ TINY = 4
7
7
 
8
8
  def self.to_s # :nodoc:
9
9
  [MAJOR, MINOR, TINY].join('.')
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.3
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-09-08 00:00:00 -07:00
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: jc.redding@gmail.com
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: false
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.2.0
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