iris-rb 0.1.13 → 0.1.14

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
  SHA256:
3
- metadata.gz: e6c95459d32ba6896c238244a5019235143b752550e73772353593f915a1316f
4
- data.tar.gz: 6d815be63a81f0fe4df8737be49a0e4b72d5a0e919f4c6a4f217684269c4a82e
3
+ metadata.gz: 3b49307eff489d1438f2397163481590e67b86b438eb9a9c7de379305278aec5
4
+ data.tar.gz: 23a7391a80dac277b13b3e07c09542a531e652a7931312d441536bb8f8723d84
5
5
  SHA512:
6
- metadata.gz: a7bb3e9be5df11936d0dfe8d63094d4e65c149d65fb232b5d1b651a185a70340448b38a397435f0f78059be028c5cff23c1dcc0ee1f2f980cfa9fa87717b655a
7
- data.tar.gz: 42a53ab07b7e807ddc8bbae2fe7aeb9e8a085ccfd9bb45cc7e042cd2ec209504467579ed2ae7597ae582b94ae5a3374af5f1e2f2aaa837affef2c234d06b192e
6
+ metadata.gz: f8bddb6ba8f60fb804f7aa08f4a2f68b802801632ae1ae68abbe60fda2e5b9db24f41fd96c98f692ae7b864b890424e7f1247cee38a41e7831aa7918827017cf
7
+ data.tar.gz: 8d82c7da734e22e8105e3ee489aae0d8b7b32961d7b3dda4888229cf930b8ea77c1f2e37d908fb0557af2021f6a5117881db3ce4a08b4bb6bbc75066e5ab2dbd
data/lib/iris/azione.ir CHANGED
@@ -69,7 +69,7 @@ modulo Iris
69
69
  fine
70
70
 
71
71
  @corpo = @corpo.in_json se @corpo.risponde_a? :in_json
72
- @intestazioni.deposita "Content-Length", @corpo.bytesize.to_s
72
+ @intestazioni.deposita "Content-Length", @corpo.bytesize.to_s a_meno_che @stato == 204
73
73
  dopo
74
74
  registra_azione
75
75
 
data/lib/iris/versione.ir CHANGED
@@ -1,3 +1,3 @@
1
1
  modulo Iris
2
- VERSIONE = "0.1.13"
2
+ VERSIONE = "0.1.14"
3
3
  fine
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iris-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francesco Ballardin