relation_scope 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +3 -0
- data/README.rdoc +3 -1
- data/VERSION +1 -1
- metadata +5 -7
data/CHANGELOG
CHANGED
data/README.rdoc
CHANGED
@@ -8,6 +8,8 @@ Include name scope methods: where, joins, includes, selects, order, limit, offse
|
|
8
8
|
|
9
9
|
gem install relation_scope
|
10
10
|
|
11
|
+
git clone git://github.com/liangwenke/relation_scope.git
|
12
|
+
|
11
13
|
|
12
14
|
== Usage
|
13
15
|
|
@@ -18,4 +20,4 @@ Include name scope methods: where, joins, includes, selects, order, limit, offse
|
|
18
20
|
== License
|
19
21
|
|
20
22
|
|
21
|
-
Copyright (c) 2011 [
|
23
|
+
Copyright (c) 2011 [liangwenke.com@gmail.com], released under the MIT license
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.3
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: relation_scope
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 1.0.
|
5
|
+
version: 1.0.3
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- LiangWenKe
|
@@ -10,12 +10,11 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-
|
14
|
-
default_executable:
|
13
|
+
date: 2011-06-01 00:00:00 Z
|
15
14
|
dependencies: []
|
16
15
|
|
17
16
|
description: This gem support some very nice named scope methods as rails 3 activerecord relation.
|
18
|
-
email:
|
17
|
+
email: liangwenke.com@gmail.com
|
19
18
|
executables: []
|
20
19
|
|
21
20
|
extensions: []
|
@@ -31,8 +30,7 @@ files:
|
|
31
30
|
- README.rdoc
|
32
31
|
- VERSION
|
33
32
|
- init.rb
|
34
|
-
|
35
|
-
homepage: http://github.com/wenke/relation_scope
|
33
|
+
homepage: http://github.com/liangwenke/relation_scope
|
36
34
|
licenses: []
|
37
35
|
|
38
36
|
post_install_message:
|
@@ -55,7 +53,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
55
53
|
requirements: []
|
56
54
|
|
57
55
|
rubyforge_project: relation_scope
|
58
|
-
rubygems_version: 1.
|
56
|
+
rubygems_version: 1.8.5
|
59
57
|
signing_key:
|
60
58
|
specification_version: 3
|
61
59
|
summary: Support very nice named scope methods for rails 2.2.x, 2.3.x
|