chef-solr 0.9.12 → 0.9.14.beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -20
  2. data/lib/chef/solr/version.rb +1 -1
  3. metadata +28 -16
data/Rakefile CHANGED
@@ -24,24 +24,7 @@ require 'rake/gempackagetask'
24
24
 
25
25
  GEM_NAME = "chef-solr"
26
26
 
27
- spec = Gem::Specification.new do |gem|
28
- gem.name = "chef-solr"
29
- gem.version = Chef::Solr::VERSION
30
- gem.summary = %Q{Search indexing for Chef}
31
- gem.email = "adam@opscode.com"
32
- gem.homepage = "http://wiki.opscode.com/display/chef"
33
- gem.authors = ["Adam Jacob"]
34
- gem.add_dependency "libxml-ruby", ">=1.1.3"
35
- gem.add_dependency "uuidtools", ">=2.0.0"
36
- gem.add_dependency "chef", Chef::Solr::VERSION
37
- # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
38
- gem.executables = [ 'chef-solr', 'chef-solr-indexer', 'chef-solr-rebuild' ]
39
- gem.files = [
40
- "README.rdoc",
41
- "Rakefile"
42
- ]
43
- gem.files = %w{ README.rdoc Rakefile LICENSE} + Dir.glob("{bin,lib,solr,spec}/**/*")
44
- end
27
+ spec = eval(File.read("chef-solr.gemspec"))
45
28
 
46
29
  Rake::GemPackageTask.new(spec) do |pkg|
47
30
  pkg.gem_spec = spec
@@ -64,8 +47,6 @@ task :gemspec do
64
47
  end
65
48
  end
66
49
 
67
-
68
-
69
50
  begin
70
51
  require 'spec/rake/spectask'
71
52
  Spec::Rake::SpecTask.new(:spec) do |spec|
@@ -1,5 +1,5 @@
1
1
  class Chef
2
2
  class Solr
3
- VERSION = '0.9.12'
3
+ VERSION = '0.9.14.beta.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,12 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-solr
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
4
+ hash: 62196289
5
+ prerelease: true
5
6
  segments:
6
7
  - 0
7
8
  - 9
8
- - 12
9
- version: 0.9.12
9
+ - 14
10
+ - beta
11
+ - 1
12
+ version: 0.9.14.beta.1
10
13
  platform: ruby
11
14
  authors:
12
15
  - Adam Jacob
@@ -14,7 +17,7 @@ autorequire:
14
17
  bindir: bin
15
18
  cert_chain: []
16
19
 
17
- date: 2010-10-22 00:00:00 -07:00
20
+ date: 2011-02-09 00:00:00 -08:00
18
21
  default_executable:
19
22
  dependencies:
20
23
  - !ruby/object:Gem::Dependency
@@ -25,6 +28,7 @@ dependencies:
25
28
  requirements:
26
29
  - - ">="
27
30
  - !ruby/object:Gem::Version
31
+ hash: 21
28
32
  segments:
29
33
  - 1
30
34
  - 1
@@ -40,6 +44,7 @@ dependencies:
40
44
  requirements:
41
45
  - - ">="
42
46
  - !ruby/object:Gem::Version
47
+ hash: 15
43
48
  segments:
44
49
  - 2
45
50
  - 0
@@ -55,11 +60,14 @@ dependencies:
55
60
  requirements:
56
61
  - - "="
57
62
  - !ruby/object:Gem::Version
63
+ hash: 62196289
58
64
  segments:
59
65
  - 0
60
66
  - 9
61
- - 12
62
- version: 0.9.12
67
+ - 14
68
+ - beta
69
+ - 1
70
+ version: 0.9.14.beta.1
63
71
  type: :runtime
64
72
  version_requirements: *id003
65
73
  description:
@@ -76,24 +84,24 @@ files:
76
84
  - README.rdoc
77
85
  - Rakefile
78
86
  - LICENSE
79
- - bin/chef-solr
80
87
  - bin/chef-solr-indexer
88
+ - bin/chef-solr
81
89
  - bin/chef-solr-rebuild
90
+ - lib/chef/solr/index.rb
91
+ - lib/chef/solr/version.rb
82
92
  - lib/chef/solr/application/indexer.rb
83
- - lib/chef/solr/application/rebuild.rb
84
93
  - lib/chef/solr/application/solr.rb
85
- - lib/chef/solr/index.rb
86
- - lib/chef/solr/index_queue_consumer.rb
94
+ - lib/chef/solr/application/rebuild.rb
87
95
  - lib/chef/solr/query.rb
88
- - lib/chef/solr/version.rb
96
+ - lib/chef/solr/index_queue_consumer.rb
89
97
  - lib/chef/solr.rb
90
- - solr/solr-home.tar.gz
91
98
  - solr/solr-jetty.tar.gz
99
+ - solr/solr-home.tar.gz
92
100
  - spec/chef/solr/index_spec.rb
93
101
  - spec/chef/solr/query_spec.rb
94
102
  - spec/chef/solr_spec.rb
95
- - spec/spec.opts
96
103
  - spec/spec_helper.rb
104
+ - spec/spec.opts
97
105
  has_rdoc: true
98
106
  homepage: http://wiki.opscode.com/display/chef
99
107
  licenses: []
@@ -108,17 +116,21 @@ required_ruby_version: !ruby/object:Gem::Requirement
108
116
  requirements:
109
117
  - - ">="
110
118
  - !ruby/object:Gem::Version
119
+ hash: 3
111
120
  segments:
112
121
  - 0
113
122
  version: "0"
114
123
  required_rubygems_version: !ruby/object:Gem::Requirement
115
124
  none: false
116
125
  requirements:
117
- - - ">="
126
+ - - ">"
118
127
  - !ruby/object:Gem::Version
128
+ hash: 25
119
129
  segments:
120
- - 0
121
- version: "0"
130
+ - 1
131
+ - 3
132
+ - 1
133
+ version: 1.3.1
122
134
  requirements: []
123
135
 
124
136
  rubyforge_project: