Merge pull request #346 from joshnesbitt/patch-1

Require YAML in gemspec.
This commit is contained in:
Ernesto Tagwerker 2015-03-12 09:58:12 -03:00
commit 258983617c

View file

@ -1,3 +1,5 @@
require 'yaml'
version = YAML.load_file 'VERSION.yml'
Gem::Specification.new do |s|