dynamic_default_scoping 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
9
9
|
s.authors = ["Ivan Ukhov"]
|
10
10
|
s.email = ["uvsoft@gmail.com"]
|
11
|
-
s.homepage = ""
|
11
|
+
s.homepage = "https://github.com/UVSoft/dynamic_default_scoping"
|
12
12
|
s.summary = %q{Make ActiveRecord::Base.default_scope take a proc and have a name.}
|
13
13
|
s.description = %q{Being included in a model, the library patches ActiveRecord::Base.default_scope to take a proc and have an optional name.}
|
14
14
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dynamic_default_scoping
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Ivan Ukhov
|
@@ -87,7 +87,7 @@ files:
|
|
87
87
|
- spec/spec_helper.rb
|
88
88
|
- spec/unit/dynamic_default_scoping_spec.rb
|
89
89
|
has_rdoc: true
|
90
|
-
homepage:
|
90
|
+
homepage: https://github.com/UVSoft/dynamic_default_scoping
|
91
91
|
licenses: []
|
92
92
|
|
93
93
|
post_install_message:
|