friendly_id-method_scopes 0.1.5 → 0.1.6
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.rdoc +4 -3
- data/VERSION +1 -1
- data/friendly_id-method_scopes.gemspec +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2000cd34a3f2fc5b0a0efe5f8ac3176b215e6021
|
|
4
|
+
data.tar.gz: 256c68e42f8736610f42a4a6a2565e4abb1b242f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 825742515408ae6ceb2cac23b6c49dcc3745de2a77b430782e04738a49c3243490f2c538fab097972201cef1bc47ef4c4b647dfd79af2ce45de480b4879cb4fe
|
|
7
|
+
data.tar.gz: e09a23f54eb26f19346303bf49d0a14e171993ee3af8da5fe9bd430064d086a5047dfb09ce5827ce8883755a13e06f2fa49cea0bc52538c72fe7d28b307a0d98
|
data/README.rdoc
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
= FriendlyId::MethodScopes
|
|
2
2
|
|
|
3
|
-
{
|
|
4
|
-
{
|
|
5
|
-
{
|
|
3
|
+
{<img src="https://badge.fury.io/rb/friendly_id-method_scopes.svg" alt="Gem Version" />}[http://badge.fury.io/rb/friendly_id-method_scopes]
|
|
4
|
+
{<img src="https://travis-ci.org/gemvein/friendly_id-method_scopes.svg?branch=master" alt="Build Status" />}[https://travis-ci.org/gemvein/friendly_id-method_scopes]
|
|
5
|
+
{<img src="https://coveralls.io/repos/gemvein/friendly_id-method_scopes/badge.svg?branch=master" alt="Coverage Status" />}[https://coveralls.io/r/gemvein/friendly_id-method_scopes?branch=master]
|
|
6
|
+
|
|
6
7
|
|
|
7
8
|
FriendlyId Extension to allow method scopes, in addition to column and relationship scopes
|
|
8
9
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.6
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: friendly_id-method_scopes 0.1.
|
|
5
|
+
# stub: friendly_id-method_scopes 0.1.6 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "friendly_id-method_scopes"
|
|
9
|
-
s.version = "0.1.
|
|
9
|
+
s.version = "0.1.6"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|