alephant 0.0.9-java → 0.0.9.1-java

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: e70ac398cb94b4e56959960048cfae7f5973463c
4
- data.tar.gz: 9161ab004f0f784442f7aa18d26de4ab6e9082d1
3
+ metadata.gz: c24d2103f3e0adabbcd97061f018466aefcb676b
4
+ data.tar.gz: 6ec7568bfeec69d965f8dcada5ff5f50a9ce3b7f
5
5
  SHA512:
6
- metadata.gz: c3b3294a258632a30d5096f65f74127bca9b778ca769e82c04a7841a55e7f5b2214155395d70ff90560e33a9b2d8d3d5f7d92f2cfd7243c15cd23f6336fc8349
7
- data.tar.gz: 2ed9b6e729d77ece8291d74c1c801c380ccbc731fde600d8b31859feff2bd914df96e92f1a9379d28235ffbd772fc594b1dc72c0ae43748b088cca2667d141fd
6
+ metadata.gz: ad2e5a77b52ec167642c212995c6996cd52fd903b694f9968a7dfcf55c67c8b5c19b50755fe040960b1959f4b7f56dbea0ab670da2805ceb5ca211a06e3b0a32
7
+ data.tar.gz: a971cefb397f3ec3badaf4cb532b9b0798cd2a63b5976981047910cbe0b02ab65b7bde175b6b50b0e558169be7fe58b01f5e6233f71f254c844e0b444ccdb05f
@@ -68,7 +68,7 @@ module Alephant
68
68
  end
69
69
 
70
70
  def preview_template_location
71
- "#{base_path}/templates/preview.mustache"
71
+ "#{::Alephant::Preview.path}/templates/preview.mustache"
72
72
  end
73
73
  end
74
74
  end
@@ -3,6 +3,11 @@ require 'uri'
3
3
 
4
4
  module Alephant
5
5
  module Preview
6
+
7
+ def self.path
8
+ "#{Dir.pwd}/components/lib"
9
+ end
10
+
6
11
  class Template
7
12
 
8
13
  def self.update(template_location)
@@ -1,3 +1,3 @@
1
1
  module Alephant
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.9.1"
3
3
  end
@@ -8,7 +8,7 @@ namespace :alephant do
8
8
  end
9
9
  task :update do
10
10
  Alephant::Preview::Template.update(
11
- "#{Dir.pwd}/views/templates/preview.mustache"
11
+ "#{::Alephant::Preview.path}/templates/preview.mustache"
12
12
  )
13
13
  end
14
14
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alephant
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.9.1
5
5
  platform: java
6
6
  authors:
7
7
  - Robert Kenny