Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorrison committed Dec 22, 2012
1 parent 0f0bdf0 commit 878a4c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions unicode_math.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

Gem::Specification.new do |gem|
gem.name = 'unicode_math'
gem.version = '1.2.0'
gem.version = '1.3.0'

gem.author = 'Collective Idea'
gem.email = 'info@collectiveidea.com'
gem.description = %(Fun Ruby extensions for doing math with Unicode)
gem.summary = gem.description
gem.homepage = 'https://github.com/collectiveidea/unicode_math'

gem.add_development_dependency 'rake', '~> 0.9'
gem.add_development_dependency 'rspec', '~> 2.11'
gem.add_development_dependency 'rake', '~> 10.0'
gem.add_development_dependency 'rspec', '~> 2.12'

gem.files = `git ls-files`.split($/)
gem.test_files = gem.files.grep(/^spec/)
Expand Down

0 comments on commit 878a4c7

Please sign in to comment.