Skip to content

Instantly share code, notes, and snippets.

@justincan
Created March 10, 2017 07:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justincan/f217ae081b7da090de5dc03f19f995f5 to your computer and use it in GitHub Desktop.
Save justincan/f217ae081b7da090de5dc03f19f995f5 to your computer and use it in GitHub Desktop.
Rails snapcraft file.
name: rails
version: '5.0.2'
summary: Rails web development framework
description: |
Ruby on Rails is a server-side web application framework written in Ruby.
grade: devel
confinement: devmode
apps:
rails:
command: gems/bin/rails
plugs: ['home', 'network', 'network-bind']
bundle:
command: gems/bin/bundle
plugs: ['home', 'network']
aliases: ['bundle', 'bundler']
parts:
rails:
plugin: ruby
will-install-gems: True
gems: ['ruby']
@justincan
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment