abstract_auth 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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- abstract_auth (0.0.1)
4
+ abstract_auth (0.1.0)
5
5
  module_ext (~> 0.1.0)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -1,6 +1,11 @@
1
1
  #AbstractAuth
2
2
 
3
+ ##WARNING
4
+
5
+ This gem is still under development and may change significantly.
6
+
3
7
  ##A Short Story
8
+
4
9
  One day you, Sir Lucius Leftfoot, are hacking your little heart out, and
5
10
  you realize that you're writing the same code over and over again to for
6
11
  your clients. So, you think to yourself, "What if I packaged this up all
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Ryan Cook"]
10
10
  s.email = ["ryan@quickleft.com"]
11
- s.homepage = "https://github.com/cookrn/abstract_auth"
11
+ s.homepage = "https://github.com/quickleft/abstract_auth"
12
12
  s.summary = %q{A gem to safely provide external application resources with a coherent and configurable API to a host application's authentication procedures.}
13
13
  s.description = %q{A gem to safely provide external application resources with a coherent and configurable API to a host application's authentication procedures.}
14
14
 
@@ -1,3 +1,3 @@
1
1
  module AbstractAuth
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
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: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ryan Cook
@@ -74,7 +74,7 @@ files:
74
74
  - test/abstract_auth_test.rb
75
75
  - test/test_helper.rb
76
76
  has_rdoc: true
77
- homepage: https://github.com/cookrn/abstract_auth
77
+ homepage: https://github.com/quickleft/abstract_auth
78
78
  licenses: []
79
79
 
80
80
  post_install_message: