texticle 2.1.1 → 2.2.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/CHANGELOG.md +8 -0
  2. data/lib/texticle/version.rb +3 -1
  3. metadata +10 -4
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.2.0
4
+
5
+ * 1 DEPRECATION
6
+ * The whole gem is being renamed and will no longer be maintained as Texticle.
7
+ The new name it Textacular.
8
+ * 1 new feature
9
+ * Expand gemspec to allow Rails 4.
10
+
3
11
  ## 2.1.1
4
12
 
5
13
  * 1 bugfix
@@ -1,5 +1,7 @@
1
+ warn "[DEPRECATION] The entire Texticle gem is deprecated. It is being renamed Textacular. Please switch to using the newer version. Texticle will no longer be maintained."
2
+
1
3
  module Texticle
2
- VERSION = '2.1.1'
4
+ VERSION = '2.2.0'
3
5
 
4
6
  def self.version
5
7
  VERSION
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: texticle
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.2.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2013-01-12 00:00:00.000000000 Z
14
+ date: 2013-02-27 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: pg
@@ -98,17 +98,23 @@ dependencies:
98
98
  requirement: !ruby/object:Gem::Requirement
99
99
  none: false
100
100
  requirements:
101
- - - ~>
101
+ - - ! '>='
102
102
  - !ruby/object:Gem::Version
103
103
  version: '3.0'
104
+ - - <
105
+ - !ruby/object:Gem::Version
106
+ version: '4.1'
104
107
  type: :runtime
105
108
  prerelease: false
106
109
  version_requirements: !ruby/object:Gem::Requirement
107
110
  none: false
108
111
  requirements:
109
- - - ~>
112
+ - - ! '>='
110
113
  - !ruby/object:Gem::Version
111
114
  version: '3.0'
115
+ - - <
116
+ - !ruby/object:Gem::Version
117
+ version: '4.1'
112
118
  description: ! "Texticle exposes full text search capabilities from PostgreSQL, extending\n
113
119
  \ ActiveRecord with scopes making search easy and fun!"
114
120
  email: