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 +1 -1
- data/README.md +5 -0
- data/abstract_auth.gemspec +1 -1
- data/lib/abstract_auth/version.rb +1 -1
- metadata +4 -4
data/Gemfile.lock
CHANGED
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
|
data/abstract_auth.gemspec
CHANGED
|
@@ -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/
|
|
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
|
|
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:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
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/
|
|
77
|
+
homepage: https://github.com/quickleft/abstract_auth
|
|
78
78
|
licenses: []
|
|
79
79
|
|
|
80
80
|
post_install_message:
|