To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorbare 'vendor' clause
- Scenarios
-
- Scenario
-
- Given
-
a repository with following Vendorfile:
vendor 'generated', :version => '0.23' do |v| File.open('README', 'w') { |f| f.puts "Hello, World!" } File.open('VERSION', 'w') { |f| f.puts v.version } end
- When
- I run "vendorify"
- Then
-
the following has been conjured:
Name generated Version 0.23 With file README - And
- file "vendor/generated/VERSION" reads "0.23"
Last published almost 7 years ago by mpasternacki.