mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-29 21:31:01 +00:00
Rename samples subdirectories
This commit is contained in:
3
samples/Ruby/filenames/Capfile
Normal file
3
samples/Ruby/filenames/Capfile
Normal file
@@ -0,0 +1,3 @@
|
||||
load 'deploy'
|
||||
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
|
||||
load 'config/deploy'
|
||||
3
samples/Ruby/filenames/Rakefile
Normal file
3
samples/Ruby/filenames/Rakefile
Normal file
@@ -0,0 +1,3 @@
|
||||
task :default do
|
||||
puts "Rake"
|
||||
end
|
||||
Reference in New Issue
Block a user