rd_searchlogic 3.0.0.rc4 → 3.0.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/VERSION.yml +0 -1
- data/rd_searchlogic.gemspec +3 -3
- metadata +6 -9
data/VERSION.yml
CHANGED
data/rd_searchlogic.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{rd_searchlogic}
|
|
8
|
-
s.version = "3.0.0
|
|
8
|
+
s.version = "3.0.0"
|
|
9
9
|
|
|
10
|
-
s.required_rubygems_version = Gem::Requirement.new("
|
|
10
|
+
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Ben Johnson of Binary Logic", "Roman Smirnov of RailsDog"]
|
|
12
|
-
s.date = %q{2010-
|
|
12
|
+
s.date = %q{2010-12-14}
|
|
13
13
|
s.description = %q{Searchlogic makes using ActiveRecord named scopes easier and less repetitive.}
|
|
14
14
|
s.email = %q{bjohnson@binarylogic.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rd_searchlogic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
prerelease:
|
|
4
|
+
prerelease: false
|
|
5
5
|
segments:
|
|
6
6
|
- 3
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
|
|
10
|
-
version: 3.0.0.rc4
|
|
9
|
+
version: 3.0.0
|
|
11
10
|
platform: ruby
|
|
12
11
|
authors:
|
|
13
12
|
- Ben Johnson of Binary Logic
|
|
@@ -16,7 +15,7 @@ autorequire:
|
|
|
16
15
|
bindir: bin
|
|
17
16
|
cert_chain: []
|
|
18
17
|
|
|
19
|
-
date: 2010-
|
|
18
|
+
date: 2010-12-14 00:00:00 +03:00
|
|
20
19
|
default_executable:
|
|
21
20
|
dependencies:
|
|
22
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -95,13 +94,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
95
94
|
version: "0"
|
|
96
95
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
97
96
|
requirements:
|
|
98
|
-
- - "
|
|
97
|
+
- - ">="
|
|
99
98
|
- !ruby/object:Gem::Version
|
|
100
99
|
segments:
|
|
101
|
-
-
|
|
102
|
-
|
|
103
|
-
- 1
|
|
104
|
-
version: 1.3.1
|
|
100
|
+
- 0
|
|
101
|
+
version: "0"
|
|
105
102
|
requirements: []
|
|
106
103
|
|
|
107
104
|
rubyforge_project: searchlogic
|