mirror of
https://github.com/awesome-print/awesome_print
synced 2023-03-27 23:22:34 -04:00
eff2239e37
Create CONTRIBUTING file Add rubygems badge Add code climate badge Add badge of total of downloads Add badges flat style Add changelog of the changes Add info about how to use appraisal Fix link to changelog on CONTRIBUTING Add Semantic Version on the README
13 lines
223 B
YAML
13 lines
223 B
YAML
language: ruby
|
|
rvm:
|
|
- 1.9.3
|
|
- 2.0.0
|
|
- 2.1
|
|
- 2.2
|
|
|
|
gemfile:
|
|
- gemfiles/rails_3.2.gemfile
|
|
- gemfiles/rails_4.0.gemfile
|
|
- gemfiles/rails_4.1.gemfile
|
|
- gemfiles/rails_4.2.gemfile
|
|
- gemfiles/mongoid_3.1.gemfile
|