moode-haml-jqm 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,10 +3,6 @@ require "moode-haml-jqm/load_template"
3
3
 
4
4
  require 'haml'
5
5
 
6
- def load_component_template(component_name)
7
- return File.read("component/_#{component_name}.haml")
8
- end
9
-
10
6
  def link_button(args)
11
7
  template = load_component_template(:link_button)
12
8
  if(!args[:handle])
@@ -1,7 +1,7 @@
1
1
  module Moode
2
2
  module Haml
3
3
  module Jqm
4
- VERSION = "0.0.3"
4
+ VERSION = "0.0.4"
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-jqm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
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: 2012-12-25 00:00:00.000000000 Z
12
+ date: 2013-02-19 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: jquery mobile based haml component
15
15
  email: