tdi 0.1.11 → 0.1.12

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: 99f0419bc2ef57a0a43939b09714e63948a22f9c
4
- data.tar.gz: 29aa13c924828558efa023ca679af446baf37abb
3
+ metadata.gz: ae9bc27815d751a3db7a76a354b0033d0b9f53bd
4
+ data.tar.gz: 2891feab96a72ee87e3c3449520c105eb2e8fef0
5
5
  SHA512:
6
- metadata.gz: d1406c174a1267c7b1afd817de1c5bf14a2836b4ce5acba13d3e391ce3504cc7942abb4b681b36ce3966477ae21f37568ac7e7edcbf82ccb1a985d0ac70c558e
7
- data.tar.gz: ed3a5e1258a71297ccfb325942d90dff9305c725ad090e7441fde6f44478f54bf017530786b24903819425f3fc7a7ecc26bc396025ce96e19d32421ab41f5bbf
6
+ metadata.gz: dd11b882f77d79f97232231e9e510252f7b209fe07ba7fec61aa6f3ea5bd322ef56b9f8ed930c7837bbc98cf9ad73779e96f37d80bcfe77d0a7587fe7fd0eda6
7
+ data.tar.gz: 3274f2748f47b62a978f22f898de061b4df82bd21a610f32bc991c4c9db32bfdfa046d634430c7c1d37be11e3d8d62f41cf38e077a6298e36bcb2d438b61ea9a
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tdi (0.1.11)
4
+ tdi (0.1.12)
5
5
  awesome_print
6
6
  colorize
7
7
  etc
@@ -36,6 +36,7 @@ class TDIPlan < TDI
36
36
  host = _uri.host
37
37
  port = _uri.port
38
38
  path = _uri.path.empty? ? '/' : _uri.path
39
+ path = "#{path}?#{_uri.query}" unless _uri.query.nil?
39
40
 
40
41
  # Params.
41
42
  code = params['code'].nil? ? 200 : params['code'].to_i
@@ -18,5 +18,5 @@
18
18
  # along with TDI. If not, see <http://www.gnu.org/licenses/>.
19
19
 
20
20
  module Tdi
21
- VERSION = '0.1.11'
21
+ VERSION = '0.1.12'
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tdi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rogério Carvalho Schneider
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-07-09 00:00:00.000000000 Z
13
+ date: 2016-07-17 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler