Skip to content

Commit

Permalink
fix yaml parser issue with rubygems
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlowe committed Jul 26, 2011
1 parent 46b6330 commit 64ed6b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/slurper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
require 'yaml'
require 'story'
YAML::ENGINE.yamler='syck'


class Slurper

Expand Down
2 changes: 1 addition & 1 deletion slurper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require 'bundler'

Gem::Specification.new do |gem|
gem.name = %q{slurper}
gem.version = "1.1.5"
gem.version = "1.1.6"

gem.required_rubygems_version = ">= 1.3.6"
gem.authors = ["Wes Gibbs", "Adam Lowe", "Stephen Caudill", "Tim Pope"]
Expand Down

0 comments on commit 64ed6b9

Please sign in to comment.