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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c19f3b3226ce0d679bf8f8b7ec5b60ca25ed91d0
4
- data.tar.gz: 7b6083881da9aacb4e482bef934809c1b623d9e9
3
+ metadata.gz: 063b1420461a82b03bf3d6a563d9b9585a349a66
4
+ data.tar.gz: 50b094ab284b09ef5cbd58282398c24326b82bef
5
5
  SHA512:
6
- metadata.gz: 4c0e2e5741947865452c3c68b33c3cd81ad1a1894b024a22da676dc464f78408d0bce9769b770b3ed194c55ccb033c840e1349c7bcca23df3c68001d4f821e7f
7
- data.tar.gz: edbabde8a4dbd7822fa553ce47c8bdc63f043d4b30eda7ed00fe2c8c8e7a1d0be4e4d40f8574c0802b239936a5a12b0416f10fef8011a9492a643c48f170fb8e
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
- 'include Scopyfy' within model class
21
+ include Scopyfy
22
+ within model class
22
23
 
23
24
  ## Development
24
25
 
@@ -1,3 +1,3 @@
1
1
  module Scopyfy
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
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.3
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: