atlas_assets 0.2.0 → 0.2.1
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.2.
|
12
|
+
atlas_assets (0.2.1)
|
13
13
|
handlebars_assets (~> 0.12.1)
|
14
14
|
|
15
15
|
GEM
|
@@ -41,7 +41,7 @@ GEM
|
|
41
41
|
pygments.rb (~> 0.5.0)
|
42
42
|
safe_yaml (~> 0.7.0)
|
43
43
|
kramdown (1.0.2)
|
44
|
-
liquid (2.5.
|
44
|
+
liquid (2.5.2)
|
45
45
|
maruku (0.6.1)
|
46
46
|
syntax (>= 1.0.0)
|
47
47
|
multi_json (1.7.9)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
@media (max-width: 767px) {
|
2
2
|
|
3
|
-
|
3
|
+
.container, .container-fluid {
|
4
4
|
padding-left: 20px;
|
5
5
|
padding-right: 20px;
|
6
6
|
}
|
@@ -41,7 +41,7 @@
|
|
41
41
|
.row-fluid [class*="offset"]:first-child {
|
42
42
|
margin-left: 0;
|
43
43
|
}
|
44
|
-
|
44
|
+
|
45
45
|
// Make span* classes full width
|
46
46
|
.input-large,
|
47
47
|
.input-xlarge,
|
data/lib/atlas_assets/version.rb
CHANGED
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.2.
|
4
|
+
version: 0.2.1
|
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
|
+
date: 2013-09-03 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: handlebars_assets
|