thecore_print_commons 3.1.0 → 3.1.1

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: 45b945b4a1bbc4ea1b0b766a1a13933b237aa674e106d12ccfdb86d78d8ad724
4
- data.tar.gz: ab717f07bfd3a4bc69bba112f080550774901954fd96b5d7f73673f62a1e2aea
3
+ metadata.gz: ac2b967fbaf1b977a15a044f1657a801f86ab557aca189db12f534e710a34fe1
4
+ data.tar.gz: 1b5b08247a48a443751dd9c6ce053f5b1412c445c58773240e9823aa90421cc7
5
5
  SHA512:
6
- metadata.gz: f789ff4f87cac5aeadb901e21d00f4fd6cd9c2bfc0955d5ed5780c5d8905e67ebec26fa4e693e9cb6bd485955ae265e7d440906c9a118381c4f6cb4740ffee79
7
- data.tar.gz: 715307e7640aaca4c78c9966bd5fcba6fb7dbb853b16bd563f087e7621ad696690ffef94930ddfda882bd2d086d455242e06aa33b3ed02db5dc1830ff52a1c5c
6
+ metadata.gz: 959ae6116fc7d89e8d9d6d5729771d3206c5637e80b0e9eeaba609a20200d739d69c27ecdef1c5abe0f7bd0d9b0b766ff8a3fce96b46a71fe9ede329f17f36a7
7
+ data.tar.gz: 7684c869c5ff3143fc71cd3a0dea6f055c18348492b88215619c93cb5bb96d824b7268a09ccd91bbca37584ad0217b8db32d28b1044fc87b4f85c9d57e10bf8e
@@ -29,7 +29,9 @@ class Endpoints::Printer < NonCrudEndpoints
29
29
  "application/json": {
30
30
  schema: {
31
31
  type: "object",
32
- additionalProperties: true
32
+ properties: {
33
+ info: { type: "string" }
34
+ }
33
35
  }
34
36
  }
35
37
  }
@@ -1,3 +1,3 @@
1
1
  module ThecorePrintCommons
2
- VERSION = "3.1.0".freeze
2
+ VERSION = "3.1.1".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_print_commons
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni