mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Merge pull request #764 from bricker/add-appraisals
Add Appraisals to Ruby filenames
This commit is contained in:
@@ -1311,6 +1311,7 @@ Ruby:
|
|||||||
- .thor
|
- .thor
|
||||||
- .watchr
|
- .watchr
|
||||||
filenames:
|
filenames:
|
||||||
|
- Appraisals
|
||||||
- Berksfile
|
- Berksfile
|
||||||
- Gemfile
|
- Gemfile
|
||||||
- Guardfile
|
- Guardfile
|
||||||
|
|||||||
@@ -430,6 +430,7 @@
|
|||||||
"ack"
|
"ack"
|
||||||
],
|
],
|
||||||
"Ruby": [
|
"Ruby": [
|
||||||
|
"Appraisals",
|
||||||
"Capfile",
|
"Capfile",
|
||||||
"Rakefile"
|
"Rakefile"
|
||||||
],
|
],
|
||||||
|
|||||||
7
samples/Ruby/filenames/Appraisals
Normal file
7
samples/Ruby/filenames/Appraisals
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
appraise "rails32" do
|
||||||
|
gem 'rails', '~> 3.2.0'
|
||||||
|
end
|
||||||
|
|
||||||
|
appraise "rails40" do
|
||||||
|
gem 'rails', '~> 4.0.0'
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user