oauthiojs-rails 0.2.4 → 0.2.4.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.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/lib/oauthiojs/rails/version.rb +1 -1
- data/vendor/assets/javascripts/{oauth.js → oauthio.js} +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f6e0a78245be9eaba1607e03edd8e6c5dd1dd258
|
|
4
|
+
data.tar.gz: 092142c12e1715d2001b85683a39e5b00ccd3f69
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3d3023eb1866e5ddffa12da8580cbc4ca2a11c49712edf6ea1d6524024050c4afedcca377f6a1ce2ea954539ea4cf2004faa2cc655b5569fc1ea707483e3fbb1
|
|
7
|
+
data.tar.gz: b7bf2d4f2348787b349881989537cdfb7500d50de492a56c9352d4b9f70bffc9b7247588749a49e76d9c1745c5b35f56c6178bcc3de067db644d3a173e6fa08f
|
data/README.md
CHANGED
|
@@ -4,7 +4,7 @@ oauthiojs-rails wraps the [oauth.js](https://oauth.io/) library in a rails engin
|
|
|
4
4
|
use with the asset pipeline provided by rails 3.1. The gem includes the development (non-minified)
|
|
5
5
|
source for ease of exploration. The asset pipeline will minify in production.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
oauthio.js is "a javascript OAuth library allows you to integrate 100+ providers really easily in your web app,
|
|
8
8
|
without worrying about each provider's OAuth specific implementation."
|
|
9
9
|
Please see the [documentation](https://oauth.io/docs/api-reference/client/javascript) for details.
|
|
10
10
|
|
|
@@ -21,8 +21,8 @@ Add the following directive to your Javascript manifest file (application.js):
|
|
|
21
21
|
|
|
22
22
|
## Versioning
|
|
23
23
|
|
|
24
|
-
oauthiojs-rails 0.2.4 ==
|
|
24
|
+
oauthiojs-rails 0.2.4 == oauthio.js 0.2.4
|
|
25
25
|
|
|
26
26
|
Every attempt is made to mirror the currently shipping oauth.js version number wherever possible.
|
|
27
|
-
The major, minor, and patch version numbers will always represent the
|
|
27
|
+
The major, minor, and patch version numbers will always represent the oauthio.js version. Should a gem
|
|
28
28
|
bug be discovered, a 4th version identifier will be added and incremented.
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: oauthiojs-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.4
|
|
4
|
+
version: 0.2.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonathan Rowlands
|
|
@@ -69,7 +69,7 @@ files:
|
|
|
69
69
|
- lib/oauthiojs/oauthiojs-rails.rb
|
|
70
70
|
- lib/oauthiojs/rails/version.rb
|
|
71
71
|
- oauthiojs-rails.gemspec
|
|
72
|
-
- vendor/assets/javascripts/
|
|
72
|
+
- vendor/assets/javascripts/oauthio.js
|
|
73
73
|
homepage: https://oauth.io
|
|
74
74
|
licenses:
|
|
75
75
|
- MIT
|