dopis_online_client 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ module DopisOnlineClient
7
7
 
8
8
  def initialize(params)
9
9
  @color = params[:color] || 0 # cernobile
10
- @postage_type = params[:postage_type] || 66 # obycejne
10
+ @postage_type = params[:postage_type] || 195 # obycejne
11
11
  @payment_type = params[:payment_type] || 0 # fakturou
12
12
  @format = params[:format] || :xml
13
13
  @pdf_file_path = params[:pdf_file_path]
@@ -1,3 +1,3 @@
1
1
  module DopisOnlineClient
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dopis_online_client
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 0
10
- version: 0.2.0
9
+ - 1
10
+ version: 0.2.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jiri Kubicek
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-05-21 00:00:00 +02:00
18
+ date: 2011-11-01 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency