rails-domino 0.2.9 → 0.2.9.1

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
  SHA256:
3
- metadata.gz: 7ed3692b6589d25e73196eff36c27295f934a60cfad87aee235312871d8d3931
4
- data.tar.gz: 865660de7fe86a028c086c080c7e1dfe3cd7a102ec801fa00830cb67da718b3f
3
+ metadata.gz: f051893c17c7d60139d794dbd423e385d39253a917c606ef58d740ad2dceb02d
4
+ data.tar.gz: '0319ae33ac061847b3e40e70153e27738983f9c332c125e5584f29671655bfc5'
5
5
  SHA512:
6
- metadata.gz: da23061e4854e04a0be8229448cea77d61102bf4aaaa3c087076fd17077077fcb6a3b828aaaa139333f5f4574b87c4d78fabbd5ecfd91ea36d4db8b483c16d49
7
- data.tar.gz: b48bec1c8ff608c0c728ab929c341585b58bebcc4adcbc0ec7ce128fd1476d658c6ae7000512d0eab13e81b3d84da314b2e73813aaeaabbe5a52807de29511d7
6
+ metadata.gz: e93880ccaa2572aade5ecea504e0dacc6c0d50185a2dfb01299995e123581fbd57c9950a8fbb8b0f1dd50eb60e2c64a2e9511add1af3cbf21c610384df063e69
7
+ data.tar.gz: 328eb38658e11ba8626b5d4ddaffe71f7804d2fe4b79b0cb530c07554a89fabce909624d1e1464ab0d76bada8961283264277ba3f7472e10ba8cc83a08820ff0
@@ -51,7 +51,7 @@ module Domino
51
51
  def generate_file(type) # rubocop:disable Metrics/MethodLength
52
52
  require "erb"
53
53
 
54
- template_path = File.expand_path("../generators/domino/templates/#{type}.rb.tt", __FILE__)
54
+ template_path = File.expand_path("../../generators/domino/templates/#{type}.rb.tt", __FILE__)
55
55
  raise "Missing template: #{template_path}" unless File.exist?(template_path)
56
56
 
57
57
  content = ERB.new(File.read(template_path)).result(binding)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Domino
4
- VERSION = "0.2.9"
4
+ VERSION = "0.2.9.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-domino
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - kiebor81