ar_pg_array 0.8.1 → 0.8.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 +2 -1
- data/VERSION +1 -1
- data/lib/ar_pg_array/querying.rb +1 -1
- metadata +5 -5
data/Rakefile
CHANGED
|
@@ -31,10 +31,11 @@ begin
|
|
|
31
31
|
gemspec.homepage = "http://github.com/funny-falcon/activerecord-postgresql-arrays"
|
|
32
32
|
gemspec.authors = ["Sokolov Yura aka funny_falcon"]
|
|
33
33
|
gemspec.add_dependency('activerecord')
|
|
34
|
-
gemspec.rubyforge_project = '
|
|
34
|
+
gemspec.rubyforge_project = 'ar-pg-array'
|
|
35
35
|
end
|
|
36
36
|
Jeweler::GemcutterTasks.new
|
|
37
37
|
Jeweler::RubyforgeTasks.new do |rubyforge|
|
|
38
|
+
|
|
38
39
|
end
|
|
39
40
|
rescue LoadError
|
|
40
41
|
puts "Jeweler not available. Install it with: gem install jeweler"
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.8.
|
|
1
|
+
0.8.2
|
data/lib/ar_pg_array/querying.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
module ActiveRecord
|
|
2
2
|
class Base
|
|
3
3
|
class << self
|
|
4
|
-
if
|
|
4
|
+
if private_method_defined? :attribute_condition
|
|
5
5
|
def attribute_condition_with_postgresql_arrays(quoted_column_name, argument)
|
|
6
6
|
if ::PGArrays::PgArray === argument
|
|
7
7
|
case argument
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ar_pg_array
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 59
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 8
|
|
9
|
-
-
|
|
10
|
-
version: 0.8.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.8.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Sokolov Yura aka funny_falcon
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-
|
|
18
|
+
date: 2010-08-03 00:00:00 +04:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
81
81
|
version: "0"
|
|
82
82
|
requirements: []
|
|
83
83
|
|
|
84
|
-
rubyforge_project:
|
|
84
|
+
rubyforge_project: ar-pg-array
|
|
85
85
|
rubygems_version: 1.3.7
|
|
86
86
|
signing_key:
|
|
87
87
|
specification_version: 3
|