lines-engine 0.3 → 0.3.1

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 102ab36e8069def0ec587ad8212359cd08ae2459
4
- data.tar.gz: 28b9ed32939326854249fafa42a582879b5ee1fe
3
+ metadata.gz: d79594edd289606077b5e2f2372474a84e0ac485
4
+ data.tar.gz: 4c2022aad36fffea67189b7161ceccd8f08f7a96
5
5
  SHA512:
6
- metadata.gz: f4d976f97ccfd30ca929f50b8f2e13e8bb0fa4a0a1590b426fdc10b2711b0478e97bb128f7676eab722f3a40ab0b50e42aad953c7526bd114526d3a51f8abe90
7
- data.tar.gz: 7cea63bd5a0ed6c8e6c5bd97e720b7f27a91f3348164da0be32a4826fbae41872b5daf8f2f225d62996feb148f2aa46d58026c89c09176edb09b372ff34689ed
6
+ metadata.gz: cee05d60e72b6e3fd45d67624885e1fadb96bb5063d527aaa43d6da8ea8b2c624935baff9e02f296762d3e5cfda0aab0367d4cc85ea8575924691b1d995ddd98
7
+ data.tar.gz: 28f0e039b8394e8c850290c7de097a9044592ecc08f2e28d39bd1c662de05c29e176896eae3d3bdd31dde1c672ed87ca3daec27d34611913a7342d31e9b74f81
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.3.1
4
+
5
+ - Fonts are now referenced by unified names and font attributes ('Ubuntu' instead of 'UbuntuBold' and 'UbuntuItalic')
6
+
3
7
  ## 0.3
4
8
 
5
9
  - Heavily simplified CSS and markup for articles
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lines-engine (0.3)
4
+ lines-engine (0.3.1)
5
5
  acts-as-taggable-on (~> 3.2.6, >= 3.2.6)
6
6
  bcrypt (~> 3.1.0, >= 3.1.0)
7
7
  carrierwave (~> 0.10.0, >= 0.10.0)
@@ -11,24 +11,24 @@
11
11
  }
12
12
 
13
13
  @font-face {
14
- font-family: 'BPmonoItalic';
14
+ font-family: 'BPmono';
15
15
  src: url('/assets/BPmonoItalics-webfont.eot');
16
16
  src: url('/assets/BPmonoItalics-webfont.eot?#iefix') format('embedded-opentype'),
17
17
  url('/assets/BPmonoItalics-webfont.woff') format('woff'),
18
18
  url('/assets/BPmonoItalics-webfont.ttf') format('truetype'),
19
19
  url('/assets/BPmonoItalics-webfont.svg#BPmonoItalics-webfont') format('svg');
20
20
  font-weight: normal;
21
- font-style: normal;
21
+ font-style: italic;
22
22
  }
23
23
 
24
24
  @font-face {
25
- font-family: 'BPmonoBold';
25
+ font-family: 'BPmono';
26
26
  src: url('/assets/BPmonoBold-webfont.eot');
27
27
  src: url('/assets/BPmonoBold-webfont.eot?#iefix') format('embedded-opentype'),
28
28
  url('/assets/BPmonoBold-webfont.woff') format('woff'),
29
29
  url('/assets/BPmonoBold-webfont.ttf') format('truetype'),
30
30
  url('/assets/BPmonoBold-webfont.svg#BPmonoBold-webfont') format('svg');
31
- font-weight: normal;
31
+ font-weight: bold;
32
32
  font-style: normal;
33
33
  }
34
34
 
@@ -39,18 +39,18 @@
39
39
  url('/assets/Museo500-Regular-webfont.woff') format('woff'),
40
40
  url('/assets/Museo500-Regular-webfont.ttf') format('truetype'),
41
41
  url('/assets/Museo500-Regular-webfont.svg#Museo500-Regular-webfont') format('svg');
42
- font-weight: normal;
42
+ font-weight: 500;
43
43
  font-style: normal;
44
44
  }
45
45
 
46
46
  @font-face {
47
- font-family: 'MuseoLight';
47
+ font-family: 'Museo';
48
48
  src: url('/assets/Museo300-Regular-webfont.eot');
49
49
  src: url('/assets/Museo300-Regular-webfont.eot?#iefix') format('embedded-opentype'),
50
50
  url('/assets/Museo300-Regular-webfont.woff') format('woff'),
51
51
  url('/assets/Museo300-Regular-webfont.ttf') format('truetype'),
52
52
  url('/assets/Museo300-Regular-webfont.svg#Museo300-Regular-webfont') format('svg');
53
- font-weight: normal;
53
+ font-weight: 300;
54
54
  font-style: normal;
55
55
  }
56
56
 
@@ -66,25 +66,25 @@
66
66
  }
67
67
 
68
68
  @font-face {
69
- font-family: 'UbuntuBold';
69
+ font-family: 'Ubuntu';
70
70
  src: url('/assets/Ubuntu-B-webfont.eot');
71
71
  src: url('/assets/Ubuntu-B-webfont.eot?#iefix') format('embedded-opentype'),
72
72
  url('/assets/Ubuntu-B-webfont.woff') format('woff'),
73
73
  url('/assets/Ubuntu-B-webfont.ttf') format('truetype'),
74
74
  url('/assets/Ubuntu-B-webfont.svg#Ubuntu-B-webfont') format('svg');
75
- font-weight: normal;
75
+ font-weight: bold;
76
76
  font-style: normal;
77
77
  }
78
78
 
79
79
  @font-face {
80
- font-family: 'UbuntuItalic';
80
+ font-family: 'Ubuntu';
81
81
  src: url('/assets/Ubuntu-RI-webfont.eot');
82
82
  src: url('/assets/Ubuntu-RI-webfont.eot?#iefix') format('embedded-opentype'),
83
83
  url('/assets/Ubuntu-RI-webfont.woff') format('woff'),
84
84
  url('/assets/Ubuntu-RI-webfont.ttf') format('truetype'),
85
85
  url('/assets/Ubuntu-RI-webfont.svg#Ubuntu-R-webfont') format('svg');
86
86
  font-weight: normal;
87
- font-style: normal;
87
+ font-style: italic;
88
88
  }
89
89
 
90
90
  @font-face {
@@ -46,8 +46,8 @@ a {
46
46
  }
47
47
 
48
48
  i, em, strong, b { font-weight: normal; font-style: normal; }
49
- i, em { font-family: 'UbuntuItalic'; }
50
- strong, b { font-family: 'UbuntuBold'; }
49
+ i, em { font-family: 'Ubuntu'; font-style: italic; }
50
+ strong, b { font-family: 'Ubuntu'; font-weight: bold; }
51
51
 
52
52
  ul li { list-style-position: inside; }
53
53
 
@@ -80,6 +80,7 @@ header {
80
80
  max-width: $max-width;
81
81
  padding: 20px;
82
82
  font-family: 'Museo';
83
+ font-weight: 500;
83
84
  font-size: 1.188em;
84
85
  border-bottom: 1px solid #e3e3e3;
85
86
  a {
@@ -95,7 +96,6 @@ header {
95
96
  }
96
97
 
97
98
 
98
-
99
99
  /*-----------------------------------------------------------*/
100
100
  /*-----------------------------------------------------------*/
101
101
  /*----------------------- 3. CONTENT ----------------------*/
@@ -116,7 +116,6 @@ header {
116
116
  font-size: 1.125em;
117
117
  color: #555;
118
118
 
119
-
120
119
  .hero_image {
121
120
  margin-top: 1.2em;
122
121
  }
@@ -126,7 +125,7 @@ header {
126
125
  padding: 0 15px;
127
126
  h1 {
128
127
  font-family: 'Museo';
129
- font-weight: normal;
128
+ font-weight: 500;
130
129
  font-size: 2.4em;
131
130
  line-height: 1.01em;
132
131
  letter-spacing: -0.03em;
@@ -152,7 +151,7 @@ header {
152
151
  padding: 0 10%;
153
152
  margin: 30px auto;
154
153
  .more-link { display: none; }
155
- p { font-family: 'UbuntuBold'; }
154
+ p { font-weight: bold; }
156
155
  }
157
156
 
158
157
  .article_content {
@@ -162,6 +161,7 @@ header {
162
161
 
163
162
  h1 {
164
163
  font-family: 'Museo';
164
+ font-weight: 500;
165
165
  font-size: 1.3em;
166
166
  color: $darkgrey;
167
167
  text-transform: uppercase;
@@ -179,7 +179,8 @@ header {
179
179
 
180
180
  h3 {
181
181
  font-size: 1.111em;
182
- font-family: 'UbuntuBold';
182
+ font-family: 'Ubuntu';
183
+ font-weight: bold;
183
184
  margin: 30px 0 0 0;
184
185
  }
185
186
 
@@ -192,7 +193,8 @@ header {
192
193
 
193
194
  h5 {
194
195
  font-size: 1em;
195
- font-family: 'UbuntuBold';
196
+ font-family: 'Ubuntu';
197
+ font-weight: bold;
196
198
  margin: 20px 0 0 0;
197
199
  }
198
200
 
@@ -216,8 +218,8 @@ header {
216
218
  font-size: 1.125em;
217
219
  color:#999;
218
220
  letter-spacing: -0.02em;
219
- em { font-family: 'BPmonoItalic'; letter-spacing: -0.02em; }
220
- strong { font-family: 'BPmonoBold'; }
221
+ em { font-style: italic; letter-spacing: -0.02em; }
222
+ strong { font-weight: bold; }
221
223
  }
222
224
 
223
225
  pre {
@@ -272,7 +274,7 @@ header {
272
274
  h2 { display: none; }
273
275
  }
274
276
  .article_teaser {
275
- p { font-family: 'Ubuntu'; }
277
+ p { font-weight: normal; }
276
278
  .more-link {
277
279
  display: block;
278
280
  margin:40px auto 0 auto;
@@ -294,11 +296,8 @@ header {
294
296
  }
295
297
  .article_googleplus, .article_footer, .article_content { display:none; }
296
298
  }
297
-
298
299
  }
299
300
 
300
-
301
-
302
301
  #pagination {
303
302
  display: block;
304
303
  overflow: visible;
@@ -377,20 +376,21 @@ footer, #footer {
377
376
  h2, h2 a {
378
377
  margin-top: 20px;
379
378
  text-transform: uppercase;
380
- font-family: 'MuseoLight';
379
+ font-family: 'Museo';
381
380
  font-size: 1.2em;
382
- font-weight: normal;
381
+ font-weight: 300;
383
382
  letter-spacing: 0.03em;
384
383
  }
385
384
 
386
-
387
385
  span.label {
388
386
  text-transform: uppercase;
389
387
  font-size:13px;
390
388
  color:#c0bfbf;
391
389
  }
390
+
392
391
  .weekday {
393
- font-family: 'MuseoLight';
392
+ font-family: 'Museo';
393
+ font-weight: 300;
394
394
  color: $darkgrey;
395
395
  }
396
396
 
data/lib/lines/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lines
2
- VERSION = "0.3"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lines-engine
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.3'
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Opoloo GbR
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-04 00:00:00.000000000 Z
11
+ date: 2014-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: orm_adapter