jetpack-rails 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,4 +1,7 @@
1
1
  Changelog:
2
+ 0.4.2:
3
+ - Typo correction... pushed 0.4.1 too soon!
4
+
2
5
  0.4.1:
3
6
  - Changed Typography module as follows:
4
7
  > Created mixins for headings instead of definitions.
@@ -11,7 +11,7 @@ p {
11
11
  }
12
12
 
13
13
  // HEADING MIXINS
14
- @mixin header( $level ) {
14
+ @mixin heading( $level ) {
15
15
  font-weight: 700; color: $dark2; line-height: $baseline * 2;
16
16
  small { color: $light2; }
17
17
  @if $level == 1 {
@@ -34,12 +34,12 @@ p {
34
34
  }
35
35
 
36
36
  // HEADING DEFINITIONS
37
- h1 { @include header(1); }
38
- h2 { @include header(2); }
39
- h3 { @include header(3); }
40
- h4 { @include header(4); }
41
- h5 { @include header(5); }
42
- h6 { @include header(6); }
37
+ h1 { @include heading(1); }
38
+ h2 { @include heading(2); }
39
+ h3 { @include heading(3); }
40
+ h4 { @include heading(4); }
41
+ h5 { @include heading(5); }
42
+ h6 { @include heading(6); }
43
43
 
44
44
  // LISTS
45
45
  ol { margin: 0 0 $baseline 20px; }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jetpack-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-03-03 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass-rails
16
- requirement: &4874470 !ruby/object:Gem::Requirement
16
+ requirement: &4835950 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,8 +21,11 @@ dependencies:
21
21
  version: '3.1'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *4874470
25
- description:
24
+ version_requirements: *4835950
25
+ description: ! "A sweet boostrap mashup for Rails applications.\n The philosophy
26
+ is pretty simple, it should make building Rails apps go a lot faster.\n The library
27
+ prefers modularity over rigidity and mixins over defintions. Check out the github
28
+ readme for more."
26
29
  email: andrew@eighty-b.com
27
30
  executables: []
28
31
  extensions: []