Sha256: cada65a7c57f0f6cfbf99713d5338660c05415176a1a912994f549921d25a5f6

Contents?: true

Size: 1.13 KB

Versions: 5

Compression:

Stored size: 1.13 KB

Contents

Stones
======

Each time I created a new Rails project these files are required.
I got tired of it and collected them in a gem.

Some files (e.g. reset.css) can be overwritten by a
corresponding ones from your project.
Some files (e.g. .watchr) may be copied to your project.


Files:

    app/assets/images/facebook_32.png
    app/assets/images/github_32.png
    app/assets/images/google_32.png
    app/assets/images/matique.ico
    app/assets/images/twitter_32.png
    app/assets/stylesheets/print.css
    app/assets/stylesheets/reset.css
    app/views/layouts/application.html.erb
    app/views/layouts/_body.slim
    app/views/layouts/_flash.slim
    app/views/layouts/_footer.slim
    app/views/layouts/_header.slim
    app/views/layouts/_html_head.slim
    app/views/layouts/_nav.slim
    app/views/shared/_error_explanation.html.erb
    config/initializers/concerns.rb
    .watchr

Installation
------------
To install add the following to your Gemfile:

    gem 'stones'

and run bundle.

Recommended
-----------

- rvm
- ruby 2.3.1
- rails 5.0

Dropped/cleaned files (still available in version 0.2.5):

- Rakefile
- .watchr
- lib/tasks/backup.rake

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
stones-1.0.4 README.md
stones-1.0.3 README.md
stones-1.0.2 README.md
stones-1.0.1 README.md
stones-1.0.0 README.md