arborist_chat_rails 0.3.2 → 0.3.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
  SHA256:
3
- metadata.gz: 2aa7119db347491c7e0e57dd9536951313370a587301c5822269ac8369cde1a0
4
- data.tar.gz: 0fdb59f4f86f78da41547029ede33e7671f2c9801fe93e68c91fe7d5994cdec8
3
+ metadata.gz: d7bbc04b2a69f4f50a645767adba3238b92128ca5c662163a90c89791244200f
4
+ data.tar.gz: 12aad8903ff793d46bd913bacb1152a0cb01321e9b1f313871576dfbca4f3b10
5
5
  SHA512:
6
- metadata.gz: ebe8913dc7a939574c58867889740947383479d484c251a4fa55858b05ec4aa01a7bba9326077f6eb1b783b8db0eac254116e92963b734bf6299393d3a4c280b
7
- data.tar.gz: e6f7c77ce76b60d51aee3ff11f3a576317fa0022de0e0756ca3926f124c3957042a2c764d1ca8690d8736e87994afcd2f8b5a8bc76cf055d4240e0b6080bf092
6
+ metadata.gz: 97b860181e6cee7a9adbfb80b6777461c92ff0cf6e0569b16e24ea7c0ed2913923eb22ef64ce02e634112baa874acce6f7de781bf161db5ed2c1d7e64eee3744
7
+ data.tar.gz: e06237d02243ba3df0ab26cdb163d6153a9cee777fa9e3eb1fd0a79ecf3815e4e0841bd893e11a48b0451e2e962e4874b2a882817aa4352f64f7d3ece2c4e4f9
@@ -1,3 +1,7 @@
1
+ ## [0.3.3] - 2020-07-25
2
+
3
+ - fixes issue when jwt wasnt already required
4
+
1
5
  ## [0.3.2] - 2020-07-25
2
6
 
3
7
  - fixes issue with 0.3.1 publishing
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- arborist_chat_rails (0.3.2)
4
+ arborist_chat_rails (0.3.3)
5
5
  actionview (> 3.0)
6
6
  activesupport (> 3.0)
7
7
  jwt (> 2.0)
@@ -1,5 +1,6 @@
1
1
  require %q{action_view}
2
2
  require %q{active_support}
3
+ require %q{jwt}
3
4
 
4
5
  module ArboristChatRails::TagsHelper
5
6
  extend ActiveSupport::Concern
@@ -28,7 +29,7 @@ module ArboristChatRails::TagsHelper
28
29
  [%q{https://www.arborist.app}, path]
29
30
  end.join(%q{/})
30
31
  end
31
-
32
+
32
33
  def token(config)
33
34
  JWT.encode(payload(config), config.app_secret, %q{HS256})
34
35
  end
@@ -1,3 +1,3 @@
1
1
  module ArboristChatRails
2
- VERSION = %q{0.3.2}.freeze
2
+ VERSION = %q{0.3.3}.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arborist_chat_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leon