atlas_assets 0.8.2 → 0.8.3

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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZjdhNTAzOWU1MWE0NjRhN2E2MjllYTcxZTIzNTFlZjdkZTBkYTRlMA==
4
+ OTBlMDdkZGYwYmM4NmU3NmUxNmExMzg3ZjYzMWQ2ZGQ5MGM0YmJiMw==
5
5
  data.tar.gz: !binary |-
6
- YTgzNjcyNDJkYzYzOWE2OTI3ZGM3YzhmMzAxYzYzZTA2NmRjOTBkZA==
6
+ MTc3ZWI0MmZkZmQ5MTE2Y2Q1NDRjYTJkZjU5MDg3MzQ2OWI1M2RjMQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NDk5ZTJjNjNlZjRhZGZhMzJhMTg5ODZmNDY4NmI4MWZlYTMwYTk3YmQwMjQ4
10
- ZDU0ZGVjNTdlYmVjZDZhZWI4YjYwZTQ3ZDdhYzhjODA0OTNmNmQyYzlmNzIx
11
- Yzc3MDg3M2Y0MTU1MjMwOTE5MTcyZjM1MTJlYzI4OGU5NzUyZjU=
9
+ YjYwNTU5YmU4NjdjYTMwZjdkZjdhNjk3MGJmNzlkYzBkZGEzMzI1ZDdmMTFm
10
+ ZmY2NmUyNWJlZGU4NzIyM2VhNGJlMTFjNzQ0ZjViNTBkNGYzMTc0ZWE1ZWM3
11
+ ZjVhOTEwY2E0MDVhNDQ5YjYwZDdjNGJjMGQ5NzBhZmZmMDE0ZGY=
12
12
  data.tar.gz: !binary |-
13
- YmY2YzU4NGI1MjYwM2E3YjVjYWMyNGVjNzFkOTBhZDBlYjUwMzI2NjZmZjNi
14
- ODVjYzY2NDcxNTdmN2Q5YjY0YTkxMjJmMzVlMDc4Yzg4ODM3YmMzNDBiY2Q1
15
- YjE0MWI2MjczNmMxNjhjZDY3MjZlYmEzNjQ4MjAyZDQ5N2FkMzg=
13
+ ZmU5M2ZhYzU5MjAxZDRkNDY1MjVhNGRiZmJlOWI1NzMxZjZiZmI3YThlMThj
14
+ ZTI2YmNhYWY5ZjI0NjM0YTA4ODRhZDI5YmI2OWFmNWViMmE5NjI5ZmU5N2Y5
15
+ YzFhYjU0YTc1ZDVmYmM0NjczNTRlY2E1ZGU3ODQ3NjNiMzEyNmE=
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  GIT
2
2
  remote: git://github.com/ixti/jekyll-assets.git
3
- revision: 21ae354ac898b87cd797fd5dc1449fe8b1004a5a
3
+ revision: 4dd25e216332a979056e189b8ac00b2acdeda140
4
4
  specs:
5
- jekyll-assets (0.8.0)
5
+ jekyll-assets (0.8.1)
6
6
  jekyll (>= 1.0.0, < 3.0.0)
7
7
  sass
8
8
  sprockets (~> 2.10)
@@ -12,7 +12,7 @@ GIT
12
12
  PATH
13
13
  remote: .
14
14
  specs:
15
- atlas_assets (0.8.1)
15
+ atlas_assets (0.8.2)
16
16
  handlebars_assets (~> 0.15)
17
17
 
18
18
  GEM
@@ -21,10 +21,10 @@ GEM
21
21
  classifier (1.3.4)
22
22
  fast-stemmer (>= 1.0.0)
23
23
  coderay (1.0.9)
24
- coffee-script (2.2.0)
24
+ coffee-script (2.3.0)
25
25
  coffee-script-source
26
26
  execjs
27
- coffee-script-source (1.7.0)
27
+ coffee-script-source (1.7.1)
28
28
  colorator (0.1)
29
29
  commander (4.1.6)
30
30
  highline (~> 1.6.11)
@@ -78,7 +78,7 @@ GEM
78
78
  tilt (~> 1.1, != 1.3.0)
79
79
  sprockets-helpers (1.1.0)
80
80
  sprockets (~> 2.0)
81
- sprockets-sass (1.1.0)
81
+ sprockets-sass (1.2.0)
82
82
  sprockets (~> 2.0)
83
83
  tilt (~> 1.1)
84
84
  tilt (1.4.1)
@@ -1,7 +1,6 @@
1
1
  code {
2
2
  padding: 2px 4px;
3
3
  color: $red;
4
- white-space: nowrap;
5
4
  background-color: $lightest_gray;
6
5
  border: 1px solid $light_gray;
7
6
  }
@@ -16,7 +16,7 @@
16
16
  @include box-sizing(border-box);
17
17
  background-color: $defaultBackgroundColor;
18
18
  display: table-cell;
19
- padding: 5px;
19
+ padding: 4px;
20
20
 
21
21
  &:hover {
22
22
  background-color: $lightest_blue;
@@ -69,4 +69,4 @@
69
69
  }
70
70
  }
71
71
  }
72
- }
72
+ }
@@ -1,5 +1,5 @@
1
1
  module Atlas
2
2
  module Assets
3
- VERSION = "0.8.2"
3
+ VERSION = "0.8.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atlas_assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.2
4
+ version: 0.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rune Skjoldborg Madsen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-17 00:00:00.000000000 Z
11
+ date: 2014-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: handlebars_assets