betauseraccess 0.1.0 → 0.1.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.
metadata
CHANGED
@@ -1,18 +1,20 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: betauseraccess
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
|
-
-
|
8
|
+
- Chris Brulak
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
date: 2012-06-05 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
|
-
description:
|
15
|
-
|
14
|
+
description: BetaUserAccess allows you to block users from your site and at the same
|
15
|
+
time allow them to request beta user access. Once access is granted the user can
|
16
|
+
access the site. At the moment all based on twitter logins
|
17
|
+
email: ccmbrulak@gmail.com
|
16
18
|
executables: []
|
17
19
|
extensions: []
|
18
20
|
extra_rdoc_files:
|
@@ -66,5 +68,5 @@ rubyforge_project:
|
|
66
68
|
rubygems_version: 1.8.23
|
67
69
|
signing_key:
|
68
70
|
specification_version: 3
|
69
|
-
summary:
|
71
|
+
summary: Block, request and allow beta access
|
70
72
|
test_files: []
|