periscope-mongoid 2.1.0 → 2.1.1
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.
- checksums.yaml +13 -5
- data/{LICENSE.md → LICENSE.txt} +0 -0
- data/README.md +6 -5
- data/periscope-mongoid.gemspec +3 -3
- metadata +11 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
NGJlYzljOGVmY2M0YmM0ZjViNWJhOTNjZmRiYjVkOGU1MGY2MTEyYw==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
YTAzY2E1MmE1ZDk4ZThjNzk5MmIxMDYxZTExMWYyZjc0MTIzNmNkYw==
|
|
5
7
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
NDMzY2JhYWI2MzkxNTBjOGExNzFhNWRhNzFhNTU3ZTIxYThlNjNjZmE1MDky
|
|
10
|
+
NmFiMWUyYmRjOGI0YTAzMzhkMjU2NGUwNzNiNjBiMjUxMTM0ZWNkZWEyYTI5
|
|
11
|
+
YmY5MDJlOGM2ZDMyZDRlZjAwODU5ZmQyNTY2ZWViNDZmYjZjZGY=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
OGU4OTdjMmM1ZjA0Nzc5YzllNzQxZDZiZDQ1NTljYjc4MTlmZGQyZDUxMTg5
|
|
14
|
+
Nzg1ZjA4YzllOGFjMGZkZGNjZDI3N2VmYzAyOTZjMDc2OWFjZGYxZmUwMTg4
|
|
15
|
+
ODAxMmEwOTgxOTE2NzJjYzQ1MjVlMWNmYmRjMzk3MmI5NDNiZjc=
|
data/{LICENSE.md → LICENSE.txt}
RENAMED
|
File without changes
|
data/README.md
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
# Periscope
|
|
2
|
-
|
|
3
|
-
[](http://rubygems.org/gems/periscope)
|
|
4
|
+
[](https://travis-ci.org/laserlemon/periscope)
|
|
5
|
+
[](https://codeclimate.com/github/laserlemon/periscope)
|
|
6
|
+
[](https://codeclimate.com/github/laserlemon/periscope)
|
|
7
|
+
[](https://gemnasium.com/laserlemon/periscope)
|
|
7
8
|
|
|
8
9
|
Periscope provides a simple way to chain scopes on your models and to open those scopes up to your users.
|
|
9
10
|
|
data/periscope-mongoid.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |gem|
|
|
4
4
|
gem.name = "periscope-mongoid"
|
|
5
|
-
gem.version = "2.1.
|
|
5
|
+
gem.version = "2.1.1"
|
|
6
6
|
|
|
7
7
|
gem.author = "Steve Richert"
|
|
8
8
|
gem.email = "steve.richert@gmail.com"
|
|
@@ -10,13 +10,13 @@ Gem::Specification.new do |gem|
|
|
|
10
10
|
gem.homepage = "https://github.com/laserlemon/periscope"
|
|
11
11
|
gem.license = "MIT"
|
|
12
12
|
|
|
13
|
-
gem.add_dependency "mongoid", ">= 2", "<
|
|
13
|
+
gem.add_dependency "mongoid", ">= 2", "< 5"
|
|
14
14
|
gem.add_dependency "periscope", "~> 2.1.0"
|
|
15
15
|
|
|
16
16
|
gem.files = %w(
|
|
17
17
|
lib/periscope-mongoid.rb
|
|
18
18
|
lib/periscope/adapters/mongoid.rb
|
|
19
|
-
LICENSE.
|
|
19
|
+
LICENSE.txt
|
|
20
20
|
periscope-mongoid.gemspec
|
|
21
21
|
README.md
|
|
22
22
|
)
|
metadata
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: periscope-mongoid
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Steve Richert
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2014-06-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: mongoid
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - '>='
|
|
17
|
+
- - ! '>='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '2'
|
|
20
20
|
- - <
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: '
|
|
22
|
+
version: '5'
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
26
|
requirements:
|
|
27
|
-
- - '>='
|
|
27
|
+
- - ! '>='
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
29
|
version: '2'
|
|
30
30
|
- - <
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '
|
|
32
|
+
version: '5'
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: periscope
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -50,11 +50,11 @@ executables: []
|
|
|
50
50
|
extensions: []
|
|
51
51
|
extra_rdoc_files: []
|
|
52
52
|
files:
|
|
53
|
+
- LICENSE.txt
|
|
54
|
+
- README.md
|
|
53
55
|
- lib/periscope-mongoid.rb
|
|
54
56
|
- lib/periscope/adapters/mongoid.rb
|
|
55
|
-
- LICENSE.md
|
|
56
57
|
- periscope-mongoid.gemspec
|
|
57
|
-
- README.md
|
|
58
58
|
homepage: https://github.com/laserlemon/periscope
|
|
59
59
|
licenses:
|
|
60
60
|
- MIT
|
|
@@ -65,17 +65,17 @@ require_paths:
|
|
|
65
65
|
- lib
|
|
66
66
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
67
67
|
requirements:
|
|
68
|
-
- - '>='
|
|
68
|
+
- - ! '>='
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
70
|
version: '0'
|
|
71
71
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
72
72
|
requirements:
|
|
73
|
-
- - '>='
|
|
73
|
+
- - ! '>='
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
75
|
version: '0'
|
|
76
76
|
requirements: []
|
|
77
77
|
rubyforge_project:
|
|
78
|
-
rubygems_version: 2.
|
|
78
|
+
rubygems_version: 2.2.2
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Push your Mongoid models' scopes up to the surface
|