Browse Source

bumping the version number

pull/543/head v2.0.2
connors 11 years ago
parent
commit
a2d9f5d4ba
  1. 4
      README.md
  2. 2
      bower.json
  3. 4
      dist/css/ratchet-theme-android.css
  4. 4
      dist/css/ratchet-theme-android.min.css
  5. 4
      dist/css/ratchet-theme-ios.css
  6. 4
      dist/css/ratchet-theme-ios.min.css
  7. 4
      dist/css/ratchet.css
  8. 4
      dist/css/ratchet.min.css
  9. 16
      dist/js/ratchet.js
  10. 4
      dist/js/ratchet.min.js
  11. 6
      docs/_includes/download-module.html
  12. 2
      docs/_includes/footer.html
  13. 4
      docs/assets/css/docs.css
  14. 4
      docs/assets/css/docs.min.css
  15. 4
      docs/assets/js/docs.min.js
  16. 4
      docs/dist/css/ratchet-theme-android.css
  17. 4
      docs/dist/css/ratchet-theme-android.min.css
  18. 4
      docs/dist/css/ratchet-theme-ios.css
  19. 4
      docs/dist/css/ratchet-theme-ios.min.css
  20. 4
      docs/dist/css/ratchet.css
  21. 4
      docs/dist/css/ratchet.min.css
  22. 16
      docs/dist/js/ratchet.js
  23. 4
      docs/dist/js/ratchet.min.js
  24. 4
      docs/index.html
  25. 2
      js/modals.js
  26. 2
      js/popovers.js
  27. 2
      js/push.js
  28. 2
      js/segmented-controllers.js
  29. 2
      js/sliders.js
  30. 2
      js/toggles.js
  31. 4
      package.json
  32. 2
      sass/theme-android.scss

4
README.md

@ -1,4 +1,4 @@
# Ratchet v2.0.1 [![Build Status](https://secure.travis-ci.org/twbs/ratchet.png)](http://travis-ci.org/twbs/ratchet) [![devDependencies](https://david-dm.org/twbs/ratchet/dev-status.png?theme=shields.io)](https://david-dm.org/twbs/ratchet#info=devDependencies)
# Ratchet v2.0.2 [![Build Status](https://secure.travis-ci.org/twbs/ratchet.png)](http://travis-ci.org/twbs/ratchet) [![devDependencies](https://david-dm.org/twbs/ratchet/dev-status.png?theme=shields.io)](https://david-dm.org/twbs/ratchet#info=devDependencies)
Build mobile apps with simple HTML, CSS, and JS components.
@ -15,7 +15,7 @@ Build mobile apps with simple HTML, CSS, and JS components.
## Getting started
- Clone the repo with `git clone https://github.com/twbs/ratchet.git` or just [download](http://github.com/twbs/ratchet/archive/v2.0.1.zip) the bundled CSS and JS
- Clone the repo with `git clone https://github.com/twbs/ratchet.git` or just [download](http://github.com/twbs/ratchet/archive/v2.0.2.zip) the bundled CSS and JS
- [Read the docs](http://goratchet.com) to learn about the components and how to get a prototype on your phone
- [Check out examples](http://goratchet.com/examples/)

2
bower.json

@ -1,7 +1,7 @@
{
"name": "ratchet",
"description": "Build mobile apps with simple HTML, CSS, and JS components.",
"version": "2.0.1",
"version": "2.0.2",
"keywords": [
"css",
"js",

4
dist/css/ratchet-theme-android.css vendored

@ -1,10 +1,10 @@
/*!
* =====================================================
* Ratchet v2.0.1 (http://goratchet.com)
* Ratchet v2.0.2 (http://goratchet.com)
* Copyright 2014 Connor Sears
* Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE)
*
* v2.0.1 designed by @connors.
* v2.0.2 designed by @connors.
* =====================================================
*/

4
dist/css/ratchet-theme-android.min.css vendored

File diff suppressed because one or more lines are too long

4
dist/css/ratchet-theme-ios.css vendored

@ -1,10 +1,10 @@
/*!
* =====================================================
* Ratchet v2.0.1 (http://goratchet.com)
* Ratchet v2.0.2 (http://goratchet.com)
* Copyright 2014 Connor Sears
* Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE)
*
* v2.0.1 designed by @connors.
* v2.0.2 designed by @connors.
* =====================================================
*/

4
dist/css/ratchet-theme-ios.min.css vendored

File diff suppressed because one or more lines are too long

4
dist/css/ratchet.css vendored

@ -1,10 +1,10 @@
/*!
* =====================================================
* Ratchet v2.0.1 (http://goratchet.com)
* Ratchet v2.0.2 (http://goratchet.com)
* Copyright 2014 Connor Sears
* Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE)
*
* v2.0.1 designed by @connors.
* v2.0.2 designed by @connors.
* =====================================================
*/

4
dist/css/ratchet.min.css vendored

File diff suppressed because one or more lines are too long

16
dist/js/ratchet.js vendored

@ -1,14 +1,14 @@
/*!
* =====================================================
* Ratchet v2.0.1 (http://goratchet.com)
* Ratchet v2.0.2 (http://goratchet.com)
* Copyright 2014 Connor Sears
* Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE)
*
* v2.0.1 designed by @connors.
* v2.0.2 designed by @connors.
* =====================================================
*/
/* ========================================================================
* Ratchet: modals.js v2.0.1
* Ratchet: modals.js v2.0.2
* http://goratchet.com/components#modals
* ========================================================================
* Copyright 2014 Connor Sears
@ -50,7 +50,7 @@
}());
/* ========================================================================
* Ratchet: popovers.js v2.0.1
* Ratchet: popovers.js v2.0.2
* http://goratchet.com/components#popovers
* ========================================================================
* Copyright 2014 Connor Sears
@ -138,7 +138,7 @@
}());
/* ========================================================================
* Ratchet: push.js v2.0.1
* Ratchet: push.js v2.0.2
* http://goratchet.com/components#push
* ========================================================================
* inspired by @defunkt's jquery.pjax.js
@ -622,7 +622,7 @@
}());
/* ========================================================================
* Ratchet: segmented-controllers.js v2.0.1
* Ratchet: segmented-controllers.js v2.0.2
* http://goratchet.com/components#segmentedControls
* ========================================================================
* Copyright 2014 Connor Sears
@ -688,7 +688,7 @@
}());
/* ========================================================================
* Ratchet: sliders.js v2.0.1
* Ratchet: sliders.js v2.0.2
* http://goratchet.com/components#sliders
* ========================================================================
Adapted from Brad Birdsall's swipe
@ -825,7 +825,7 @@
}());
/* ========================================================================
* Ratchet: toggles.js v2.0.1
* Ratchet: toggles.js v2.0.2
* http://goratchet.com/components#toggles
* ========================================================================
Adapted from Brad Birdsall's swipe

4
dist/js/ratchet.min.js vendored

File diff suppressed because one or more lines are too long

6
docs/_includes/download-module.html

@ -1,12 +1,12 @@
<div class="docs-module">
<h4 class="docs-module-title">Ratchet</h4>
<p>Compiled and minified CSS, JavaScript, and fonts. No docs or original source files are included.</p>
<a href="https://github.com/twbs/ratchet/releases/download/v2.0.1/ratchet-2.0.1-dist.zip" class="btn btn-block btn-primary" data-ignore="push" onClick="_gaq.push(['_trackEvent', 'Downloads', 'V2.0.1-dist']);">Download Ratchet</a>
<p class="version">Currently v2.0.1</p>
<a href="https://github.com/twbs/ratchet/releases/download/v2.0.2/ratchet-2.0.2-dist.zip" class="btn btn-block btn-primary" data-ignore="push" onClick="_gaq.push(['_trackEvent', 'Downloads', 'V2.0.2-dist']);">Download Ratchet</a>
<p class="version">Currently v2.0.2</p>
</div>
<div class="docs-module">
<h4 class="docs-module-title">Source code</h4>
<p>If you haven't already, download the source code for Ratchet.</p>
<a href="https://github.com/twbs/ratchet/archive/v2.0.1.zip" class="btn btn-block btn-primary" data-ignore="push" onClick="_gaq.push(['_trackEvent', 'Downloads', 'V2.0.1']);">Download source</a>
<a href="https://github.com/twbs/ratchet/archive/v2.0.2.zip" class="btn btn-block btn-primary" data-ignore="push" onClick="_gaq.push(['_trackEvent', 'Downloads', 'V2.0.2']);">Download source</a>
</div>

2
docs/_includes/footer.html

@ -15,7 +15,7 @@
<p class="docs-footer-text">Code licensed under the <a href="https://github.com/twbs/ratchet/blob/master/LICENSE" data-ignore="push">MIT License</a> and the docs are licensed under <a href="https://github.com/twbs/ratchet/blob/master/docs/LICENSE" data-ignore="push">CC BY 3.0</a>. Ratchet was lovingly crafted by <a href="https://twitter.com/connors" data-ignore="push">Connor Sears</a>.</p>
<ul class="docs-footer-links">
<li>Currently v2.0.1</li>
<li>Currently v2.0.2</li>
<li>&middot;</li>
<li><a href="https://github.com/twbs/ratchet/issues" data-ignore="push">Issues</a></li>
<li>&middot;</li>

4
docs/assets/css/docs.css

@ -1,10 +1,10 @@
/*!
* =====================================================
* Ratchet v2.0.1 (http://goratchet.com)
* Ratchet v2.0.2 (http://goratchet.com)
* Copyright 2014 Connor Sears
* Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE)
*
* v2.0.1 designed by @connors.
* v2.0.2 designed by @connors.
* =====================================================
*/

4
docs/assets/css/docs.min.css vendored

File diff suppressed because one or more lines are too long

4
docs/assets/js/docs.min.js vendored

File diff suppressed because one or more lines are too long

4
docs/dist/css/ratchet-theme-android.css vendored

@ -1,10 +1,10 @@
/*!
* =====================================================
* Ratchet v2.0.1 (http://goratchet.com)
* Ratchet v2.0.2 (http://goratchet.com)
* Copyright 2014 Connor Sears
* Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE)
*
* v2.0.1 designed by @connors.
* v2.0.2 designed by @connors.
* =====================================================
*/

4
docs/dist/css/ratchet-theme-android.min.css vendored

File diff suppressed because one or more lines are too long

4
docs/dist/css/ratchet-theme-ios.css vendored

@ -1,10 +1,10 @@
/*!
* =====================================================
* Ratchet v2.0.1 (http://goratchet.com)
* Ratchet v2.0.2 (http://goratchet.com)
* Copyright 2014 Connor Sears
* Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE)
*
* v2.0.1 designed by @connors.
* v2.0.2 designed by @connors.
* =====================================================
*/

4
docs/dist/css/ratchet-theme-ios.min.css vendored

File diff suppressed because one or more lines are too long

4
docs/dist/css/ratchet.css vendored

@ -1,10 +1,10 @@
/*!
* =====================================================
* Ratchet v2.0.1 (http://goratchet.com)
* Ratchet v2.0.2 (http://goratchet.com)
* Copyright 2014 Connor Sears
* Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE)
*
* v2.0.1 designed by @connors.
* v2.0.2 designed by @connors.
* =====================================================
*/

4
docs/dist/css/ratchet.min.css vendored

File diff suppressed because one or more lines are too long

16
docs/dist/js/ratchet.js vendored

@ -1,14 +1,14 @@
/*!
* =====================================================
* Ratchet v2.0.1 (http://goratchet.com)
* Ratchet v2.0.2 (http://goratchet.com)
* Copyright 2014 Connor Sears
* Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE)
*
* v2.0.1 designed by @connors.
* v2.0.2 designed by @connors.
* =====================================================
*/
/* ========================================================================
* Ratchet: modals.js v2.0.1
* Ratchet: modals.js v2.0.2
* http://goratchet.com/components#modals
* ========================================================================
* Copyright 2014 Connor Sears
@ -50,7 +50,7 @@
}());
/* ========================================================================
* Ratchet: popovers.js v2.0.1
* Ratchet: popovers.js v2.0.2
* http://goratchet.com/components#popovers
* ========================================================================
* Copyright 2014 Connor Sears
@ -138,7 +138,7 @@
}());
/* ========================================================================
* Ratchet: push.js v2.0.1
* Ratchet: push.js v2.0.2
* http://goratchet.com/components#push
* ========================================================================
* inspired by @defunkt's jquery.pjax.js
@ -622,7 +622,7 @@
}());
/* ========================================================================
* Ratchet: segmented-controllers.js v2.0.1
* Ratchet: segmented-controllers.js v2.0.2
* http://goratchet.com/components#segmentedControls
* ========================================================================
* Copyright 2014 Connor Sears
@ -688,7 +688,7 @@
}());
/* ========================================================================
* Ratchet: sliders.js v2.0.1
* Ratchet: sliders.js v2.0.2
* http://goratchet.com/components#sliders
* ========================================================================
Adapted from Brad Birdsall's swipe
@ -825,7 +825,7 @@
}());
/* ========================================================================
* Ratchet: toggles.js v2.0.1
* Ratchet: toggles.js v2.0.2
* http://goratchet.com/components#toggles
* ========================================================================
Adapted from Brad Birdsall's swipe

4
docs/dist/js/ratchet.min.js vendored

File diff suppressed because one or more lines are too long

4
docs/index.html

@ -7,8 +7,8 @@ title: Ratchet
{% include masthead.html %}
<div class="docs-header-content">
<p class="docs-subtitle">Build mobile apps with simple HTML&#8218; CSS&#8218; and JS components.</p>
<a data-ignore="push" href="https://github.com/twbs/ratchet/archive/v2.0.1.zip" class="btn btn-primary" onClick="_gaq.push(['_trackEvent', 'Downloads', 'V2.0.1']);">Download Ratchet</a>
<p class="version">Currently v2.0.1</p>
<a data-ignore="push" href="https://github.com/twbs/ratchet/archive/v2.0.2.zip" class="btn btn-primary" onClick="_gaq.push(['_trackEvent', 'Downloads', 'V2.0.2']);">Download Ratchet</a>
<p class="version">Currently v2.0.2</p>
</div>
<div class="docs-header-bottom">

2
js/modals.js

@ -1,5 +1,5 @@
/* ========================================================================
* Ratchet: modals.js v2.0.1
* Ratchet: modals.js v2.0.2
* http://goratchet.com/components#modals
* ========================================================================
* Copyright 2014 Connor Sears

2
js/popovers.js

@ -1,5 +1,5 @@
/* ========================================================================
* Ratchet: popovers.js v2.0.1
* Ratchet: popovers.js v2.0.2
* http://goratchet.com/components#popovers
* ========================================================================
* Copyright 2014 Connor Sears

2
js/push.js

@ -1,5 +1,5 @@
/* ========================================================================
* Ratchet: push.js v2.0.1
* Ratchet: push.js v2.0.2
* http://goratchet.com/components#push
* ========================================================================
* inspired by @defunkt's jquery.pjax.js

2
js/segmented-controllers.js

@ -1,5 +1,5 @@
/* ========================================================================
* Ratchet: segmented-controllers.js v2.0.1
* Ratchet: segmented-controllers.js v2.0.2
* http://goratchet.com/components#segmentedControls
* ========================================================================
* Copyright 2014 Connor Sears

2
js/sliders.js

@ -1,5 +1,5 @@
/* ========================================================================
* Ratchet: sliders.js v2.0.1
* Ratchet: sliders.js v2.0.2
* http://goratchet.com/components#sliders
* ========================================================================
Adapted from Brad Birdsall's swipe

2
js/toggles.js

@ -1,5 +1,5 @@
/* ========================================================================
* Ratchet: toggles.js v2.0.1
* Ratchet: toggles.js v2.0.2
* http://goratchet.com/components#toggles
* ========================================================================
Adapted from Brad Birdsall's swipe

4
package.json

@ -1,7 +1,7 @@
{
"name": "ratchet",
"description": "Build mobile apps with simple HTML, CSS, and JS components.",
"version": "2.0.1",
"version": "2.0.2",
"keywords": [
"css",
"fonts",
@ -37,7 +37,7 @@
"grunt-contrib-sass": "~0.7.3",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-csscomb": "~2.0.1",
"grunt-csscomb": "~2.0.2",
"grunt-html-validation": "~0.1.14",
"grunt-jekyll": "~0.4.1",
"grunt-jscs-checker": "~0.4.1",

2
sass/theme-android.scss

@ -725,7 +725,7 @@ textarea,
// Push icons
// --------------------------------------------------
// Deprecated `push-left` and `push-right` as of 2.0.1
// Deprecated `push-left` and `push-right` as of 2.0.2
.navigate-left:after,
.push-left:after {
content: '';

Loading…
Cancel
Save