Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bensheldon/motion-dryclean
Rake tasks for cleaning the RubyMotion environment
https://github.com/bensheldon/motion-dryclean
Last synced: 21 days ago
JSON representation
Rake tasks for cleaning the RubyMotion environment
- Host: GitHub
- URL: https://github.com/bensheldon/motion-dryclean
- Owner: bensheldon
- License: mit
- Created: 2013-05-06T21:44:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-06T22:51:13.000Z (over 11 years ago)
- Last Synced: 2024-10-04T18:25:17.499Z (about 1 month ago)
- Language: Ruby
- Size: 102 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# motion-dryclean
> This shirt is "dry-clean only"...which means it's dirty.
>
> -- Mitch HedbergThis gem provides rake tasks for programmatically reseting the iOS simulator in advance of running tests (or other development activities):
```
rake dryclean # Same as dryclean:simulator
rake dryclean:simulator # Reset the iOS Simulator
rake dryclean:spec # Run specs with a clean simulator```
## Installation
Install the gem:
```
$ gem install motion-dryclean
```Add it to your Gemfile (inside development group):
```ruby
gem 'motion-dryclean'
```Make sure motion-dryclean is loaded in your project Rakefile:
```ruby
require 'motion-dryclean'
```## Development
* Source hosted at [GitHub](https://github.com/bensheldon/motion-dryclean)
* Report issues/Questions/Feature requests on [GitHub Issues](https://github.com/bensheldon/motion-dryclean/issues)