iord 1.2.1 → 1.2.2

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: 006e672e0ca538b689e0cf9a7ea62d95061c1160
4
- data.tar.gz: 751a69a5ffdddae8c826d2444d3ee815fd30edcf
3
+ metadata.gz: 304aa437cb8d381475d63ec99cc98ca97fc44fd1
4
+ data.tar.gz: c9cab055d158fdb3cac25e74a2183323c51459da
5
5
  SHA512:
6
- metadata.gz: 1018d84a1bc262915f7d2103fce7c572716453a1243bcfd6779c4af3b13e0e89aae193a43b4224b661c2d3d6b8874b6dc44380b2dbf6de3a41afb2e8a8a275c4
7
- data.tar.gz: 57ffcdf1bf5ec63220c937dec5468e5c6e49f6fc253d022c01d2c352de1098f6e1bb517a36b595695de9b3a060329cf5fc537c9207da59dc29d92e92f8fe1c1c
6
+ metadata.gz: cc6d67def7882b4c9c9ef0fa14e606e23e481c9a3fe90cb6ee173b1fc3323fb66a574e00048a983343ca8989df31a7ab3df4b1bc2c42ae9ade8e26340b57aa26
7
+ data.tar.gz: b2e4363b6a636702f6d4fdbd13a3e8df88ce6f1f45989cf8bd218cd9abd1e9d66f38a356f2fba4e2357a776cc90f6e795a828dde6408c87a38d20b8fbc1b43d4
@@ -4,7 +4,7 @@ module Iord
4
4
  super File.expand_path(File.dirname(__FILE__) + '/../../app/views')
5
5
  end
6
6
 
7
- def find_templates(name, prefix, partial, details)
7
+ def find_templates(name, prefix, partial, details, outside_app_allowed = false)
8
8
  super(name, 'iord', partial, details)
9
9
  end
10
10
  end
@@ -15,7 +15,7 @@ module Iord
15
15
  @prefix = prefix
16
16
  end
17
17
 
18
- def find_templates(name, prefix, partial, details)
18
+ def find_templates(name, prefix, partial, details, outside_app_allowed = false)
19
19
  super(name, @prefix, partial, details)
20
20
  end
21
21
  end
@@ -1,4 +1,4 @@
1
1
  module Iord
2
- VERSION = '1.2.1'
2
+ VERSION = '1.2.2'
3
3
  end
4
4
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iord
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geoffroy Planquart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-14 00:00:00.000000000 Z
11
+ date: 2016-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails