solrizer 2.1.0.rc1 → 2.1.0

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/History.txt +1 -0
  2. data/lib/solrizer/version.rb +1 -1
  3. metadata +5 -5
@@ -3,6 +3,7 @@ h2. 2.1.0
3
3
  Extract create_and_insert_terms into Solrizer::Common. This can be used for RDF datastreams
4
4
  Raise helpful error message if date can't be parsed.
5
5
  Don't add searchable terms when another kind of field is added (continuation of HYDRA-827)
6
+ ** Upgrade note: Delete your config/solr_mappings.yml file, unless you have customized it. It's presence disables Solrizer::FieldMapper::Default **
6
7
 
7
8
  h2. 2.0.0
8
9
  HYDRA-827 DO NOT index terms by default
@@ -1,3 +1,3 @@
1
1
  module Solrizer
2
- VERSION = "2.1.0.rc1"
2
+ VERSION = "2.1.0"
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solrizer
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0.rc1
5
- prerelease: 6
4
+ version: 2.1.0
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Matt Zumwalt
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-15 00:00:00.000000000 Z
12
+ date: 2013-01-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri
@@ -254,9 +254,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
254
254
  required_rubygems_version: !ruby/object:Gem::Requirement
255
255
  none: false
256
256
  requirements:
257
- - - ! '>'
257
+ - - ! '>='
258
258
  - !ruby/object:Gem::Version
259
- version: 1.3.1
259
+ version: '0'
260
260
  requirements: []
261
261
  rubyforge_project:
262
262
  rubygems_version: 1.8.24