moode-haml-toolkit 1.1.8 → 1.2.0

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.
data/bin/gen CHANGED
@@ -10,6 +10,10 @@ require 'moode-haml-toolkit/component_generator'
10
10
 
11
11
  require 'moode-haml-component-angular'
12
12
 
13
+ if File.exist? "hook.rb"
14
+ load "hook.rb"
15
+ end
16
+
13
17
 
14
18
  haml_pages = File.join("hamls","pages","**", "*.haml")
15
19
  prefix = "hamls/"
@@ -30,3 +34,5 @@ end
30
34
  output = haml_render("hamls/index.haml")
31
35
  html_page = File.new("index.html", "w")
32
36
  html_page.write(output)
37
+
38
+ `rake gen:after`
@@ -1,7 +1,7 @@
1
1
  module Moode
2
2
  module Haml
3
3
  module Toolkit
4
- VERSION = "1.1.8"
4
+ VERSION = "1.2.0"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moode-haml-toolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.8
4
+ version: 1.2.0
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: 2013-12-10 00:00:00.000000000 Z
12
+ date: 2013-12-31 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: moode mobile development toolkit
15
15
  email: