thoth 0.0.6 → 0.0.7

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: bf973001ee233881ab90f419d34c0a2309c77384
4
- data.tar.gz: 72dcca25a59ea36fe4bc00841a7f56d85846e425
3
+ metadata.gz: a65775a29690b9a11318adea865cc4351e5cf63f
4
+ data.tar.gz: d24d2ff4961996e528040ac90518cbf0d986afa7
5
5
  SHA512:
6
- metadata.gz: 53d6518d84221be35752b0cd9902bf4fdb75b2097c82490ebd0b49f80b8834d8a72ca79f5cc2b984e8c9ab8fb13517089b496a169c753ae512eecb838b786454
7
- data.tar.gz: bb2dff3aec685077dc08204b69c404ee850927187226a51fc0bfb60de9010a9d45e3e4fd37bc836067c163cd480b0e69e03b88f198263e687360a5661a49a517
6
+ metadata.gz: a884fa11c29399ad01e1e3cdcc82a65094d8e34802819f44b25da295f05b7044887c96ea37f514695f319bb80b7388a2964bfc1e62b5daedac17402bafb1c750
7
+ data.tar.gz: 2f80b4be156db2ac6dae26b8591333185aefb03d12b2777515df34a8f2a3ae996947d4d5c80dff0aaaefa1e988b1432f794dde7266b70d5530b5a58f509a247d
@@ -13,7 +13,7 @@ module Thoth
13
13
  end
14
14
 
15
15
  def thoth_request_context
16
- context = params.dup
16
+ context = params.to_h
17
17
  context[:current_user] = current_user.try(:id) if defined?(current_user)
18
18
  context
19
19
  end
data/lib/thoth/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Thoth
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thoth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philippe Huibonhoa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-28 00:00:00.000000000 Z
11
+ date: 2016-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport