rails_easy_sign_in 0.0.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 +7 -0
- metadata +48 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 005f8d05b2cd122cfe498823a9d51521b5dd9e90
|
|
4
|
+
data.tar.gz: 7fe1b2fad355b0ee675d2a9ce3713f36648beafd
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 2d8b45fc20648362d4a86cd08c6abf8391e74a2668b49a6d9983ffcb2f8a5a9cb5731a7797eb871064903fc27f5ccca664812ad4b70c3aeaf68095d419e521f1
|
|
7
|
+
data.tar.gz: 2e36b500a98621c9de3fa5f725f859f7ce067fa31e0fe0601b46a05b80f7c329e72ac741756077be92048b7815a20a40584301ef3207ce199359aedca40b1c94
|
metadata
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: rails_easy_sign_in
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Jordan Maguire
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2014-11-19 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: |2
|
|
14
|
+
Too many users not enough brain memory?
|
|
15
|
+
|
|
16
|
+
Use Rails easy sign in to add an easy menu for signing in with different users. Never
|
|
17
|
+
need to remember users for demo-ing an app again.
|
|
18
|
+
email:
|
|
19
|
+
- jordan@thefrontiergroup.com.au
|
|
20
|
+
executables: []
|
|
21
|
+
extensions: []
|
|
22
|
+
extra_rdoc_files: []
|
|
23
|
+
files: []
|
|
24
|
+
homepage: https://github.com/jordanmaguire/rails_easy_sign_in
|
|
25
|
+
licenses:
|
|
26
|
+
- WTFPL
|
|
27
|
+
metadata: {}
|
|
28
|
+
post_install_message:
|
|
29
|
+
rdoc_options: []
|
|
30
|
+
require_paths:
|
|
31
|
+
- lib
|
|
32
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
33
|
+
requirements:
|
|
34
|
+
- - ">="
|
|
35
|
+
- !ruby/object:Gem::Version
|
|
36
|
+
version: '0'
|
|
37
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
38
|
+
requirements:
|
|
39
|
+
- - ">="
|
|
40
|
+
- !ruby/object:Gem::Version
|
|
41
|
+
version: '0'
|
|
42
|
+
requirements: []
|
|
43
|
+
rubyforge_project:
|
|
44
|
+
rubygems_version: 2.2.2
|
|
45
|
+
signing_key:
|
|
46
|
+
specification_version: 4
|
|
47
|
+
summary: Easy sign in for Rails apps
|
|
48
|
+
test_files: []
|