devise-basecamper 0.2.1 → 0.2.2
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.
- data/README.md +1 -0
- data/devise-basecamper.gemspec +3 -3
- data/lib/devise-basecamper/version.rb +1 -1
- metadata +6 -4
data/README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
# Devise::Basecamper
|
|
2
|
+
[](http://badge.fury.io/rb/devise-basecamper)
|
|
2
3
|
|
|
3
4
|
Devise-Basecamper was built to allow users of [Devise](https://github.com/plataformatec/devise) to implement "Basecamp" style subdomain scoped authentication with
|
|
4
5
|
support for multiple users. There are a lot of [great tutorials](https://github.com/RailsApps/rails3-subdomains) out
|
data/devise-basecamper.gemspec
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
require File.expand_path('../lib/devise-basecamper/version', __FILE__)
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |gem|
|
|
5
|
-
gem.authors = ["JD Hendrickson"]
|
|
6
|
-
gem.email = ["jd@digitalopera.com"]
|
|
5
|
+
gem.authors = ["JD Hendrickson", "Grant Klinsing"]
|
|
6
|
+
gem.email = ["jd@digitalopera.com", "grant@digitalopera.com"]
|
|
7
7
|
gem.description = %q{Implement basecamp style subdomain authentication with support for multiple users under a single subdomain scoped account.}
|
|
8
8
|
gem.summary = %q{Implement basecamp style subdomain authentication}
|
|
9
9
|
gem.homepage = "https://github.com/digitalopera/devise-basecamper"
|
|
@@ -16,5 +16,5 @@ Gem::Specification.new do |gem|
|
|
|
16
16
|
gem.version = Devise::Basecamper::VERSION
|
|
17
17
|
|
|
18
18
|
gem.add_dependency('orm_adapter', '~> 0.1')
|
|
19
|
-
gem.add_dependency('devise', '~> 2.
|
|
19
|
+
gem.add_dependency('devise', '~> 2.2.0')
|
|
20
20
|
end
|
metadata
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: devise-basecamper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- JD Hendrickson
|
|
9
|
+
- Grant Klinsing
|
|
9
10
|
autorequire:
|
|
10
11
|
bindir: bin
|
|
11
12
|
cert_chain: []
|
|
12
|
-
date:
|
|
13
|
+
date: 2013-04-01 00:00:00.000000000 Z
|
|
13
14
|
dependencies:
|
|
14
15
|
- !ruby/object:Gem::Dependency
|
|
15
16
|
name: orm_adapter
|
|
@@ -34,7 +35,7 @@ dependencies:
|
|
|
34
35
|
requirements:
|
|
35
36
|
- - ~>
|
|
36
37
|
- !ruby/object:Gem::Version
|
|
37
|
-
version: 2.
|
|
38
|
+
version: 2.2.0
|
|
38
39
|
type: :runtime
|
|
39
40
|
prerelease: false
|
|
40
41
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -42,11 +43,12 @@ dependencies:
|
|
|
42
43
|
requirements:
|
|
43
44
|
- - ~>
|
|
44
45
|
- !ruby/object:Gem::Version
|
|
45
|
-
version: 2.
|
|
46
|
+
version: 2.2.0
|
|
46
47
|
description: Implement basecamp style subdomain authentication with support for multiple
|
|
47
48
|
users under a single subdomain scoped account.
|
|
48
49
|
email:
|
|
49
50
|
- jd@digitalopera.com
|
|
51
|
+
- grant@digitalopera.com
|
|
50
52
|
executables: []
|
|
51
53
|
extensions: []
|
|
52
54
|
extra_rdoc_files: []
|