public
Description: TextMate bundle for Ruby Shoulda gem/Rails plugin
Homepage: http://thoughtbot.com/projects/shoulda
Clone URL: git://github.com/drnic/ruby-shoulda-tmbundle.git
ruby-shoulda-tmbundle / Commands / YAML to Shoulda.tmCommand
100644 24 lines (23 sloc) 0.709 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>beforeRunningCommand</key>
  <string>nop</string>
  <key>command</key>
  <string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
"${TM_RUBY:=ruby}" -- "${TM_BUNDLE_SUPPORT}/bin/yaml_to_shoulda.rb"</string>
  <key>input</key>
  <string>document</string>
  <key>keyEquivalent</key>
  <string>^H</string>
  <key>name</key>
  <string>YAML to Shoulda</string>
  <key>output</key>
  <string>openAsNewDocument</string>
  <key>scope</key>
  <string>source.yaml</string>
  <key>uuid</key>
  <string>576CC2C5-2257-4F46-A6CE-E23C6A8B1128</string>
</dict>
</plist>