Add Appraisals to Ruby filenames

This commit is contained in:
Bryan Ricker
2013-11-05 18:28:01 -08:00
parent 9e9cbb144e
commit 92282e3677
3 changed files with 9 additions and 0 deletions

View File

@@ -1311,6 +1311,7 @@ Ruby:
- .thor
- .watchr
filenames:
- Appraisals
- Berksfile
- Gemfile
- Guardfile

View File

@@ -430,6 +430,7 @@
"ack"
],
"Ruby": [
"Appraisals",
"Capfile",
"Rakefile"
],

View File

@@ -0,0 +1,7 @@
appraise "rails32" do
gem 'rails', '~> 3.2.0'
end
appraise "rails40" do
gem 'rails', '~> 4.0.0'
end