assonnato 0.6 → 0.6.1

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: 484942eb226ba61bef25c07194237ae08ba67c86
4
- data.tar.gz: 771ca979395c5c0f66f4a365c0ad29b248eba7d5
3
+ metadata.gz: 0d52d3fe4e41cf0818c1767612539815263dd396
4
+ data.tar.gz: 031f5d0a3ccd84cb97165f6f455d9750fb1bf62d
5
5
  SHA512:
6
- metadata.gz: 0b65a99929164a70dfd40bd53793d2b8e9246f50c4cc8d18bcb292e48f1020d840890e420dd96ce55e30ca123fc00fb7d7c899d8b34fdb1a6a8f2d53f7318107
7
- data.tar.gz: 2e4f7bf18cf6187ab947912b2829e30008f289ca0c502df54ceda31d32164a2bcf6521e7fb53751b15591eb9eabcb3007ce426707362799a8f575ad0b5451c48
6
+ metadata.gz: 9c79e568b71f922e5a42f3961236f1d0955577ac0daa87e58a96fa0a7c253f5be503a853b53188d7f7a1851918402dd066683c8de785e6b9e3bc73242dbc1830
7
+ data.tar.gz: bbd444d534c26ead3c04690a4fa0b2d6926a3a326a9dc56ef7ab88f480e67b2660dd10e992e7b6a8ede8e74dd9436237c714d187c333e5d7941b93cf0c9cd343
@@ -32,7 +32,6 @@ module Assonnato
32
32
  end
33
33
  }
34
34
 
35
- puts "#{filters}/shows/all/#{status}"
36
35
  parse get(@host, @path, "#{filters}/shows/all/#{status}")
37
36
  end
38
37
 
@@ -9,5 +9,5 @@
9
9
  #++
10
10
 
11
11
  module Assonnato
12
- VERSION = '0.6'
12
+ VERSION = '0.6.1'
13
13
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: assonnato
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.6'
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Giovanni Capuano