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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 06cfa0eca623027d630cfd8dfc02c3e9f246fe80
4
- data.tar.gz: 27834add5d33e7f98e94858ac1fbef75ec3c57e4
3
+ metadata.gz: 1463d48f8de5acf0a98f8dabeb7891d13ca291e6
4
+ data.tar.gz: 44c8aa0bd5a9fd255d23bbff3947ff596271f402
5
5
  SHA512:
6
- metadata.gz: 19c4dc2106049bd246fe3879a33db96e116e3a52a546939536357d13c8951f0a6d49f93085aab35fa8909492a7b336a83b901446b0def4942fb0f08611305549
7
- data.tar.gz: 469fe5249bc0f35fa09eb073ffed7a42e0fe844e2a88c3d2aebc785a073a805e198b5d224cf200138207ea63848c8cf186a0574f20f1b7d021c1c34553da55a2
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
@@ -1,3 +1,3 @@
1
1
  module QAuthRubyClient
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
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.2
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-21 00:00:00.000000000 Z
11
+ date: 2015-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails