redata 1.3.4 → 1.3.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: e1ff70c5c1eb882508312281a21318994632e449
4
- data.tar.gz: 8499cb6fd5d1e86506afac9c0cd0364a3e28ab21
3
+ metadata.gz: 0654ea4f057c0b872a7f3a3e80b8809493146a2b
4
+ data.tar.gz: 340aa792c14f130a71dca8450f9294c4830bd5f6
5
5
  SHA512:
6
- metadata.gz: 14d1f15147557854e46d8f2362c5f2c381c925d73741db9df43829abb30a944dc07ef75fea5eb284bfa3c59383350b758a6191712083a7e77a9f3ed5a5c1ea5b
7
- data.tar.gz: be78c7c99473e5ba8e700d8b112fa5473290c0ade8e73fe3f71fc81d408a649e6a71290e97029bcf95639b4539ee83fe7a56b184b3bb7e8d8555989c453838da
6
+ metadata.gz: c50a05daaee1b34bd1f98ed03f8c7ae20a3aa05aadaa5d56ccdd051c8598931e259ea55ad05b60630565f93ec10729c3d43168cd9970ac1365059f24ae8335bf
7
+ data.tar.gz: 8f46012e7cf1caff5a289461d12e863aac79424c497ca6b39f7566b5ff52b49e8718e2ebcd47f0253db5129fb1de00e490db17d840ef872ddcf8d66502656c15
data/lib/redata/parser.rb CHANGED
@@ -143,7 +143,7 @@ module Redata
143
143
  RED.locals[key] = val
144
144
  end
145
145
  sub_file = in_file.parent.join "_#{sub}.red.sql"
146
- sub_file = RED.root.join 'query', 'shared', "_#{sub}.rea.sql" unless sub_file.exist?
146
+ sub_file = RED.root.join 'query', 'shared', "_#{sub}.red.sql" unless sub_file.exist?
147
147
  sub_temp_tables = self.parse sub_file, out_file.dirname.join("#{name}.resql")
148
148
  sub_temp_tables.each do |n|
149
149
  temp_tables.push n unless temp_tables.include? n
@@ -1,3 +1,3 @@
1
1
  module Redata
2
- VERSION = "1.3.4"
2
+ VERSION = "1.3.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.4
4
+ version: 1.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - goshan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-31 00:00:00.000000000 Z
11
+ date: 2017-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler