citrus.gemspec in citrus-1.0.0 vs citrus.gemspec in citrus-1.1.0

- old
+ new

@@ -1,9 +1,9 @@ Gem::Specification.new do |s| s.name = 'citrus' - s.version = '1.0.0' - s.date = '2010-05-13' + s.version = '1.1.0' + s.date = '2010-05-18' s.summary = 'Parsing Expressions for Ruby' s.description = 'Parsing Expressions for Ruby' s.author = 'Michael Jackson' @@ -11,9 +11,10 @@ s.require_paths = %w< lib > s.files = Dir['lib/**/*.rb'] + Dir['examples/**/*'] + + Dir['extras/**/*'] + Dir['test/*.rb'] + %w< citrus.gemspec Rakefile README > s.test_files = s.files.select {|path| path =~ /^test\/.*_test.rb/ }