titon-toolkit 2.0.0.pre.rc.2 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/changelog.md +2 -0
  3. data/readme.md +1 -1
  4. data/version.md +1 -1
  5. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 61f3d670d15e72696dd0081a21c348e433484d33
4
- data.tar.gz: e1eab947650d2f21a71e3b06f603ef855a447ce9
3
+ metadata.gz: 8ddb19d08e9bc078f1430ce7f391205cf3b788df
4
+ data.tar.gz: 3259ce2ab60cdbf8026209153628dea561823eff
5
5
  SHA512:
6
- metadata.gz: e7800e7b75959b62cf7718938848f6872c70ff36541624623b0e18defb267845412bfcc67884feb1e133b093b836a961c14e23455482ca92fc4a1329abb2d507
7
- data.tar.gz: 5898b27b1c0a44edc49948fe37d656d0d792319fe57fdffaeb37be9fab4565310d39af5dea8f83a1e0cbc06336ed0a960006ff01b814e620da91ab5153ddfefb
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 RC2 - Gallant Golem #
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-rc.2
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.pre.rc.2
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-11-26 00:00:00.000000000 Z
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: 1.3.1
119
+ version: '0'
120
120
  requirements: []
121
121
  rubyforge_project:
122
122
  rubygems_version: 2.4.1