Ruby should work now

This commit is contained in:
Anthony Sottile 2014-03-14 10:45:00 -07:00
parent dd004c2ee5
commit f123e64c25
4 changed files with 63 additions and 4 deletions

View file

@ -23,5 +23,8 @@ setup(
'validate-config = pre_commit.entry_points:validate_config_func',
'validate-manifest = pre_commit.entry_points:validate_manifest_func',
],
}
},
scripts=[
'scripts/__rvm-env.sh',
],
)