titon-toolkit 2.0.0.pre.rc.2 → 2.0.0
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 +2 -0
- data/readme.md +1 -1
- data/version.md +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8ddb19d08e9bc078f1430ce7f391205cf3b788df
|
|
4
|
+
data.tar.gz: 3259ce2ab60cdbf8026209153628dea561823eff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb3704894cadb302052942a482bce1f3bd22ba99a1cb977eb275f669caa3c4103d65ded3229ee8c774c2621f3efcf8439f72d545f536d3003152fbd84a801415
|
|
7
|
+
data.tar.gz: 6fdf2a4322928b96d93ce4eca2bf61084f639c155b624264a3235397135517070f3c0235bf0c436cf446bcdf89a86d5b0b05b96e30e471a9e5c2d68ae5d27235
|
data/changelog.md
CHANGED
|
@@ -11,6 +11,7 @@ Check out the release update for more information.
|
|
|
11
11
|
* Dropped IE8 support
|
|
12
12
|
* Upgraded to jQuery 2
|
|
13
13
|
* Upgraded to Gulp from Grunt
|
|
14
|
+
* Upgraded to libsass over Ruby Sass
|
|
14
15
|
* Upgraded to Sass 3.4 and Compass 1.0
|
|
15
16
|
* Upgraded to RequireJS for JS dependency management and compilation
|
|
16
17
|
* Added a robust namespacing system which allows components to be nested within each other
|
|
@@ -49,6 +50,7 @@ Check out the release update for more information.
|
|
|
49
50
|
* Added a `Base` class layer that both `Component` and `Behavior` extend
|
|
50
51
|
* Added a new hook layer to `Base` that replaces the instance event layer
|
|
51
52
|
* Added `$.fn.toString()` which returns the elements markup as a string
|
|
53
|
+
* Added a debugging layer and a new `debug` option
|
|
52
54
|
* Improved the prototype inheritance layer by initializing a new class instead of extending objects
|
|
53
55
|
* Refactored the class layer so that constructors are passed as a property instead of an argument
|
|
54
56
|
* Refactored so that class properties are passed through an object instead of set through the constructor
|
data/readme.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
\/_/ \/_____/\/_____/\/_____/\/_/\/_/ \/_/ \/_/
|
|
7
7
|
```
|
|
8
8
|
|
|
9
|
-
# Toolkit v2.0.0
|
|
9
|
+
# Toolkit v2.0.0 - 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.0
|
|
1
|
+
2.0.0
|
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.0
|
|
4
|
+
version: 2.0.0
|
|
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
|
+
date: 2014-12-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: sass
|
|
@@ -114,9 +114,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
114
114
|
version: '0'
|
|
115
115
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
116
116
|
requirements:
|
|
117
|
-
- - "
|
|
117
|
+
- - ">="
|
|
118
118
|
- !ruby/object:Gem::Version
|
|
119
|
-
version:
|
|
119
|
+
version: '0'
|
|
120
120
|
requirements: []
|
|
121
121
|
rubyforge_project:
|
|
122
122
|
rubygems_version: 2.4.1
|