From 3ab4d4eb2232d350577ff06f216c401eb8e1d0c0 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Tue, 18 May 2010 17:51:39 -0600 Subject: [PATCH] Bump version to 1.1.0 --- citrus.gemspec | 5 +++-- lib/citrus.rb | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/citrus.gemspec b/citrus.gemspec index 7037801..47d4ecc 100644 --- a/citrus.gemspec +++ b/citrus.gemspec @@ -1,7 +1,7 @@ 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' @@ -13,6 +13,7 @@ Gem::Specification.new do |s| s.files = Dir['lib/**/*.rb'] + Dir['examples/**/*'] + + Dir['extras/**/*'] + Dir['test/*.rb'] + %w< citrus.gemspec Rakefile README > diff --git a/lib/citrus.rb b/lib/citrus.rb index 6bf7ab5..48be089 100644 --- a/lib/citrus.rb +++ b/lib/citrus.rb @@ -4,7 +4,7 @@ # # http://github.com/mjijackson/citrus module Citrus - VERSION = [1, 0, 0] + VERSION = [1, 1, 0] Infinity = 1.0 / 0