oauthiojs-rails 0.2.4 → 0.2.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6efb5042744c91054c496a661818f8e339c6ba03
4
- data.tar.gz: 3f4621e6d3b7072e5f0159fc756c7e135c092793
3
+ metadata.gz: f6e0a78245be9eaba1607e03edd8e6c5dd1dd258
4
+ data.tar.gz: 092142c12e1715d2001b85683a39e5b00ccd3f69
5
5
  SHA512:
6
- metadata.gz: bfb5592a60b5bcca6d0990a42d5ef8905cf2550440a2cd3bf3e9c667cc91605ab6873ebe75b57813de89fc9c5334b1f74517788468a2167590a3e15ff8101a8c
7
- data.tar.gz: 651bd59634ac4b703518e1a6b1e3f89f563f619ebe41b60cf755babd321b5cf0650c7926b7962fe0e7e9c90205f4c88fa7d53becab59a97027bc17d9ba11a69e
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
- oauth.js is "a javascript OAuth library allows you to integrate 100+ providers really easily in your web app,
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 == oauth.js 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 oauth.js version. Should a gem
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.
@@ -1,5 +1,5 @@
1
1
  module Oauthiojs
2
2
  module Rails
3
- VERSION = "0.2.4"
3
+ VERSION = "0.2.4.1"
4
4
  end
5
5
  end
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/oauth.js
72
+ - vendor/assets/javascripts/oauthio.js
73
73
  homepage: https://oauth.io
74
74
  licenses:
75
75
  - MIT