muck-solr 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -0
  2. metadata +7 -5
  3. data/VERSION.yml +0 -4
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.4.3
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muck-solr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mathias Meyer, Joel Duffin, Justin Ball
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-08-12 00:00:00 -06:00
12
+ date: 2009-10-01 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -30,7 +30,7 @@ files:
30
30
  - README.rdoc
31
31
  - Rakefile
32
32
  - TESTING_THE_PLUGIN
33
- - VERSION.yml
33
+ - VERSION
34
34
  - config/solr.yml
35
35
  - config/solr_environment.rb
36
36
  - lib/acts_as_solr.rb
@@ -183,6 +183,8 @@ files:
183
183
  - test/unit/test_helper.rb
184
184
  has_rdoc: true
185
185
  homepage: http://github.com/mattmatt/acts_as_solr
186
+ licenses: []
187
+
186
188
  post_install_message:
187
189
  rdoc_options:
188
190
  - --charset=UTF-8
@@ -203,9 +205,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
203
205
  requirements: []
204
206
 
205
207
  rubyforge_project: muck-solr
206
- rubygems_version: 1.3.1
208
+ rubygems_version: 1.3.5
207
209
  signing_key:
208
- specification_version: 2
210
+ specification_version: 3
209
211
  summary: "This gem adds full text search capabilities and many other nifty features from Apache\xEF\xBF\xBDs Solr to any Rails model. I'm currently rearranging the test suite to include a real unit test suite, and adding a few features I need myself."
210
212
  test_files:
211
213
  - test/db/connections/mysql/connection.rb
data/VERSION.yml DELETED
@@ -1,4 +0,0 @@
1
- ---
2
- :minor: 4
3
- :patch: 2
4
- :major: 0