phat_pgsearch 0.1.1 → 0.1.2
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/Rakefile +1 -5
- data/VERSION +1 -1
- data/phat_pgsearch.gemspec +2 -2
- metadata +3 -3
data/Rakefile
CHANGED
|
@@ -13,16 +13,12 @@ require 'jeweler'
|
|
|
13
13
|
Jeweler::Tasks.new do |gem|
|
|
14
14
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
|
15
15
|
gem.name = "phat_pgsearch"
|
|
16
|
-
gem.homepage = "http://github.com/
|
|
16
|
+
gem.homepage = "http://github.com/phatworx/phat_pgsearch"
|
|
17
17
|
gem.license = "MIT"
|
|
18
18
|
gem.summary = %Q{a postgresql based search plugin}
|
|
19
19
|
gem.description = %Q{a plugin for tssearch support from postgresql}
|
|
20
20
|
gem.email = "develop@marco-scholl.de"
|
|
21
21
|
gem.authors = ["Marco Scholl"]
|
|
22
|
-
# Include your dependencies below. Runtime dependencies are required when using your gem,
|
|
23
|
-
# and development dependencies are only needed for development (ie running rake tasks, tests, etc)
|
|
24
|
-
# gem.add_runtime_dependency 'jabber4r', '> 0.1'
|
|
25
|
-
# gem.add_development_dependency 'rspec', '> 1.2.3'
|
|
26
22
|
end
|
|
27
23
|
Jeweler::RubygemsDotOrgTasks.new
|
|
28
24
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.2
|
data/phat_pgsearch.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{phat_pgsearch}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Marco Scholl"]
|
|
@@ -36,7 +36,7 @@ Gem::Specification.new do |s|
|
|
|
36
36
|
"spec/spec_helper.rb",
|
|
37
37
|
"spec/support/active_record.rb"
|
|
38
38
|
]
|
|
39
|
-
s.homepage = %q{http://github.com/
|
|
39
|
+
s.homepage = %q{http://github.com/phatworx/phat_pgsearch}
|
|
40
40
|
s.licenses = ["MIT"]
|
|
41
41
|
s.require_paths = ["lib"]
|
|
42
42
|
s.rubygems_version = %q{1.5.2}
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: phat_pgsearch
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.1.
|
|
5
|
+
version: 0.1.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Marco Scholl
|
|
@@ -119,7 +119,7 @@ files:
|
|
|
119
119
|
- spec/spec_helper.rb
|
|
120
120
|
- spec/support/active_record.rb
|
|
121
121
|
has_rdoc: true
|
|
122
|
-
homepage: http://github.com/
|
|
122
|
+
homepage: http://github.com/phatworx/phat_pgsearch
|
|
123
123
|
licenses:
|
|
124
124
|
- MIT
|
|
125
125
|
post_install_message:
|
|
@@ -132,7 +132,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
132
132
|
requirements:
|
|
133
133
|
- - ">="
|
|
134
134
|
- !ruby/object:Gem::Version
|
|
135
|
-
hash:
|
|
135
|
+
hash: 1864774936392185091
|
|
136
136
|
segments:
|
|
137
137
|
- 0
|
|
138
138
|
version: "0"
|