documentation 1.0.5 → 1.0.6
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 +4 -4
- data/MIT-LICENSE +20 -0
- data/app/assets/stylesheets/documentation/markdown.scss +2 -2
- data/lib/documentation/version.rb +1 -1
- metadata +29 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 520e069661e53c4c070266cf3c339de59a4ea842
|
|
4
|
+
data.tar.gz: 85bb9754a1fcc14e68d433a0f83d4ed77c48e1d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 01058094e255fd916be2252042c7a2f05b8d86d4e4a8ab61b021ed2a09934d2843b1be433834528de0a437679dd8c95735dbb38366331c7d420f75f069a0f347
|
|
7
|
+
data.tar.gz: aa86c964d041987c69be24ac45300814255a7f30aca45ba8b0214468da72a37c5c8b886e351b2ef0ca1c1b669f74db793069ab46bac386374251c7690db2c4f4
|
data/MIT-LICENSE
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Copyright 2014 Adam Cooke.
|
|
2
|
+
|
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
4
|
+
a copy of this software and associated documentation files (the
|
|
5
|
+
"Software"), to deal in the Software without restriction, including
|
|
6
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
7
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
8
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
9
|
+
the following conditions:
|
|
10
|
+
|
|
11
|
+
The above copyright notice and this permission notice shall be
|
|
12
|
+
included in all copies or substantial portions of the Software.
|
|
13
|
+
|
|
14
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
15
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
16
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
17
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
18
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
19
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
20
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
@@ -11,7 +11,7 @@ div.documentationMarkdown {
|
|
|
11
11
|
ul, ol { line-height:1.8em; margin:20px 0; margin-left:40px; }
|
|
12
12
|
ul li { background:image-url('documentation/pin.svg') no-repeat 0 5px; background-size:13px; padding-left:25px;}
|
|
13
13
|
ol { margin-left:65px;}
|
|
14
|
-
ol li { margin-bottom:
|
|
14
|
+
ol li { margin-bottom:8px;padding-left:15px;}
|
|
15
15
|
ol li:last-child { margin-bottom:0; }
|
|
16
16
|
ul.pages {
|
|
17
17
|
overflow:hidden;
|
|
@@ -24,7 +24,7 @@ div.documentationMarkdown {
|
|
|
24
24
|
|
|
25
25
|
a.anchor { display:none; float:right; border:0; color:#999; width:16px; height:16px; background:image-url('documentation/link.svg'); opacity:0.6; background-size:16px; text-indent:-40000px;}
|
|
26
26
|
|
|
27
|
-
p.recommendation {
|
|
27
|
+
p.recommendation, p.notice {
|
|
28
28
|
background:image-url('documentation/recommendation.svg') #F5F7FB no-repeat 20px 16px;
|
|
29
29
|
background-size:20px;
|
|
30
30
|
border:1px solid #E4E7ED;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: documentation
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Cooke
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-10-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -68,16 +68,22 @@ dependencies:
|
|
|
68
68
|
name: jquery-rails
|
|
69
69
|
requirement: !ruby/object:Gem::Requirement
|
|
70
70
|
requirements:
|
|
71
|
-
- - "
|
|
71
|
+
- - ">="
|
|
72
72
|
- !ruby/object:Gem::Version
|
|
73
|
-
version: '3'
|
|
73
|
+
version: '3.0'
|
|
74
|
+
- - "<"
|
|
75
|
+
- !ruby/object:Gem::Version
|
|
76
|
+
version: '5'
|
|
74
77
|
type: :runtime
|
|
75
78
|
prerelease: false
|
|
76
79
|
version_requirements: !ruby/object:Gem::Requirement
|
|
77
80
|
requirements:
|
|
78
|
-
- - "
|
|
81
|
+
- - ">="
|
|
79
82
|
- !ruby/object:Gem::Version
|
|
80
|
-
version: '3'
|
|
83
|
+
version: '3.0'
|
|
84
|
+
- - "<"
|
|
85
|
+
- !ruby/object:Gem::Version
|
|
86
|
+
version: '5'
|
|
81
87
|
- !ruby/object:Gem::Dependency
|
|
82
88
|
name: coffee-rails
|
|
83
89
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -96,16 +102,22 @@ dependencies:
|
|
|
96
102
|
name: sass-rails
|
|
97
103
|
requirement: !ruby/object:Gem::Requirement
|
|
98
104
|
requirements:
|
|
99
|
-
- - "
|
|
105
|
+
- - ">="
|
|
100
106
|
- !ruby/object:Gem::Version
|
|
101
|
-
version: '4'
|
|
107
|
+
version: '4.0'
|
|
108
|
+
- - "<"
|
|
109
|
+
- !ruby/object:Gem::Version
|
|
110
|
+
version: '6'
|
|
102
111
|
type: :runtime
|
|
103
112
|
prerelease: false
|
|
104
113
|
version_requirements: !ruby/object:Gem::Requirement
|
|
105
114
|
requirements:
|
|
106
|
-
- - "
|
|
115
|
+
- - ">="
|
|
107
116
|
- !ruby/object:Gem::Version
|
|
108
|
-
version: '4'
|
|
117
|
+
version: '4.0'
|
|
118
|
+
- - "<"
|
|
119
|
+
- !ruby/object:Gem::Version
|
|
120
|
+
version: '6'
|
|
109
121
|
- !ruby/object:Gem::Dependency
|
|
110
122
|
name: uglifier
|
|
111
123
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -173,6 +185,9 @@ dependencies:
|
|
|
173
185
|
- - ">="
|
|
174
186
|
- !ruby/object:Gem::Version
|
|
175
187
|
version: 1.0.3
|
|
188
|
+
- - "<"
|
|
189
|
+
- !ruby/object:Gem::Version
|
|
190
|
+
version: '2'
|
|
176
191
|
type: :runtime
|
|
177
192
|
prerelease: false
|
|
178
193
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -180,6 +195,9 @@ dependencies:
|
|
|
180
195
|
- - ">="
|
|
181
196
|
- !ruby/object:Gem::Version
|
|
182
197
|
version: 1.0.3
|
|
198
|
+
- - "<"
|
|
199
|
+
- !ruby/object:Gem::Version
|
|
200
|
+
version: '2'
|
|
183
201
|
- !ruby/object:Gem::Dependency
|
|
184
202
|
name: nifty-dialog
|
|
185
203
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -215,6 +233,7 @@ executables: []
|
|
|
215
233
|
extensions: []
|
|
216
234
|
extra_rdoc_files: []
|
|
217
235
|
files:
|
|
236
|
+
- MIT-LICENSE
|
|
218
237
|
- app/assets/images/documentation/link.svg
|
|
219
238
|
- app/assets/images/documentation/logo-black.svg
|
|
220
239
|
- app/assets/images/documentation/logo-white.svg
|