q_auth_ruby_client 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/q_auth_ruby_client/engine.rb +2 -0
- data/lib/q_auth_ruby_client/version.rb +1 -1
- 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: 1463d48f8de5acf0a98f8dabeb7891d13ca291e6
|
4
|
+
data.tar.gz: 44c8aa0bd5a9fd255d23bbff3947ff596271f402
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 220cdf1308aed42119521934a75b285e28d43594ffe04410a4556d120319ae649d99879da0594f016a2e44ed8aa5efdca0769b4fd7c40c6485e5d2efbb39c762
|
7
|
+
data.tar.gz: 8c1192509623c8c566bc2ff7f6dfa233f69c1a3e1f89dbf49fadf59709fd2ee75a813117797f7c912624af9baeb150404e9c80fc1a114d733dce96b01e64262e
|
@@ -4,9 +4,11 @@ module QAuthRubyClient
|
|
4
4
|
|
5
5
|
initializer "q_auth_ruby_client.configure_rails_initialization" do |app|
|
6
6
|
ActiveSupport.on_load :action_controller do
|
7
|
+
include QAuthRubyClient::ApplicationHelper
|
7
8
|
include QAuthRubyClient::ApiHelper
|
8
9
|
include QAuthRubyClient::NotificationHelper
|
9
10
|
include QAuthRubyClient::SessionsHelper
|
11
|
+
helper QAuthRubyClient::ApplicationHelper
|
10
12
|
helper QAuthRubyClient::ApiHelper
|
11
13
|
helper QAuthRubyClient::NotificationHelper
|
12
14
|
helper QAuthRubyClient::SessionsHelper
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: q_auth_ruby_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Krishnaprasad Varma
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-01-
|
11
|
+
date: 2015-01-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|