atlas_assets 0.1.14 → 0.1.15

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/Gemfile.lock CHANGED
@@ -1,15 +1,15 @@
1
1
  GIT
2
2
  remote: git://github.com/ixti/jekyll-assets.git
3
- revision: 329380b5efe990ebce810333497f20622392bb77
3
+ revision: 9e78c6df1fe6341571d3956c24e8a5151cb48c5b
4
4
  specs:
5
- jekyll-assets (0.6.1)
5
+ jekyll-assets (0.7.1)
6
6
  jekyll (~> 1.0)
7
7
  sprockets (~> 2.10)
8
8
 
9
9
  PATH
10
10
  remote: .
11
11
  specs:
12
- atlas_assets (0.1.13)
12
+ atlas_assets (0.1.14)
13
13
  handlebars_assets (~> 0.12.1)
14
14
 
15
15
  GEM
@@ -19,11 +19,10 @@ GEM
19
19
  fast-stemmer (>= 1.0.0)
20
20
  coderay (1.0.9)
21
21
  colorator (0.1)
22
- commander (4.1.4)
22
+ commander (4.1.5)
23
23
  highline (~> 1.6.11)
24
24
  directory_watcher (1.4.1)
25
- execjs (1.4.0)
26
- multi_json (~> 1.0)
25
+ execjs (2.0.0)
27
26
  fast-stemmer (1.0.2)
28
27
  handlebars_assets (0.12.3)
29
28
  execjs (>= 1.2.9)
@@ -45,7 +44,7 @@ GEM
45
44
  liquid (2.5.1)
46
45
  maruku (0.6.1)
47
46
  syntax (>= 1.0.0)
48
- multi_json (1.7.7)
47
+ multi_json (1.7.9)
49
48
  posix-spawn (0.3.6)
50
49
  puma (2.0.1)
51
50
  rack (>= 1.1, < 2.0)
@@ -16,11 +16,11 @@ Tabs
16
16
  <li data-target="#this-tab" class="tab-anchor">Tab 3<i class="icon-arrow-right-2"></i></li>
17
17
  </ul>
18
18
 
19
- <div class="tab-content span8">
20
- <div class="tab-pane active" id="home"><p>Content 1</p></div>
21
- <div class="tab-pane" id="tab2"><p>Content 2</p></div>
22
- <div class="tab-pane" id="tab3"><p>Content 3</p></div>
23
- <div class="tab-pane" id="this-tab"><p>Content 4</p></div>
19
+ <div class="tab-content span8 box box-white">
20
+ <div class="box-inner tab-pane active" id="home"><p>Content 1</p></div>
21
+ <div class="box-inner tab-pane" id="tab2"><p>Content 2</p></div>
22
+ <div class="box-inner tab-pane" id="tab3"><p>Content 3</p></div>
23
+ <div class="box-inner tab-pane" id="this-tab"><p>Content 4</p></div>
24
24
  </div>
25
25
  </div>
26
26
 
@@ -36,11 +36,11 @@ Tabs
36
36
  <li data-target="#this-tab" class="tab-anchor">Tab 3<i class="icon-arrow-right-2"></i></li>
37
37
  </ul>
38
38
 
39
- <div class="tab-content span8">
40
- <div class="tab-pane active" id="home"><p>Content 1</p></div>
41
- <div class="tab-pane" id="tab2"><p>Content 2</p></div>
42
- <div class="tab-pane" id="tab3"><p>Content 3</p></div>
43
- <div class="tab-pane" id="this-tab"><p>Content 4</p></div>
39
+ <div class="tab-content span8 box box-white">
40
+ <div class="box-inner tab-pane active" id="home"><p>Content 1</p></div>
41
+ <div class="box-inner tab-pane" id="tab2"><p>Content 2</p></div>
42
+ <div class="box-inner tab-pane" id="tab3"><p>Content 3</p></div>
43
+ <div class="box-inner tab-pane" id="this-tab"><p>Content 4</p></div>
44
44
  </div>
45
45
  </div>
46
46
  ~~~
@@ -3,7 +3,7 @@
3
3
 
4
4
  .tabs {
5
5
  list-style: none;
6
- margin: 0;
6
+ margin-top: 0;
7
7
  padding: 0;
8
8
  }
9
9
 
@@ -42,8 +42,6 @@
42
42
 
43
43
  .tab-pane {
44
44
  @include box-sizing(border-box);
45
- padding: 1em;
46
- @extend .box.box-white;
47
45
  display: none;
48
46
 
49
47
  &.active {
@@ -1,5 +1,5 @@
1
1
  module Atlas
2
2
  module Assets
3
- VERSION = "0.1.14"
3
+ VERSION = "0.1.15"
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.1.14
4
+ version: 0.1.15
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-08-21 00:00:00.000000000 Z
12
+ date: 2013-08-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: handlebars_assets