titon-toolkit 0.11.0 → 0.11.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 +7 -0
- data/lib/titon-toolkit.rb +6 -3
- data/readme.md +1 -1
- data/scss/toolkit/ui/matrix.scss +5 -0
- data/version.md +1 -1
- metadata +13 -19
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 6af5ed2f6a0a4270e2ccb901df294eacf541d6c3
|
|
4
|
+
data.tar.gz: c325432c429bb4b261de02a7233ac212f01c5612
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: d5ec13fff74f47e3f45370c9c8cb65afbe5aeb92d76b4173ef325728bc6622430e65bd66d3c507f090f58e9c90ff8f53fbc84c0b53d3a8517f6d40a406c8516d
|
|
7
|
+
data.tar.gz: d6baee91662cd1d25fa55ab5988454fe0f87a8c2cfc3a4cfa99c2f84e150c743ede3683cd1b4ad923c90d2fe711fcd1c2526e0c55e96bdb168e5c277808664f3
|
data/lib/titon-toolkit.rb
CHANGED
|
@@ -3,6 +3,9 @@ require 'compass'
|
|
|
3
3
|
root = File.join(File.dirname(__FILE__), "..")
|
|
4
4
|
|
|
5
5
|
Compass::Frameworks.register("toolkit",
|
|
6
|
-
:
|
|
7
|
-
:
|
|
8
|
-
)
|
|
6
|
+
:path => root,
|
|
7
|
+
:stylesheets_directory => File.join(root, "scss")
|
|
8
|
+
)
|
|
9
|
+
|
|
10
|
+
module TitonToolkit
|
|
11
|
+
end
|
data/readme.md
CHANGED
data/scss/toolkit/ui/matrix.scss
CHANGED
|
@@ -12,6 +12,9 @@
|
|
|
12
12
|
|
|
13
13
|
.matrix {
|
|
14
14
|
position: relative;
|
|
15
|
+
list-style: none;
|
|
16
|
+
margin: 0;
|
|
17
|
+
padding: 0;
|
|
15
18
|
|
|
16
19
|
@include clear-fix;
|
|
17
20
|
|
|
@@ -21,6 +24,8 @@
|
|
|
21
24
|
}
|
|
22
25
|
|
|
23
26
|
.matrix-item {
|
|
27
|
+
margin: 0;
|
|
28
|
+
padding: 0;
|
|
24
29
|
position: absolute;
|
|
25
30
|
@include transition(top .3s, left .3s, bottom .3s, right .3s, opacity .3s);
|
|
26
31
|
|
data/version.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.11.
|
|
1
|
+
0.11.1
|
metadata
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: titon-toolkit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.11.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.11.1
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Titon
|
|
@@ -10,38 +9,34 @@ authors:
|
|
|
10
9
|
autorequire:
|
|
11
10
|
bindir: bin
|
|
12
11
|
cert_chain: []
|
|
13
|
-
date: 2013-09-
|
|
12
|
+
date: 2013-09-17 00:00:00.000000000 Z
|
|
14
13
|
dependencies:
|
|
15
14
|
- !ruby/object:Gem::Dependency
|
|
16
15
|
name: sass
|
|
17
16
|
requirement: !ruby/object:Gem::Requirement
|
|
18
|
-
none: false
|
|
19
17
|
requirements:
|
|
20
|
-
- -
|
|
18
|
+
- - '>='
|
|
21
19
|
- !ruby/object:Gem::Version
|
|
22
20
|
version: 3.2.0
|
|
23
21
|
type: :runtime
|
|
24
22
|
prerelease: false
|
|
25
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
|
-
none: false
|
|
27
24
|
requirements:
|
|
28
|
-
- -
|
|
25
|
+
- - '>='
|
|
29
26
|
- !ruby/object:Gem::Version
|
|
30
27
|
version: 3.2.0
|
|
31
28
|
- !ruby/object:Gem::Dependency
|
|
32
29
|
name: compass
|
|
33
30
|
requirement: !ruby/object:Gem::Requirement
|
|
34
|
-
none: false
|
|
35
31
|
requirements:
|
|
36
|
-
- -
|
|
32
|
+
- - '>='
|
|
37
33
|
- !ruby/object:Gem::Version
|
|
38
34
|
version: '0.11'
|
|
39
35
|
type: :runtime
|
|
40
36
|
prerelease: false
|
|
41
37
|
version_requirements: !ruby/object:Gem::Requirement
|
|
42
|
-
none: false
|
|
43
38
|
requirements:
|
|
44
|
-
- -
|
|
39
|
+
- - '>='
|
|
45
40
|
- !ruby/object:Gem::Version
|
|
46
41
|
version: '0.11'
|
|
47
42
|
description: A powerful front-end UI and component library toolkit. The gem provides
|
|
@@ -53,6 +48,8 @@ extra_rdoc_files: []
|
|
|
53
48
|
files:
|
|
54
49
|
- lib/titon-toolkit.rb
|
|
55
50
|
- scss/normalize.scss
|
|
51
|
+
- scss/toolkit/_common.scss
|
|
52
|
+
- scss/toolkit/_variables.scss
|
|
56
53
|
- scss/toolkit/effects/visual.scss
|
|
57
54
|
- scss/toolkit/layout/base.scss
|
|
58
55
|
- scss/toolkit/layout/code.scss
|
|
@@ -90,8 +87,6 @@ files:
|
|
|
90
87
|
- scss/toolkit/ui/pagination.scss
|
|
91
88
|
- scss/toolkit/ui/pin.scss
|
|
92
89
|
- scss/toolkit/ui/progress.scss
|
|
93
|
-
- scss/toolkit/_common.scss
|
|
94
|
-
- scss/toolkit/_variables.scss
|
|
95
90
|
- scss/toolkit.scss
|
|
96
91
|
- license.md
|
|
97
92
|
- readme.md
|
|
@@ -99,26 +94,25 @@ files:
|
|
|
99
94
|
homepage: http://titon.io
|
|
100
95
|
licenses:
|
|
101
96
|
- BSD-2
|
|
97
|
+
metadata: {}
|
|
102
98
|
post_install_message:
|
|
103
99
|
rdoc_options: []
|
|
104
100
|
require_paths:
|
|
105
101
|
- lib
|
|
106
102
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
107
|
-
none: false
|
|
108
103
|
requirements:
|
|
109
|
-
- -
|
|
104
|
+
- - '>='
|
|
110
105
|
- !ruby/object:Gem::Version
|
|
111
106
|
version: '0'
|
|
112
107
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
113
|
-
none: false
|
|
114
108
|
requirements:
|
|
115
|
-
- -
|
|
109
|
+
- - '>='
|
|
116
110
|
- !ruby/object:Gem::Version
|
|
117
111
|
version: '0'
|
|
118
112
|
requirements: []
|
|
119
113
|
rubyforge_project:
|
|
120
|
-
rubygems_version:
|
|
114
|
+
rubygems_version: 2.0.3
|
|
121
115
|
signing_key:
|
|
122
|
-
specification_version:
|
|
116
|
+
specification_version: 4
|
|
123
117
|
summary: The gem provides Toolkit Sass files for use in projects.
|
|
124
118
|
test_files: []
|