Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Extract version to separate file
  • Loading branch information
danielmorrison committed Feb 27, 2016
1 parent 1cd41a3 commit bb51c6b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

Bundler::GemHelper.install_tasks(name: 'unicode_math')
RSpec::Core::RakeTask.new

task :default => :spec
3 changes: 3 additions & 0 deletions lib/unicode_math/version.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module UnicodeMath
VERSION = "1.4.0"
end
4 changes: 3 additions & 1 deletion unicode_math.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# encoding: utf-8
$:.push File.expand_path("../lib", __FILE__)
require "unicode_math/version"

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

gem.author = 'Collective Idea'
gem.email = 'info@collectiveidea.com'
Expand Down

0 comments on commit bb51c6b

Please sign in to comment.