llab-generators 0.1.1 → 0.1.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.
data/CHANGELOG CHANGED
@@ -1,2 +1,3 @@
1
+ v0.1.2 Forgot something in the application layout
1
2
  v0.1.1 Added author and description
2
3
  v0.1 initial submission
@@ -35,9 +35,11 @@
35
35
  = javascript_tag "$('#flash_box').fadeIn(3000).fadeOut(3000);"
36
36
  - if notice
37
37
  #notice
38
+ = image_tag("icons/notice.gif"), :class => "icon"
38
39
  = notice
39
40
  - if alert
40
41
  #alert
42
+ = image_tag("icons/alert.gif"), :class => "icon"
41
43
  = alert
42
44
 
43
45
  #content.container
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{llab-generators}
5
- s.version = "0.1.1"
5
+ s.version = "0.1.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Luca Tironi"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: llab-generators
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Luca Tironi