atlas_assets 0.1.7 → 0.1.8

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
@@ -9,7 +9,7 @@ GIT
9
9
  PATH
10
10
  remote: .
11
11
  specs:
12
- atlas_assets (0.1.7)
12
+ atlas_assets (0.1.8)
13
13
  handlebars_assets (~> 0.12.1)
14
14
 
15
15
  GEM
@@ -30,8 +30,8 @@ GEM
30
30
  sprockets (>= 2.0.3)
31
31
  tilt
32
32
  highline (1.6.19)
33
- hike (1.2.2)
34
- jekyll (1.0.2)
33
+ hike (1.2.3)
34
+ jekyll (1.0.3)
35
35
  classifier (~> 1.3)
36
36
  colorator (~> 0.1)
37
37
  commander (~> 4.1.3)
@@ -45,7 +45,7 @@ GEM
45
45
  liquid (2.5.0)
46
46
  maruku (0.6.1)
47
47
  syntax (>= 1.0.0)
48
- multi_json (1.7.4)
48
+ multi_json (1.7.6)
49
49
  posix-spawn (0.3.6)
50
50
  puma (2.0.1)
51
51
  rack (>= 1.1, < 2.0)
@@ -74,13 +74,13 @@ PLATFORMS
74
74
 
75
75
  DEPENDENCIES
76
76
  atlas_assets!
77
- coderay
78
- jekyll
77
+ coderay (~> 1.0.9)
78
+ jekyll (~> 1.0.2)
79
79
  jekyll-assets!
80
- kramdown
81
- puma
80
+ kramdown (~> 1.0.2)
81
+ puma (~> 2.0.1)
82
82
  pygmentize (~> 0.0.3)
83
- rack-contrib
84
- rack-rewrite
85
- rake
86
- sass
83
+ rack-contrib (~> 1.1.0)
84
+ rack-rewrite (~> 1.3.3)
85
+ rake (~> 10.0.4)
86
+ sass (~> 3.2.9)
@@ -69,7 +69,7 @@ input[type="color"],
69
69
  margin-bottom: $baseLineHeight / 2;;
70
70
  font-size: $baseFontSize;
71
71
  line-height: $baseLineHeight;
72
- color: $gray;
72
+ color: $darker_gray;
73
73
  @include border-radius($inputBorderRadius);
74
74
  vertical-align: middle;
75
75
  }
@@ -1,5 +1,5 @@
1
1
  module Atlas
2
2
  module Assets
3
- VERSION = "0.1.7"
3
+ VERSION = "0.1.8"
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.7
4
+ version: 0.1.8
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-05-29 00:00:00.000000000 Z
12
+ date: 2013-06-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: handlebars_assets