shared-secret-authentication 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -1,7 +1,9 @@
1
1
  require 'yaml'
2
2
  require 'digest'
3
3
 
4
- Dir['lib/shared-secret-authentication/*.rb'].each do |file|
5
- require file
6
- end
7
-
4
+ #Dir['shared-secret-authentication/*.rb'].each do |file|
5
+ # puts file
6
+ # require file
7
+ #end
8
+ require 'shared-secret-authentication/load_secret'
9
+ require 'shared-secret-authentication/hash_signatures'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shared-secret-authentication
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Josh Moore
@@ -52,7 +52,7 @@ files:
52
52
  - VERSION
53
53
  - config/shared_secret.yml
54
54
  - lib/shared-secret-authentication.rb
55
- - lib/shared-secret-authentication/hash_signitures.rb
55
+ - lib/shared-secret-authentication/hash_signatures.rb
56
56
  - lib/shared-secret-authentication/load_secret.rb
57
57
  - spec/shared-secret-authentication/hash_signitures_spec.rb
58
58
  - spec/shared-secret-authentication/load_secret_spec.rb