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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 31aab3cfdcd15e952475d87c6504c1258e579183
4
- data.tar.gz: d24471bf40000af22e5a0ac0dffd6700abe086f3
3
+ metadata.gz: 15b1348276b956ac5b30cade3d195eb0a28d4926
4
+ data.tar.gz: 58c02a9200af2a02ee830f965071fdd89002a88a
5
5
  SHA512:
6
- metadata.gz: 8842ba4475ce9b8b5cbfa7689af39db5974f33525e3f8b9085d55843b9413e926fc3dee55b2254626f2d8ae7f269d0d85ac6d3465f84a7257fdaf0c9d5a9215c
7
- data.tar.gz: bccc8d1cdfcb61f22da3ef9c735380341e6d8785f7c2dd4ed7b78cf27574ff89401dda9aff0baac2c359a916be5ff27cdd83a9cced3387d4c643454c2ce38271
6
+ metadata.gz: add03dc9972eb44b62c0308414881c68e8e6bef4e6e712a4e1ffd6b990a94682634ad2a057da21980d459e27ee4cadbe6ae84cf8db3c4eb69310431569d162ab
7
+ data.tar.gz: d42c63c2390d6274a698f9894d373e9505d3a7337c2be9ddd83d934fd4a3256701aad6c2baa9504aa8d396a90c683a4190c89c044167645e0ea0228424b4cd8f
Binary file
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'blaggard'
3
- s.version = '1.0.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. This was designed to be used in conjuction with Qualcomm's ChipCode web application"
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.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. This was designed to be used in conjuction with Qualcomm's ChipCode
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