Browse Source

bump version

pull/440/head v2.0.1
connors 11 years ago
parent
commit
a3e6dd4399
  1. 6
      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. 2
      docs/_includes/footer.html
  12. 4
      docs/assets/css/docs.css
  13. 4
      docs/assets/css/docs.min.css
  14. 4
      docs/assets/js/docs.min.js
  15. 4
      docs/dist/css/ratchet-theme-android.css
  16. 4
      docs/dist/css/ratchet-theme-android.min.css
  17. 4
      docs/dist/css/ratchet-theme-ios.css
  18. 4
      docs/dist/css/ratchet-theme-ios.min.css
  19. 4
      docs/dist/css/ratchet.css
  20. 4
      docs/dist/css/ratchet.min.css
  21. 16
      docs/dist/js/ratchet.js
  22. 4
      docs/dist/js/ratchet.min.js
  23. 4
      docs/index.html
  24. 2
      js/modals.js
  25. 2
      js/popovers.js
  26. 2
      js/push.js
  27. 2
      js/segmented-controllers.js
  28. 2
      js/sliders.js
  29. 2
      js/toggles.js
  30. 2
      package.json

6
README.md

@ -1,4 +1,4 @@
# Ratchet v2.0.0 [![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.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)
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.0.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.1.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/)
@ -55,7 +55,7 @@ Ratchet's documentation is built with [Jekyll](http://jekyllrb.com) and publicly
1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation).
- **Windows users:** Read [this unofficial guide](https://github.com/juthilo/run-jekyll-on-windows/) to get Jekyll up and running without problems. We use Pygments for syntax highlighting, so make sure to read the sections on installing Python and Pygments.
2. From the root `/ratchet/docs` directory, run `jekyll serve` in the command line.
- **Windows users:** While we use Jekyll's `encoding` setting, you might still need to change the command prompt's character encoding ([code page](http://en.wikipedia.org/wiki/Windows_code_page)) to UTF-8 so Jekyll runs without errors. For Ruby 2.0.0, run `chcp 65001` first. For Ruby 1.9.3, you can alternatively do `SET LANG=en_EN.UTF-8`.
- **Windows users:** While we use Jekyll's `encoding` setting, you might still need to change the command prompt's character encoding ([code page](http://en.wikipedia.org/wiki/Windows_code_page)) to UTF-8 so Jekyll runs without errors. For Ruby 2.0.1, run `chcp 65001` first. For Ruby 1.9.3, you can alternatively do `SET LANG=en_EN.UTF-8`.
3. Open <http://localhost:4000> in your browser, and boom!
Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/).

2
bower.json

@ -1,6 +1,6 @@
{
"name": "ratchet",
"version": "2.0.0",
"version": "2.0.1",
"main": [
"./dist/css/ratchet.css",
"./dist/js/ratchet.js"

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

@ -1,10 +1,10 @@
/*!
* =====================================================
* Ratchet v2.0.0 (http://goratchet.com)
* Ratchet v2.0.1 (http://goratchet.com)
* Copyright 2014 Connor Sears
* Licensed under MIT.
*
* v2.0.0 designed by @connors.
* v2.0.1 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.0 (http://goratchet.com)
* Ratchet v2.0.1 (http://goratchet.com)
* Copyright 2014 Connor Sears
* Licensed under MIT.
*
* v2.0.0 designed by @connors.
* v2.0.1 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.0 (http://goratchet.com)
* Ratchet v2.0.1 (http://goratchet.com)
* Copyright 2014 Connor Sears
* Licensed under MIT.
*
* v2.0.0 designed by @connors.
* v2.0.1 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.0 (http://goratchet.com)
* Ratchet v2.0.1 (http://goratchet.com)
* Copyright 2014 Connor Sears
* Licensed under MIT.
*
* v2.0.0 designed by @connors.
* v2.0.1 designed by @connors.
* =====================================================
*/
/* ----------------------------------
* MODAL v2.0.0
* MODAL v2.0.1
* Licensed under The MIT License
* http://opensource.org/licenses/MIT
* ---------------------------------- */
@ -46,7 +46,7 @@
}());
/* ----------------------------------
* POPOVER v2.0.0
* POPOVER v2.0.1
* Licensed under The MIT License
* http://opensource.org/licenses/MIT
* ---------------------------------- */
@ -131,7 +131,7 @@
}());
/* ----------------------------------
* PUSH v2.0.0
* PUSH v2.0.1
* Licensed under The MIT License
* inspired by chris's jquery.pjax.js
* http://opensource.org/licenses/MIT
@ -610,7 +610,7 @@
}());
/* ----------------------------------
* Segmented controls v2.0.0
* Segmented controls v2.0.1
* Licensed under The MIT License
* http://opensource.org/licenses/MIT
* ---------------------------------- */
@ -671,7 +671,7 @@
window.addEventListener('click', function (e) { if (getTarget(e.target)) {e.preventDefault();} });
}());
/* ----------------------------------
* SLIDER v2.0.0
* SLIDER v2.0.1
* Licensed under The MIT License
* Adapted from Brad Birdsall's swipe
* http://opensource.org/licenses/MIT
@ -802,7 +802,7 @@
}());
/* ----------------------------------
* TOGGLE v2.0.0
* TOGGLE v2.0.1
* Licensed under The MIT License
* http://opensource.org/licenses/MIT
* ---------------------------------- */

4
dist/js/ratchet.min.js vendored

File diff suppressed because one or more lines are too long

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.0</li>
<li>Currently v2.0.1</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.0 (http://goratchet.com)
* Ratchet v2.0.1 (http://goratchet.com)
* Copyright 2014 Connor Sears
* Licensed under MIT.
*
* v2.0.0 designed by @connors.
* v2.0.1 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.0 (http://goratchet.com)
* Ratchet v2.0.1 (http://goratchet.com)
* Copyright 2014 Connor Sears
* Licensed under MIT.
*
* v2.0.0 designed by @connors.
* v2.0.1 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.0 (http://goratchet.com)
* Ratchet v2.0.1 (http://goratchet.com)
* Copyright 2014 Connor Sears
* Licensed under MIT.
*
* v2.0.0 designed by @connors.
* v2.0.1 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.0 (http://goratchet.com)
* Ratchet v2.0.1 (http://goratchet.com)
* Copyright 2014 Connor Sears
* Licensed under MIT.
*
* v2.0.0 designed by @connors.
* v2.0.1 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.0 (http://goratchet.com)
* Ratchet v2.0.1 (http://goratchet.com)
* Copyright 2014 Connor Sears
* Licensed under MIT.
*
* v2.0.0 designed by @connors.
* v2.0.1 designed by @connors.
* =====================================================
*/
/* ----------------------------------
* MODAL v2.0.0
* MODAL v2.0.1
* Licensed under The MIT License
* http://opensource.org/licenses/MIT
* ---------------------------------- */
@ -46,7 +46,7 @@
}());
/* ----------------------------------
* POPOVER v2.0.0
* POPOVER v2.0.1
* Licensed under The MIT License
* http://opensource.org/licenses/MIT
* ---------------------------------- */
@ -131,7 +131,7 @@
}());
/* ----------------------------------
* PUSH v2.0.0
* PUSH v2.0.1
* Licensed under The MIT License
* inspired by chris's jquery.pjax.js
* http://opensource.org/licenses/MIT
@ -610,7 +610,7 @@
}());
/* ----------------------------------
* Segmented controls v2.0.0
* Segmented controls v2.0.1
* Licensed under The MIT License
* http://opensource.org/licenses/MIT
* ---------------------------------- */
@ -671,7 +671,7 @@
window.addEventListener('click', function (e) { if (getTarget(e.target)) {e.preventDefault();} });
}());
/* ----------------------------------
* SLIDER v2.0.0
* SLIDER v2.0.1
* Licensed under The MIT License
* Adapted from Brad Birdsall's swipe
* http://opensource.org/licenses/MIT
@ -802,7 +802,7 @@
}());
/* ----------------------------------
* TOGGLE v2.0.0
* TOGGLE v2.0.1
* Licensed under The MIT License
* http://opensource.org/licenses/MIT
* ---------------------------------- */

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.0.zip" class="btn btn-primary" onClick="_gaq.push(['_trackEvent', 'Downloads', 'V2.0']);">Download Ratchet</a>
<p class="version">Currently v2.0.0</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>
</div>
<div class="docs-header-bottom">

2
js/modals.js

@ -1,5 +1,5 @@
/* ----------------------------------
* MODAL v2.0.0
* MODAL v2.0.1
* Licensed under The MIT License
* http://opensource.org/licenses/MIT
* ---------------------------------- */

2
js/popovers.js

@ -1,5 +1,5 @@
/* ----------------------------------
* POPOVER v2.0.0
* POPOVER v2.0.1
* Licensed under The MIT License
* http://opensource.org/licenses/MIT
* ---------------------------------- */

2
js/push.js

@ -1,5 +1,5 @@
/* ----------------------------------
* PUSH v2.0.0
* PUSH v2.0.1
* Licensed under The MIT License
* inspired by chris's jquery.pjax.js
* http://opensource.org/licenses/MIT

2
js/segmented-controllers.js

@ -1,5 +1,5 @@
/* ----------------------------------
* Segmented controls v2.0.0
* Segmented controls v2.0.1
* Licensed under The MIT License
* http://opensource.org/licenses/MIT
* ---------------------------------- */

2
js/sliders.js

@ -1,5 +1,5 @@
/* ----------------------------------
* SLIDER v2.0.0
* SLIDER v2.0.1
* Licensed under The MIT License
* Adapted from Brad Birdsall's swipe
* http://opensource.org/licenses/MIT

2
js/toggles.js

@ -1,5 +1,5 @@
/* ----------------------------------
* TOGGLE v2.0.0
* TOGGLE v2.0.1
* Licensed under The MIT License
* http://opensource.org/licenses/MIT
* ---------------------------------- */

2
package.json

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

Loading…
Cancel
Save