parents 0.0.1 → 0.0.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.
Files changed (5) hide show
  1. data/Rakefile +2 -0
  2. data/VERSION +1 -1
  3. data/parents.gemspec +54 -0
  4. metadata +15 -11
  5. data/.gitignore +0 -21
data/Rakefile CHANGED
@@ -19,6 +19,8 @@ rescue LoadError
19
19
  puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"
20
20
  end
21
21
 
22
+ Gem.post_install { puts 'Test if postinstall works' }
23
+
22
24
  require 'spec/rake/spectask'
23
25
  Spec::Rake::SpecTask.new(:spec) do |spec|
24
26
  spec.libs << 'lib' << 'spec'
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
@@ -0,0 +1,54 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = %q{parents}
8
+ s.version = "0.0.2"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["David Shorthouse", "Dmitry Mozzherin"]
12
+ s.date = %q{2011-05-19}
13
+ s.description = %q{gem tries to optimize working with large-scale hiearchical data sets in editing environment }
14
+ s.email = %q{dshorthouse@eol.org}
15
+ s.extra_rdoc_files = [
16
+ "LICENSE",
17
+ "README.rdoc"
18
+ ]
19
+ s.files = [
20
+ ".document",
21
+ "LICENSE",
22
+ "README.rdoc",
23
+ "Rakefile",
24
+ "VERSION",
25
+ "features/parents.feature",
26
+ "features/step_definitions/parents_steps.rb",
27
+ "features/support/env.rb",
28
+ "lib/parents.rb",
29
+ "parents.gemspec",
30
+ "spec/parents_spec.rb",
31
+ "spec/spec.opts",
32
+ "spec/spec_helper.rb"
33
+ ]
34
+ s.homepage = %q{http://github.com/GlobalNamesArchitecture/parents}
35
+ s.require_paths = ["lib"]
36
+ s.rubygems_version = %q{1.5.2}
37
+ s.summary = %q{gem tries to optimize working with large-scale hiearchical data sets in editing environment}
38
+
39
+ if s.respond_to? :specification_version then
40
+ s.specification_version = 3
41
+
42
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
43
+ s.add_development_dependency(%q<rspec>, [">= 1.2.9"])
44
+ s.add_development_dependency(%q<cucumber>, [">= 0"])
45
+ else
46
+ s.add_dependency(%q<rspec>, [">= 1.2.9"])
47
+ s.add_dependency(%q<cucumber>, [">= 0"])
48
+ end
49
+ else
50
+ s.add_dependency(%q<rspec>, [">= 1.2.9"])
51
+ s.add_dependency(%q<cucumber>, [">= 0"])
52
+ end
53
+ end
54
+
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parents
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
4
+ hash: 27
5
+ prerelease:
5
6
  segments:
6
7
  - 0
7
8
  - 0
8
- - 1
9
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
10
11
  platform: ruby
11
12
  authors:
12
13
  - David Shorthouse
@@ -15,7 +16,7 @@ autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
17
18
 
18
- date: 2010-11-30 00:00:00 -05:00
19
+ date: 2011-05-19 00:00:00 -04:00
19
20
  default_executable:
20
21
  dependencies:
21
22
  - !ruby/object:Gem::Dependency
@@ -26,6 +27,7 @@ dependencies:
26
27
  requirements:
27
28
  - - ">="
28
29
  - !ruby/object:Gem::Version
30
+ hash: 13
29
31
  segments:
30
32
  - 1
31
33
  - 2
@@ -41,6 +43,7 @@ dependencies:
41
43
  requirements:
42
44
  - - ">="
43
45
  - !ruby/object:Gem::Version
46
+ hash: 3
44
47
  segments:
45
48
  - 0
46
49
  version: "0"
@@ -57,7 +60,6 @@ extra_rdoc_files:
57
60
  - README.rdoc
58
61
  files:
59
62
  - .document
60
- - .gitignore
61
63
  - LICENSE
62
64
  - README.rdoc
63
65
  - Rakefile
@@ -66,6 +68,7 @@ files:
66
68
  - features/step_definitions/parents_steps.rb
67
69
  - features/support/env.rb
68
70
  - lib/parents.rb
71
+ - parents.gemspec
69
72
  - spec/parents_spec.rb
70
73
  - spec/spec.opts
71
74
  - spec/spec_helper.rb
@@ -74,8 +77,8 @@ homepage: http://github.com/GlobalNamesArchitecture/parents
74
77
  licenses: []
75
78
 
76
79
  post_install_message:
77
- rdoc_options:
78
- - --charset=UTF-8
80
+ rdoc_options: []
81
+
79
82
  require_paths:
80
83
  - lib
81
84
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -83,6 +86,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
86
  requirements:
84
87
  - - ">="
85
88
  - !ruby/object:Gem::Version
89
+ hash: 3
86
90
  segments:
87
91
  - 0
88
92
  version: "0"
@@ -91,16 +95,16 @@ required_rubygems_version: !ruby/object:Gem::Requirement
91
95
  requirements:
92
96
  - - ">="
93
97
  - !ruby/object:Gem::Version
98
+ hash: 3
94
99
  segments:
95
100
  - 0
96
101
  version: "0"
97
102
  requirements: []
98
103
 
99
104
  rubyforge_project:
100
- rubygems_version: 1.3.7
105
+ rubygems_version: 1.5.2
101
106
  signing_key:
102
107
  specification_version: 3
103
108
  summary: gem tries to optimize working with large-scale hiearchical data sets in editing environment
104
- test_files:
105
- - spec/parents_spec.rb
106
- - spec/spec_helper.rb
109
+ test_files: []
110
+
data/.gitignore DELETED
@@ -1,21 +0,0 @@
1
- ## MAC OS
2
- .DS_Store
3
-
4
- ## TEXTMATE
5
- *.tmproj
6
- tmtags
7
-
8
- ## EMACS
9
- *~
10
- \#*
11
- .\#*
12
-
13
- ## VIM
14
- *.swp
15
-
16
- ## PROJECT::GENERAL
17
- coverage
18
- rdoc
19
- pkg
20
-
21
- ## PROJECT::SPECIFIC