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.
- data/CHANGELOG.md +8 -0
- data/lib/texticle/version.rb +3 -1
- metadata +10 -4
data/CHANGELOG.md
CHANGED
data/lib/texticle/version.rb
CHANGED
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.
|
|
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-
|
|
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:
|