blaggard 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/blaggard-1.0.0.gem +0 -0
- data/blaggard.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 15b1348276b956ac5b30cade3d195eb0a28d4926
|
4
|
+
data.tar.gz: 58c02a9200af2a02ee830f965071fdd89002a88a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: add03dc9972eb44b62c0308414881c68e8e6bef4e6e712a4e1ffd6b990a94682634ad2a057da21980d459e27ee4cadbe6ae84cf8db3c4eb69310431569d162ab
|
7
|
+
data.tar.gz: d42c63c2390d6274a698f9894d373e9505d3a7337c2be9ddd83d934fd4a3256701aad6c2baa9504aa8d396a90c683a4190c89c044167645e0ea0228424b4cd8f
|
data/blaggard-1.0.0.gem
ADDED
Binary file
|
data/blaggard.gemspec
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'blaggard'
|
3
|
-
s.version = '1.0.
|
3
|
+
s.version = '1.0.1'
|
4
4
|
s.date = '2013-06-02'
|
5
5
|
s.summary = "This is a fork of Grack that adds Branch Level Access control and LDAP Authentication"
|
6
|
-
s.description = "This is a fork of Grack that adds Branch Level Access control and LDAP Authentication
|
6
|
+
s.description = "This is a fork of Grack that adds Branch Level Access control and LDAP Authentication"
|
7
7
|
s.authors = ['Scott Chacon', 'Dawa Ometto', 'Ryan Canty']
|
8
8
|
s.email = 'jrcanty@gmail.com'
|
9
9
|
s.files = `git ls-files`.split("\n")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: blaggard
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Scott Chacon
|
@@ -55,8 +55,7 @@ dependencies:
|
|
55
55
|
- !ruby/object:Gem::Version
|
56
56
|
version: '0'
|
57
57
|
description: This is a fork of Grack that adds Branch Level Access control and LDAP
|
58
|
-
Authentication
|
59
|
-
web application
|
58
|
+
Authentication
|
60
59
|
email: jrcanty@gmail.com
|
61
60
|
executables:
|
62
61
|
- blaggard
|
@@ -70,6 +69,7 @@ files:
|
|
70
69
|
- README.md
|
71
70
|
- Rakefile
|
72
71
|
- bin/blaggard
|
72
|
+
- blaggard-1.0.0.gem
|
73
73
|
- blaggard.gemspec
|
74
74
|
- config.yml.example
|
75
75
|
- install.txt
|