redata 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 364c1b4ae5b02af7e3299a2319e712b60013814c
4
- data.tar.gz: dd1b500748255322c064f7fd406499bc5968812d
3
+ metadata.gz: 51722293eba2e20922eaea7347e7de37f10ed0d0
4
+ data.tar.gz: 96c8c7ce0f74c857cb7abdf3da65c51aed11e71a
5
5
  SHA512:
6
- metadata.gz: c562bc89b09bcba1e9c54a2255725d30653e0c1e90a65695d5b9fcc81eaa1047185ba66bc2df33b54698e5642e20fdf5bb9a6a9cf8e219a2c8a6719d7ba8ec62
7
- data.tar.gz: 0da7d784be70751f2e225d8a484bc32a1b06bb99c3841ffec68502515e57b3c4c962f775d9674ac151941e3f33b5e5266b7aa2b4efd98dcbcd1cea3aeccbde0a
6
+ metadata.gz: 98a887189cba09f78b1e9f258482d9dd64b4ce7087315ea0f5204052dc96673c46016abe602eb0a718698dfcad13c13ae656a50dc5a08b457dd4a3cc6e49aebe
7
+ data.tar.gz: 697cafdc81092a52283ea12a2ba494eab21a4b7e665ef773a7cccf7f4464fb6e275eb92b6fa39189e55d1342a4a7d5ff486f73ab08481c7fa199548a88e3844e
@@ -6,8 +6,8 @@ module Redata
6
6
  desc 'Redata Config'
7
7
 
8
8
  def config_steps
9
- copy_file 'source_query_example.red.sql', 'app/query/sources/sources_query_example.red.sql'
10
- copy_file 'adjust_query_example.red.sql', 'app/query/adjust/adjust_query_example.red.sql'
9
+ copy_file 'source_query_example.red.sql', 'query/sources/sources_query_example.red.sql'
10
+ copy_file 'adjust_query_example.red.sql', 'query/adjust/adjust_query_example.red.sql'
11
11
  copy_file 'redata.yml', 'config/redata.yml'
12
12
  copy_file 'red_access.yml', 'config/red_access.yml'
13
13
  copy_file 'relations.rb', 'config/relations.rb'
@@ -9,7 +9,7 @@ Redata::Task.schema.config do
9
9
  # Example of declaring a global table with customizing options
10
10
  # table 'new_table_name', :dir => 'dir', :file => 'query_file', :as => :alias
11
11
  # This declaration means
12
- # query file: red_query/sources/dir/query_file.red.sql
12
+ # query file: query/sources/dir/query_file.red.sql
13
13
  # redshift table: new_table_name
14
14
  # key used in command line: alias
15
15
 
@@ -21,13 +21,13 @@ Redata::Task.schema.config do
21
21
  # category :test_category do
22
22
  # table 'test_table'
23
23
  # This declaration means
24
- # query file: red_query/sources/test_category/test_table.red.sql
24
+ # query file: query/sources/test_category/test_table.red.sql
25
25
  # redshift table: test_category_test_table
26
26
  # key used in command line: test_category_test_table
27
27
 
28
28
  # table 'test_table_oth', :dir => 'dir', :file => 'query_file_oth', :as => :alias_oth
29
29
  # This declaration means
30
- # query file: red_query/sources/dir/query_file_oth.red.sql
30
+ # query file: query/sources/dir/query_file_oth.red.sql
31
31
  # redshift table: test_category_test_table
32
32
  # key used in command line: test_category_alias_oth
33
33
 
@@ -1,3 +1,3 @@
1
1
  module Redata
2
- VERSION = "1.3.0"
2
+ VERSION = "1.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - goshan