wordjelly-auth 1.1.8 → 1.1.9

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: c7ab725ad999f3946bd4ab7ba2cee07eb9b8cbd5
4
- data.tar.gz: 76ba5387d53e18539441f2b3514988b4bb4adb6c
3
+ metadata.gz: e8402a563fd5caf246b0ed25f0813349cc3a0583
4
+ data.tar.gz: 33f354ac8af126991ec8c530a1d9665af0143acb
5
5
  SHA512:
6
- metadata.gz: f2e71a5be7e81f2d8ad4006973f2d94306cce5bc5b3d69d42d6c8dfb97a8be775deb68fc177357496c83d92335c13b6963c9ef72fe3a136a4b592f9959d318ce
7
- data.tar.gz: b363954188740ee6731b712e443950cf6e8e67f1a60e9af94c1ea8ed27d293db0c6ff1cea7da522a85c892e038b9aa9a39e2176899ed97b2c1fedcfc8256386c
6
+ metadata.gz: 63b7c57366624aaf10442d3744ff354fdf4a8abd2bef90ccbfdb1af516c0dea734a7fbb763bd85d1fe8c0e10cf5af9aea4bced8b6cb346e06acbf2f759658827
7
+ data.tar.gz: 321a6298b2adc0dc50e111de609dc0e5e652728af8a563994452359dac149ed9f9e239d146e6e6dca1dbe37c79d7ff1870d196062002e4c52131dcde801c4da8
@@ -2,9 +2,6 @@ module Auth::Concerns::Work::InstructionControllerConcern
2
2
 
3
3
  extend ActiveSupport::Concern
4
4
 
5
- included do
6
- include Auth::Work::Instructions::InstructionsHelper
7
- end
8
5
 
9
6
 
10
7
  def initialize_vars
@@ -1,7 +1,7 @@
1
1
  class Auth::Work::InstructionsController < Auth::Work::WorkController
2
2
 
3
3
  include Auth::Concerns::Work::InstructionControllerConcern
4
-
4
+ include Auth::Work::Instructions::InstructionsHelper
5
5
  ## only these actions need an authenticated user to be present for them to be executed.
6
6
  CONDITIONS_FOR_TOKEN_AUTH = [:create,:update,:destroy,:edit,:new]
7
7
 
@@ -1,3 +1,3 @@
1
1
  module Auth
2
- VERSION = "1.1.8"
2
+ VERSION = "1.1.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wordjelly-auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.8
4
+ version: 1.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - bhargav