Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Jun 10, 2010
1 parent 343999c commit 6287a7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions citrus.gemspec
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = 'citrus' s.name = 'citrus'
s.version = '1.2.1' s.version = '1.2.2'
s.date = '2010-06-02' s.date = '2010-06-09'


s.summary = 'Parsing Expressions for Ruby' s.summary = 'Parsing Expressions for Ruby'
s.description = 'Parsing Expressions for Ruby' s.description = 'Parsing Expressions for Ruby'
Expand All @@ -14,6 +14,7 @@ Gem::Specification.new do |s|
s.files = Dir['benchmark/*.rb'] + s.files = Dir['benchmark/*.rb'] +
Dir['benchmark/*.citrus'] + Dir['benchmark/*.citrus'] +
Dir['benchmark/*.gnuplot'] + Dir['benchmark/*.gnuplot'] +
Dir['doc/**/*'] +
Dir['examples/**/*'] + Dir['examples/**/*'] +
Dir['extras/**/*'] + Dir['extras/**/*'] +
Dir['lib/**/*.rb'] + Dir['lib/**/*.rb'] +
Expand Down
2 changes: 1 addition & 1 deletion lib/citrus.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# #
# http://mjijackson.com/citrus # http://mjijackson.com/citrus
module Citrus module Citrus
VERSION = [1, 2, 1] VERSION = [1, 2, 2]


Infinity = 1.0 / 0 Infinity = 1.0 / 0


Expand Down

0 comments on commit 6287a7a

Please sign in to comment.