tzispa 0.5.16 → 0.5.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a66c42c350fb07b86a732e2f6c3a392cf567f54c
4
- data.tar.gz: 84f80906ff6210b0143bfa4814f4d1c0541428e3
3
+ metadata.gz: 76d727af344f043d01060b60f98dc46d363cf2de
4
+ data.tar.gz: 39aa0eb52c764598a6dfa416b12d9f5098f64701
5
5
  SHA512:
6
- metadata.gz: 6a2ce3fa70593ab56c1a53cfb2998ffb7c55309f5aaaeef354a506f429c34e26d56911dbf082fd52a87e93cf6b5e38770b9031ebf827d3031a9e79d291d41e39
7
- data.tar.gz: 05402a9069993d25422e91205a16f2b9b827980415c00ecbd6f0d38479c9295a8415da28ee015605fd944cb6a4b0c57f4f2398b0be0ff6cf43b5d8459d764cd6
6
+ metadata.gz: '0957f93051d376bc12bd0a77c93f8886ff607ff179172bf5ed8619ecaa3dcedcd00491335591e8092e590648e323d93460fa79e092bcb06fb4031683b0760fb9'
7
+ data.tar.gz: 2eb808739fee4c3231ec7abd97cc1c7c45c42e810062090f923f2125dc12974412e992eb2aac37a63d5991f5f5399b46de883da0d860673fdaa6982feca8b446
data/CHANGELOG.md CHANGED
@@ -2,6 +2,9 @@ Tzispa
2
2
 
3
3
  General purpose web framework
4
4
 
5
+ ## v0.5.17
6
+ - remove debug puts
7
+
5
8
  ## v0.5.16
6
9
  - controller/api: not populate body with the handler data if error? at json response
7
10
  - api/handler: fix i18n key in api handler error message builder
@@ -35,8 +35,7 @@ module Tzispa
35
35
  handler.data.start_with?('#') ? "#{request.referer}#{handler.data}" : handler.data
36
36
  else
37
37
  request.referer
38
- end
39
- puts "#{handler.error?} -> #{handler.message}"
38
+ end
40
39
  context.flash << handler.message if config.sessions&.enabled && handler.error?
41
40
  context.redirect url, config.absolute_redirects, response
42
41
  end
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tzispa
4
- VERSION = '0.5.16'
4
+ VERSION = '0.5.17'
5
5
  FRAMEWORK_NAME = 'Tzispa'
6
6
  GEM_NAME = 'tzispa'
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tzispa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.16
4
+ version: 0.5.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Antonio Piñero