This commit is contained in:
connors 2014-03-05 09:09:49 -08:00
Родитель c5bca78b75
Коммит a3e6dd4399
30 изменённых файлов: 64 добавлений и 64 удалений

Просмотреть файл

@ -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. 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 ## 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 - [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/) - [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). 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. - **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. 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! 3. Open <http://localhost:4000> in your browser, and boom!
Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/). Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/).

Просмотреть файл

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

4
dist/css/ratchet-theme-android.css поставляемый
Просмотреть файл

@ -1,10 +1,10 @@
/*! /*!
* ===================================================== * =====================================================
* Ratchet v2.0.0 (http://goratchet.com) * Ratchet v2.0.1 (http://goratchet.com)
* Copyright 2014 Connor Sears * Copyright 2014 Connor Sears
* Licensed under MIT. * Licensed under MIT.
* *
* v2.0.0 designed by @connors. * v2.0.1 designed by @connors.
* ===================================================== * =====================================================
*/ */

4
dist/css/ratchet-theme-android.min.css поставляемый

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

4
dist/css/ratchet-theme-ios.css поставляемый
Просмотреть файл

@ -1,10 +1,10 @@
/*! /*!
* ===================================================== * =====================================================
* Ratchet v2.0.0 (http://goratchet.com) * Ratchet v2.0.1 (http://goratchet.com)
* Copyright 2014 Connor Sears * Copyright 2014 Connor Sears
* Licensed under MIT. * Licensed under MIT.
* *
* v2.0.0 designed by @connors. * v2.0.1 designed by @connors.
* ===================================================== * =====================================================
*/ */

4
dist/css/ratchet-theme-ios.min.css поставляемый

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

4
dist/css/ratchet.css поставляемый
Просмотреть файл

@ -1,10 +1,10 @@
/*! /*!
* ===================================================== * =====================================================
* Ratchet v2.0.0 (http://goratchet.com) * Ratchet v2.0.1 (http://goratchet.com)
* Copyright 2014 Connor Sears * Copyright 2014 Connor Sears
* Licensed under MIT. * Licensed under MIT.
* *
* v2.0.0 designed by @connors. * v2.0.1 designed by @connors.
* ===================================================== * =====================================================
*/ */

4
dist/css/ratchet.min.css поставляемый

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

16
dist/js/ratchet.js поставляемый
Просмотреть файл

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

4
dist/js/ratchet.min.js поставляемый

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -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> <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"> <ul class="docs-footer-links">
<li>Currently v2.0.0</li> <li>Currently v2.0.1</li>
<li>&middot;</li> <li>&middot;</li>
<li><a href="https://github.com/twbs/ratchet/issues" data-ignore="push">Issues</a></li> <li><a href="https://github.com/twbs/ratchet/issues" data-ignore="push">Issues</a></li>
<li>&middot;</li> <li>&middot;</li>

Просмотреть файл

@ -1,10 +1,10 @@
/*! /*!
* ===================================================== * =====================================================
* Ratchet v2.0.0 (http://goratchet.com) * Ratchet v2.0.1 (http://goratchet.com)
* Copyright 2014 Connor Sears * Copyright 2014 Connor Sears
* Licensed under MIT. * Licensed under MIT.
* *
* v2.0.0 designed by @connors. * v2.0.1 designed by @connors.
* ===================================================== * =====================================================
*/ */

4
docs/assets/css/docs.min.css поставляемый

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

4
docs/assets/js/docs.min.js поставляемый

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

4
docs/dist/css/ratchet-theme-android.css поставляемый
Просмотреть файл

@ -1,10 +1,10 @@
/*! /*!
* ===================================================== * =====================================================
* Ratchet v2.0.0 (http://goratchet.com) * Ratchet v2.0.1 (http://goratchet.com)
* Copyright 2014 Connor Sears * Copyright 2014 Connor Sears
* Licensed under MIT. * Licensed under MIT.
* *
* v2.0.0 designed by @connors. * v2.0.1 designed by @connors.
* ===================================================== * =====================================================
*/ */

4
docs/dist/css/ratchet-theme-android.min.css поставляемый

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

4
docs/dist/css/ratchet-theme-ios.css поставляемый
Просмотреть файл

@ -1,10 +1,10 @@
/*! /*!
* ===================================================== * =====================================================
* Ratchet v2.0.0 (http://goratchet.com) * Ratchet v2.0.1 (http://goratchet.com)
* Copyright 2014 Connor Sears * Copyright 2014 Connor Sears
* Licensed under MIT. * Licensed under MIT.
* *
* v2.0.0 designed by @connors. * v2.0.1 designed by @connors.
* ===================================================== * =====================================================
*/ */

4
docs/dist/css/ratchet-theme-ios.min.css поставляемый

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

4
docs/dist/css/ratchet.css поставляемый
Просмотреть файл

@ -1,10 +1,10 @@
/*! /*!
* ===================================================== * =====================================================
* Ratchet v2.0.0 (http://goratchet.com) * Ratchet v2.0.1 (http://goratchet.com)
* Copyright 2014 Connor Sears * Copyright 2014 Connor Sears
* Licensed under MIT. * Licensed under MIT.
* *
* v2.0.0 designed by @connors. * v2.0.1 designed by @connors.
* ===================================================== * =====================================================
*/ */

4
docs/dist/css/ratchet.min.css поставляемый

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

16
docs/dist/js/ratchet.js поставляемый
Просмотреть файл

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

4
docs/dist/js/ratchet.min.js поставляемый

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -7,8 +7,8 @@ title: Ratchet
{% include masthead.html %} {% include masthead.html %}
<div class="docs-header-content"> <div class="docs-header-content">
<p class="docs-subtitle">Build mobile apps with simple HTML&#8218; CSS&#8218; and JS components.</p> <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> <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.0</p> <p class="version">Currently v2.0.1</p>
</div> </div>
<div class="docs-header-bottom"> <div class="docs-header-bottom">

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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