atlas_assets 0.1.15 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,6 +6,7 @@
6
6
  @import "atlas_assets/navbar";
7
7
  @import "atlas_assets/footer";
8
8
  @import "atlas_assets/icons";
9
+ @import "atlas_assets/glyphicons";
9
10
  @import "atlas_assets/boxes";
10
11
  @import "atlas_assets/buttons";
11
12
  @import "atlas_assets/button-groups";
@@ -1,5 +1,5 @@
1
1
  module Atlas
2
2
  module Assets
3
- VERSION = "0.1.15"
3
+ VERSION = "0.2.0"
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.15
4
+ version: 0.2.0
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-22 00:00:00.000000000 Z
12
+ date: 2013-08-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: handlebars_assets
@@ -60,11 +60,20 @@ files:
60
60
  - docs/_posts/2013-05-22-boxes.md
61
61
  - docs/_posts/2013-05-29-modals.md
62
62
  - docs/_posts/2013-05-30-tabs.md
63
+ - docs/glyphicons-license.txt
63
64
  - docs/index.html
64
65
  - lib/assets/fonts/atlas.eot
65
66
  - lib/assets/fonts/atlas.svg
66
67
  - lib/assets/fonts/atlas.ttf
67
68
  - lib/assets/fonts/atlas.woff
69
+ - lib/assets/fonts/glyphicons-regular.eot
70
+ - lib/assets/fonts/glyphicons-regular.svg
71
+ - lib/assets/fonts/glyphicons-regular.ttf
72
+ - lib/assets/fonts/glyphicons-regular.woff
73
+ - lib/assets/images/glyphicons-white.png
74
+ - lib/assets/images/glyphicons-white.svg
75
+ - lib/assets/images/glyphicons.png
76
+ - lib/assets/images/glyphicons.svg
68
77
  - lib/assets/images/logo-white.svg
69
78
  - lib/assets/images/logo.svg
70
79
  - lib/assets/javascripts/atlas_assets.js
@@ -87,6 +96,7 @@ files:
87
96
  - lib/assets/stylesheets/atlas_assets/_fonts.scss
88
97
  - lib/assets/stylesheets/atlas_assets/_footer.scss
89
98
  - lib/assets/stylesheets/atlas_assets/_forms.scss
99
+ - lib/assets/stylesheets/atlas_assets/_glyphicons.scss
90
100
  - lib/assets/stylesheets/atlas_assets/_grid.scss
91
101
  - lib/assets/stylesheets/atlas_assets/_icons.scss
92
102
  - lib/assets/stylesheets/atlas_assets/_lists.scss