zanoxrb 0.5.4 → 0.5.4.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: d25416b2971e7067a80da8e23d5de8c3780b2aa0
4
- data.tar.gz: c2aa71c7209d35eb474f99d96a7f835ca1c531a2
3
+ metadata.gz: 8b5abf350b8d7cd73edeb57c2904de72609125ef
4
+ data.tar.gz: 87e4cf24548f838e1b56f18938365f337976e1fd
5
5
  SHA512:
6
- metadata.gz: ab37f62795cc3adea8ca488b7a30b393280485bf87af27fd6d52c7a37f766be51a22c6878e97dc88e8d4c22382212a23e349a8805cc63bed389f7c526d2aad6a
7
- data.tar.gz: 77c7bee4ada16014cd00746128f22aa58e84b9c13895e089d5c2f5fed78d41327a652d15b07c060036b715c0ba7fe885b50b8c0a5fc888dc9785b47c4703cc60
6
+ metadata.gz: 57a6f5e47aad540f5755e1059d59c993b2e8b87da36f0a659d8344845310137e79cacd57d23f66a4a072bdc92b5e1a6640a575e173a0e40ac00384d665752fa4
7
+ data.tar.gz: 1c0d5d5294529c7c707c070f01f8ef84a00e8910f5b58a9aa00fa64c21c33e912338a20e5fccd364f613616bc62a27ccba0bef55415f5ab31ddf89b5597f4e37
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- zanoxrb (0.5.4)
4
+ zanoxrb (0.5.4.1)
5
5
  httparty (~> 0.13)
6
6
  ruby-try (~> 1.1)
7
7
 
@@ -23,7 +23,7 @@
23
23
  #++
24
24
 
25
25
  module Zanox
26
- class TrackingCategories < Item
26
+ class TrackingCategory < Item
27
27
  attr_reader :pid, :program, :adspace, :transaction_type, :sale_fixed, :sale_percent
28
28
 
29
29
  ###################
data/lib/zanox/version.rb CHANGED
@@ -23,5 +23,5 @@
23
23
  #++
24
24
 
25
25
  module Zanox
26
- VERSION = '0.5.4'
26
+ VERSION = '0.5.4.1'
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zanoxrb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.4
4
+ version: 0.5.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Giovanni Capuano