rs.ge 0.1.0.beta1 → 0.1.0.beta2

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.
Files changed (3) hide show
  1. data/lib/rs.rb +9 -0
  2. data/lib/rs/version.rb +1 -1
  3. metadata +3 -5
data/lib/rs.rb CHANGED
@@ -8,3 +8,12 @@ require 'rs/models/waybill_unit'
8
8
  # requests
9
9
  require 'rs/requests/base_request'
10
10
  require 'rs/requests/waybill_unit_request'
11
+
12
+ module RS
13
+ # This constant indicates 18% vat tariff.
14
+ VAT_COMMON = 0
15
+ # This constant indicates 0% vat tariff.
16
+ VAT_ZERO = 1
17
+ # This constant indicates that no vat tariff applies.
18
+ VAT_NONE = 2
19
+ end
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module RS
3
- VERSION = '0.1.0.beta1'
3
+ VERSION = '0.1.0.beta2'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rs.ge
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.beta1
4
+ version: 0.1.0.beta2
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-04-25 00:00:00.000000000 Z
12
+ date: 2012-05-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -136,6 +136,4 @@ rubygems_version: 1.8.23
136
136
  signing_key:
137
137
  specification_version: 3
138
138
  summary: rs.ge web services
139
- test_files:
140
- - spec/requests/waybill_units_spec.rb
141
- - spec/spec_helper.rb
139
+ test_files: []