Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Jun 2, 2010
1 parent 7503d1b commit 1348abd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 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.1.0'
s.date = '2010-05-18'
s.version = '1.2.0'
s.date = '2010-06-02'

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

s.require_paths = %w< lib >

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

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://github.com/mjijackson/citrus
module Citrus
VERSION = [1, 1, 0]
VERSION = [1, 2, 0]

Infinity = 1.0 / 0

Expand Down

0 comments on commit 1348abd

Please sign in to comment.