bugfix: Gemfile snip
This commit is contained in:
parent
acedab79ce
commit
5c4a1d0c3b
7
autoload/neosnippet/snippets/Gemfile.snip
Normal file
7
autoload/neosnippet/snippets/Gemfile.snip
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
snippet source-rubygems
|
||||||
|
options head
|
||||||
|
source :rubygems
|
||||||
|
|
||||||
|
snippet gem
|
||||||
|
options head
|
||||||
|
gem '${1}', '${2} >= 1.0'
|
Loading…
Reference in New Issue
Block a user