atlas_assets 0.0.15 → 0.0.16

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -9,7 +9,7 @@ GIT
9
9
  PATH
10
10
  remote: .
11
11
  specs:
12
- atlas_assets (0.0.13)
12
+ atlas_assets (0.0.15)
13
13
  handlebars_assets (~> 0.12.1)
14
14
 
15
15
  GEM
@@ -13,14 +13,18 @@ Headings
13
13
 
14
14
  All HTML headings, `<h1>` through `<h6>` are available.
15
15
 
16
- <h1>h1. Heading 1</h1>
17
-
18
- <h2>h2. Heading 2</h2>
19
-
20
- <h3>h3. Heading 3</h3>
21
-
22
- <h4>h4. Heading 4</h4>
23
-
24
- <h5>h5. Heading 5</h5>
25
-
26
- <h6>h6. Heading 6</h6>
16
+ <div class="example">
17
+
18
+ <h1>h1. Heading 1</h1>
19
+
20
+ <h2>h2. Heading 2</h2>
21
+
22
+ <h3>h3. Heading 3</h3>
23
+
24
+ <h4>h4. Heading 4</h4>
25
+
26
+ <h5>h5. Heading 5</h5>
27
+
28
+ <h6>h6. Heading 6</h6>
29
+
30
+ </div>
@@ -7,4 +7,5 @@
7
7
  //= require flash
8
8
  //= require pre
9
9
  //= require forms
10
+ //= require boxes
10
11
  //= require helpers
@@ -1,5 +1,5 @@
1
1
  module Atlas
2
2
  module Assets
3
- VERSION = "0.0.15"
3
+ VERSION = "0.0.16"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atlas_assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: