meta-record 1.0.10 → 1.0.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/metarecord-make +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 58fbb9177aa570904c4a8c5083ac7e8bbcc07e4b0e18f7844bc716a806b15621
4
- data.tar.gz: d0ae2bc3f374b37852bda9e98bf6eaaa310aa2a619b680db27df61a32ea94f45
3
+ metadata.gz: 0077f7c7a33828df7444f65e74174d33265dad364cd66b2512e78f6cdbb10336
4
+ data.tar.gz: cef3190c95e6a760c07464abda995c1d69117373ad6b4e0b3d0ab6849fb979e5
5
5
  SHA512:
6
- metadata.gz: 2585a7e423d1cec1d1cc80c27e012f6569bce7d50695d620ce631aa01fa452441b9d7de9249672b5e3d5dec850f7b55d405732219a4d0222e6e5d3068daa0f9f
7
- data.tar.gz: 5d1b3032e8a9510bf383620b3c34eb6626daa749378e35c9809b1d2390e2c98ccdc14f05fe9ddc981984d7e373e31a422f4f77406148283c154601d3a73ca14a
6
+ metadata.gz: 7decc390f5d0b83b3a15227a7fff48390ddfc5e3d7abd1afd4797190fa73c3b4358480f4bb82c41dfa385aca90dbd24c2a1d098e74343b27be51586fd119c472
7
+ data.tar.gz: 21af9197b626a819662191106ff83c87f23bb2ddf74e980f5a7d62ac6c7ced5f9dd334bbd8f4a00c27e3ba925206353c156cf8dc6725784258093439496bad84
data/bin/metarecord-make CHANGED
@@ -8,7 +8,7 @@ Dir["config/metarecord.rb"].each do |file|
8
8
  require "#{Dir.pwd}/#{file}"
9
9
  end
10
10
 
11
- config_filepath = "config/metarecord.rb"
11
+ config_filepath = "#{Dir.pwd}/config/metarecord.rb"
12
12
 
13
13
  @base_path = ""
14
14
  @output = ""
@@ -18,7 +18,7 @@ config_filepath = "config/metarecord.rb"
18
18
  $: << Dir.pwd
19
19
 
20
20
  if File.exists? config_filepath
21
- require_relative config_filepath
21
+ require config_filepath
22
22
  end
23
23
 
24
24
  OptionParser.new do |opts|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meta-record
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.10
4
+ version: 1.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Martin Moro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-15 00:00:00.000000000 Z
11
+ date: 2024-04-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |2
14
14
  MetaRecord is a code generator that allows you to define your application