titon-toolkit 2.0.1 → 2.0.2
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/changelog.md +3 -0
- data/readme.md +1 -1
- data/version.md +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 62c0a566cd9ceab0399e8ceab379ea9272a17858
|
|
4
|
+
data.tar.gz: d31d95015509d871420b8e3d5c87034ace3393eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b9c29ff181b3d941458895f6182c9d4292ba73e4342fb65d4121a2e84294edab5a6a6fa11622e1d0431aad54ccf249694b81d9be11a8f1da76ffe4eab0b9fc6f
|
|
7
|
+
data.tar.gz: 5b8f9734732f3d63a7ada359acf08249e8068ad492ff442b75225ccb243681046f9744ccaf5addc241eefde0dd1a4121d156e67ca8da7d100df38ae14daa9e60
|
data/changelog.md
CHANGED
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Older versions can be found in the documentation changelogs.
|
|
4
4
|
|
|
5
|
+
## 2.0.2 ##
|
|
6
|
+
* Updates and fixes for documentation.
|
|
7
|
+
|
|
5
8
|
## 2.0.1 ##
|
|
6
9
|
* Removed the grid placeholders `%row` and `%col` as they would be included in the CSS output multiple times (use the mixins instead)
|
|
7
10
|
* Removed `grid` as a dependency for the `form` component
|
data/readme.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
\/_/ \/_____/\/_____/\/_____/\/_/\/_/ \/_/ \/_/
|
|
7
7
|
```
|
|
8
8
|
|
|
9
|
-
# Toolkit v2.0.
|
|
9
|
+
# Toolkit v2.0.2 - Gallant Golem #
|
|
10
10
|
|
|
11
11
|
Titon Toolkit is a collection of very powerful user interface components and utility classes
|
|
12
12
|
for the responsive, mobile, and modern web. Each component represents encapsulated HTML, CSS,
|
data/version.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.0.
|
|
1
|
+
2.0.2
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: titon-toolkit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Project Titon
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-12-
|
|
12
|
+
date: 2014-12-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: sass
|