beslist 0.2.5 → 0.2.6

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: ea5f0a314ab7d8e3c6e4b604744b119afe73a69d
4
- data.tar.gz: 530c91de6827fca4448d8a7f8352e7a0403078e7
3
+ metadata.gz: 0109f5307d21c13aaef9852bdcca635caaaa17d2
4
+ data.tar.gz: 1674f873c6ccb4883839c3f2c3460a6f16f790e2
5
5
  SHA512:
6
- metadata.gz: 1c928984efd569b6872151439fd2b1bd91f77ca620436a5c07f0028934f670129f09bff3373e1cd7a4b12f7efa09ec102839ad318f47cb0b83445a55921e8ec9
7
- data.tar.gz: b496311e7bb8b0afab43fe5bfbd41e8d3463e7363a9a761a2c2c460eeef34a088562e30af928943fff171f5a9e89a2289918aa9c613a3eff77b36f027ee363e3
6
+ metadata.gz: 003540d2bda10ee099a95f20917d7e7b5e0b93aa77883b33731154306852df03c9d35aaad1a83684410a8da21610d520c434ff09e60ad96089c2f527d5d50ade
7
+ data.tar.gz: a26bd6e68f4cfddd542b740f83a0379da888aa7057e107885fba0743f2529aee82942c641e27db6e988ff05238c46ea68d651738db956ac5d83d73d600bc7da8
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.5
1
+ 0.2.6
data/beslist.gemspec CHANGED
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: beslist 0.2.5 ruby lib
5
+ # stub: beslist 0.2.6 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "beslist"
9
- s.version = "0.2.5"
9
+ s.version = "0.2.6"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Tsyren Ochirov"]
14
- s.date = "2016-01-12"
14
+ s.date = "2016-01-14"
15
15
  s.description = "A Ruby client for the Beslist API."
16
16
  s.email = "nsu1team@gmail.com"
17
17
  s.extra_rdoc_files = [
@@ -26,7 +26,7 @@ module Beslist
26
26
  req.params.merge!(date_to: date_to) if date_to
27
27
  if Beslist::API::Config.mode == 'sandbox'
28
28
  req.options.params_encoder = Beslist::ParamsEncoder
29
- req.params.merge!(output_type: 'test', test_orders: '250')
29
+ req.params.merge!(output_type: 'test', test_orders: '1')
30
30
  req.params.merge!(test_products: options[:test_products]) unless options[:test_products].nil?
31
31
  end
32
32
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beslist
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tsyren Ochirov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-12 00:00:00.000000000 Z
11
+ date: 2016-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_xml