gerablog 0.2.0 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fcc65398f2dfa232ca599cad2b6ab1cbe25c1dd4
4
- data.tar.gz: 209cf3642c9a90b201adb6ddfc392363429bea94
3
+ metadata.gz: d9d02c31cd9e02fe208cf3592f88078601a485c1
4
+ data.tar.gz: d3b5bb9b9ef067b794658d3f438287bc79e08c7b
5
5
  SHA512:
6
- metadata.gz: 6a0cce6d36da1ce07268f4b4e110891f6e35425d293a621f8a2b9f8ec11f6e139540ad8f026723830bc5e61406f761ff5bb752965605168e2d180359090d633b
7
- data.tar.gz: '09ebb5882c41001dbdd862fa762ae0c1bae2c3e7ab1eb2a0fee420ffbbf717e8bbc88c0193bbb4efea7e328e44e686f91b0c81f181c4bccd4f545d9957791800'
6
+ metadata.gz: 732e056afbe7f4b24a0be4341057c6dc4f82f6461cdab679ec8a18eb278062137f32dc51018adac0704f11912a5947759481ccb34f4b46a89bb981e9c4cb5416
7
+ data.tar.gz: 1367bc8eb923346e9e3bc60d37ba38479579775afa07ca451533b1d7d16dd7543f3379450405985890b0e4e5a66016c7b08f342eaa06f5fbe7719f44cac4d745
@@ -1,16 +1,25 @@
1
1
  body {
2
- font-family: Verdana, Geneva, sans-serif;
3
-
4
2
  background-color: white;
5
3
  color: black;
6
-
7
- width: 90%;
4
+ font-family: Verdana, Geneva, sans-serif;
8
5
  margin: 0 auto;
6
+ width: 90%;
9
7
  }
10
8
 
11
- a:link, a:visited { color: royalblue; text-decoration: none; }
12
- a:hover { color: blue; text-decoration: underline; font-weight: 500; }
13
- a:active { color: white; }
9
+ a:link, a:visited {
10
+ color: royalblue;
11
+ text-decoration: none;
12
+ }
13
+
14
+ a:hover {
15
+ color: blue;
16
+ font-weight: 500;
17
+ text-decoration: underline;
18
+ }
19
+
20
+ a:active {
21
+ color: white;
22
+ }
14
23
 
15
24
  h1 {
16
25
  color: green;
@@ -32,21 +41,21 @@ footer {
32
41
  }
33
42
 
34
43
  #mainnav {
35
- padding: 0 0;
36
44
  margin-bottom: 22px;
45
+ padding: 0 0;
37
46
  }
38
47
 
39
48
  #mainnav ul {
49
+ border-left: 1px solid black;
50
+ list-style-type: none;
40
51
  margin: 0 0 0 0;
41
52
  padding: 0;
42
- list-style-type: none;
43
- border-left: 1px solid black;
44
53
  }
45
54
 
46
55
  #mainnav li {
56
+ border-right: 1px solid black;
47
57
  display: inline;
48
58
  padding: 0 10px;
49
- border-right: 1px solid black;
50
59
  }
51
60
 
52
61
  h3.textcal {
@@ -56,13 +65,13 @@ h3.textcal {
56
65
 
57
66
  p.textcal {
58
67
  color: black;
68
+ height: auto;
59
69
  margin-top: 0;
70
+ max-height:300px;
71
+ max-width:300px;
60
72
  }
61
73
 
62
74
  img {
63
75
  vertical-align: top;
64
76
  width: auto;
65
- height: auto;
66
- max-width:300px;
67
- max-height:300px;
68
77
  }
@@ -1,3 +1,3 @@
1
1
  module GeraBlog
2
- VERSION = '0.2.0'.freeze
2
+ VERSION = '0.2.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gerablog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paulo Henrique Rodrigues Pinheiro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-25 00:00:00.000000000 Z
11
+ date: 2018-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: redcarpet
@@ -106,28 +106,34 @@ dependencies:
106
106
  requirements:
107
107
  - - "~>"
108
108
  - !ruby/object:Gem::Version
109
- version: '1.7'
109
+ version: '1.8'
110
+ - - ">="
111
+ - !ruby/object:Gem::Version
112
+ version: 1.8.2
110
113
  type: :development
111
114
  prerelease: false
112
115
  version_requirements: !ruby/object:Gem::Requirement
113
116
  requirements:
114
117
  - - "~>"
115
118
  - !ruby/object:Gem::Version
116
- version: '1.7'
119
+ version: '1.8'
120
+ - - ">="
121
+ - !ruby/object:Gem::Version
122
+ version: 1.8.2
117
123
  - !ruby/object:Gem::Dependency
118
124
  name: rubocop
119
125
  requirement: !ruby/object:Gem::Requirement
120
126
  requirements:
121
127
  - - "~>"
122
128
  - !ruby/object:Gem::Version
123
- version: '0.46'
129
+ version: 0.49.0
124
130
  type: :development
125
131
  prerelease: false
126
132
  version_requirements: !ruby/object:Gem::Requirement
127
133
  requirements:
128
134
  - - "~>"
129
135
  - !ruby/object:Gem::Version
130
- version: '0.46'
136
+ version: 0.49.0
131
137
  - !ruby/object:Gem::Dependency
132
138
  name: rake
133
139
  requirement: !ruby/object:Gem::Requirement