flammarion-utils 0.1.11 → 0.1.12

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.
Files changed (2) hide show
  1. data/bin/slim-engrave +12 -0
  2. metadata +6 -4
data/bin/slim-engrave ADDED
@@ -0,0 +1,12 @@
1
+ #!/usr/bin/env ruby
2
+ require 'flammarion'
3
+
4
+ f = Flammarion::Engraving.new(ARGV[0])
5
+
6
+ begin
7
+ f.live_reload_layout(ARGV[0])
8
+ rescue Exception
9
+ f.replace "#{$!}\n#{$!.backtrance.join("\n")}"
10
+ sleep(1)
11
+ retry
12
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flammarion-utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-08-10 00:00:00.000000000 Z
12
+ date: 2016-09-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: flammarion
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: 0.1.11
21
+ version: 0.1.12
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,11 +26,12 @@ dependencies:
26
26
  requirements:
27
27
  - - '='
28
28
  - !ruby/object:Gem::Version
29
- version: 0.1.11
29
+ version: 0.1.12
30
30
  description: Extra tools using the Flammarion toolkit.
31
31
  email: zach.geek@gmail.com
32
32
  executables:
33
33
  - fwrap
34
+ - slim-engrave
34
35
  - flammarion-repl
35
36
  - flammarion-services
36
37
  - frake
@@ -43,6 +44,7 @@ files:
43
44
  - LICENSE
44
45
  - Readme.md
45
46
  - bin/fwrap
47
+ - bin/slim-engrave
46
48
  - bin/flammarion-repl
47
49
  - bin/flammarion-services
48
50
  - bin/frake