taps2 0.6.4 → 0.6.5

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: 65cea327975921536a282b29801cc88f07412101
4
- data.tar.gz: 69f684383a7e8d307c1be038458cfc147a54d2be
3
+ metadata.gz: 836c91854990ad21d20a958b720b3b2d6403d77e
4
+ data.tar.gz: b222082c67c4cbd56fa7fd0801b553f4c610e434
5
5
  SHA512:
6
- metadata.gz: 98e52a0ce16c292f8e06933b3c170844767af8e5a794d39d1689b0412894a005e2b33091de1cef931c4a44d3a668f02324d03a0539ca22accfb2ea078956808c
7
- data.tar.gz: 7554c32f9da29e4f449c003bb801fac5c69c20e0dedd8c8c72e6fb2fe28843aea2b45f26076e10a3716d7f515bef486cf6fb7d654a5627ebeac2cd2acd82998d
6
+ metadata.gz: 93a0d39408191baed897fde02d5dc6f54e4067f44c851d6390529b1ae5e1d0becbd0e1d245b8080491a7532cfbb110da5eb8c2eabf54d90574260c68ff0f50d7
7
+ data.tar.gz: 333cc609b29257e5e18a3a6b7daca38596c488a9d7af19c49bc15e3226f7fbef123df9c9cf524a2e6bafc01e143b6fba08fb5a31a64b09ee61614ac2d77532d6
@@ -1,6 +1,6 @@
1
1
  @ECHO OFF
2
2
  IF NOT "%~f0" == "~f0" GOTO :WinNT
3
- @"ruby.exe" "./schema" %1 %2 %3 %4 %5 %6 %7 %8 %9
3
+ @"ruby.exe" "./schema2" %1 %2 %3 %4 %5 %6 %7 %8 %9
4
4
  GOTO :EOF
5
5
  :WinNT
6
6
  @"ruby.exe" "%~dpn0" %*
@@ -125,7 +125,7 @@ Value : #{value}
125
125
  end
126
126
 
127
127
  def schema_bin(*args)
128
- bin_path = File.expand_path("#{File.dirname(__FILE__)}/../../bin/#{bin('schema')}")
128
+ bin_path = File.expand_path("#{File.dirname(__FILE__)}/../../bin/#{bin('schema2')}")
129
129
  `"#{bin_path}" #{args.map { |a| "'#{a}'" }.join(' ')}`
130
130
  end
131
131
 
@@ -2,7 +2,7 @@ module Taps
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 6
5
- PATCH = 4
5
+ PATCH = 5
6
6
  BUILD = 0
7
7
 
8
8
  def self.current
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: taps2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.4
4
+ version: 0.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Chimal, Jr.