scopyfy 0.1.3 → 0.1.4
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 +4 -4
- data/README.md +3 -2
- data/lib/scopyfy/version.rb +1 -1
- data/scopyfy-0.1.1.gem +0 -0
- data/scopyfy-0.1.2.gem +0 -0
- data/scopyfy-0.1.3.gem +0 -0
- data/scopyfy.gemspec +1 -1
- metadata +6 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 063b1420461a82b03bf3d6a563d9b9585a349a66
|
|
4
|
+
data.tar.gz: 50b094ab284b09ef5cbd58282398c24326b82bef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 410be2848da33d597e7d4248731e8f6661ed7faf408c1e82a3dd6d92b6989d92f40c44b2ebc7df6955efcb89fa2727e1b8b5bede776b692e57efda5a6eb93e0d
|
|
7
|
+
data.tar.gz: b015ba210cce334211ee9913f03411f2d04cf6b0501f2858940fb589e0133242fe7ff9a41885f08308391f10c7cb02a47e98fc8647b6c483af8dc40f569d7228
|
data/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Welcome to your new gem! In this directory, you'll find the files you need to be
|
|
|
6
6
|
|
|
7
7
|
Add this line to your application's Gemfile:
|
|
8
8
|
|
|
9
|
-
gem 'scopyfy'
|
|
9
|
+
gem 'scopyfy'
|
|
10
10
|
|
|
11
11
|
And then execute:
|
|
12
12
|
|
|
@@ -18,7 +18,8 @@ Or install it yourself as:
|
|
|
18
18
|
|
|
19
19
|
## Usage
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
include Scopyfy
|
|
22
|
+
within model class
|
|
22
23
|
|
|
23
24
|
## Development
|
|
24
25
|
|
data/lib/scopyfy/version.rb
CHANGED
data/scopyfy-0.1.1.gem
ADDED
|
Binary file
|
data/scopyfy-0.1.2.gem
ADDED
|
Binary file
|
data/scopyfy-0.1.3.gem
ADDED
|
Binary file
|
data/scopyfy.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = Scopyfy::VERSION
|
|
9
9
|
spec.authors = ["Michal Gajowiak"]
|
|
10
10
|
spec.email = ["michal.gajowiak@softiti.com"]
|
|
11
|
-
spec.description = %q{The scopyfy gem automatically sort objects by ID retrived from database.}
|
|
11
|
+
spec.description = %q{The scopyfy gem automatically sort objects by ID retrived from database in descending order.}
|
|
12
12
|
spec.summary = %q{Default scope for models}
|
|
13
13
|
spec.homepage = "https://github.com/mike927/scopyfy"
|
|
14
14
|
spec.license = "MIT"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: scopyfy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michal Gajowiak
|
|
@@ -38,7 +38,8 @@ dependencies:
|
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '10.0'
|
|
41
|
-
description: The scopyfy gem automatically sort objects by ID retrived from database
|
|
41
|
+
description: The scopyfy gem automatically sort objects by ID retrived from database
|
|
42
|
+
in descending order.
|
|
42
43
|
email:
|
|
43
44
|
- michal.gajowiak@softiti.com
|
|
44
45
|
executables: []
|
|
@@ -58,6 +59,9 @@ files:
|
|
|
58
59
|
- lib/scopyfy.rb
|
|
59
60
|
- lib/scopyfy/version.rb
|
|
60
61
|
- scopyfy-0.1.0.gem
|
|
62
|
+
- scopyfy-0.1.1.gem
|
|
63
|
+
- scopyfy-0.1.2.gem
|
|
64
|
+
- scopyfy-0.1.3.gem
|
|
61
65
|
- scopyfy.gemspec
|
|
62
66
|
homepage: https://github.com/mike927/scopyfy
|
|
63
67
|
licenses:
|