Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Jul 24, 2010
1 parent c6d4b4b commit 7993acf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
16 changes: 7 additions & 9 deletions citrus.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'citrus'
s.version = '1.4.0'
s.date = '2010-06-22'
s.version = '1.5.0'
s.date = '2010-07-24'

s.summary = 'Parsing Expressions for Ruby'
s.description = 'Parsing Expressions for Ruby'
Expand All @@ -11,14 +11,12 @@ Gem::Specification.new do |s|

s.require_paths = %w< lib >

s.files = Dir['benchmark/*.rb'] +
Dir['benchmark/*.citrus'] +
Dir['benchmark/*.gnuplot'] +
Dir['doc/**/*'] +
Dir['examples/**/*'] +
Dir['extras/**/*'] +
s.files = Dir['benchmark/**'] +
Dir['doc/**'] +
Dir['examples/**'] +
Dir['extras/**'] +
Dir['lib/**/*.rb'] +
Dir['test/*.rb'] +
Dir['test/**/*'] +
%w< citrus.gemspec Rakefile README >

s.test_files = s.files.select {|path| path =~ /^test\/.*_test.rb/ }
Expand Down
2 changes: 1 addition & 1 deletion lib/citrus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# http://mjijackson.com/citrus
module Citrus
VERSION = [1, 4, 0]
VERSION = [1, 5, 0]

Infinity = 1.0 / 0

Expand Down

0 comments on commit 7993acf

Please sign in to comment.