abstract_auth 0.1.2 → 0.1.3

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.
@@ -1,13 +1,13 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- abstract_auth (0.1.2)
5
- module_ext (~> 0.1.0)
4
+ abstract_auth (0.1.3)
5
+ module_ext (~> 0.1.1)
6
6
 
7
7
  GEM
8
8
  remote: http://rubygems.org/
9
9
  specs:
10
- module_ext (0.1.0)
10
+ module_ext (0.1.1)
11
11
  rake (0.8.7)
12
12
 
13
13
  PLATFORMS
@@ -15,5 +15,5 @@ PLATFORMS
15
15
 
16
16
  DEPENDENCIES
17
17
  abstract_auth!
18
- module_ext (~> 0.1.0)
18
+ module_ext (~> 0.1.1)
19
19
  rake (~> 0.8.7)
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
14
14
 
15
15
  s.rubyforge_project = "abstract_auth"
16
16
 
17
- s.add_dependency "module_ext", "~> 0.1.0"
17
+ s.add_dependency "module_ext", "~> 0.1.1"
18
18
  s.add_development_dependency "rake", "~> 0.8.7"
19
19
 
20
20
  s.files = `git ls-files`.split("\n")
@@ -1,3 +1,3 @@
1
1
  module AbstractAuth
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: abstract_auth
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 2
10
- version: 0.1.2
9
+ - 3
10
+ version: 0.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ryan Cook
@@ -26,12 +26,12 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- hash: 27
29
+ hash: 25
30
30
  segments:
31
31
  - 0
32
32
  - 1
33
- - 0
34
- version: 0.1.0
33
+ - 1
34
+ version: 0.1.1
35
35
  type: :runtime
36
36
  version_requirements: *id001
37
37
  - !ruby/object:Gem::Dependency