diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2009-09-26 20:03:30 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2009-09-26 20:03:30 -0700 |
commit | ec8ae73b763f8d814adbae4868bac5f7b6c49a48 (patch) | |
tree | bda2605c5a6c4dea6c0ce087d53062e21cb5b1f4 /lib/psych.rb | |
download | psych-ec8ae73b763f8d814adbae4868bac5f7b6c49a48.zip |
initial commit
Diffstat (limited to 'lib/psych.rb')
-rw-r--r-- | lib/psych.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/psych.rb b/lib/psych.rb new file mode 100644 index 0000000..31cd7f6 --- /dev/null +++ b/lib/psych.rb @@ -0,0 +1,3 @@ +class Psych + VERSION = '1.0.0' +end |