solrsrv 1.0.0 → 1.0.1

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 (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/solrsrv.gemspec +5 -5
  4. metadata +6 -7
data/Rakefile CHANGED
@@ -18,7 +18,7 @@ begin
18
18
  end
19
19
  gem.bindir = 'bin'
20
20
  gem.executables= 'solrsrv'
21
- gem.add_dependency 'rails', '3.0.0.rc'
21
+ gem.add_dependency 'rails', '3.0.0'
22
22
  end
23
23
  Jeweler::GemcutterTasks.new
24
24
  rescue LoadError
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.1
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{solrsrv}
8
- s.version = "1.0.0"
8
+ s.version = "1.0.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Geraud Boyer"]
12
- s.date = %q{2010-08-24}
12
+ s.date = %q{2010-08-30}
13
13
  s.default_executable = %q{solrsrv}
14
14
  s.description = %q{This gem is a very basic installation of solr}
15
15
  s.email = %q{geraud@gmail.com}
@@ -132,12 +132,12 @@ Gem::Specification.new do |s|
132
132
  s.specification_version = 3
133
133
 
134
134
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
135
- s.add_runtime_dependency(%q<rails>, ["= 3.0.0.rc"])
135
+ s.add_runtime_dependency(%q<rails>, ["= 3.0.0"])
136
136
  else
137
- s.add_dependency(%q<rails>, ["= 3.0.0.rc"])
137
+ s.add_dependency(%q<rails>, ["= 3.0.0"])
138
138
  end
139
139
  else
140
- s.add_dependency(%q<rails>, ["= 3.0.0.rc"])
140
+ s.add_dependency(%q<rails>, ["= 3.0.0"])
141
141
  end
142
142
  end
143
143
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solrsrv
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Geraud Boyer
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-08-24 00:00:00 -07:00
18
+ date: 2010-08-30 00:00:00 -07:00
19
19
  default_executable: solrsrv
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -26,13 +26,12 @@ dependencies:
26
26
  requirements:
27
27
  - - "="
28
28
  - !ruby/object:Gem::Version
29
- hash: 7712042
29
+ hash: 7
30
30
  segments:
31
31
  - 3
32
32
  - 0
33
33
  - 0
34
- - rc
35
- version: 3.0.0.rc
34
+ version: 3.0.0
36
35
  type: :runtime
37
36
  version_requirements: *id001
38
37
  description: This gem is a very basic installation of solr