Skip to content

Commit

Permalink
Upgrade version, in order to deploy to Rubygems
Browse files Browse the repository at this point in the history
  • Loading branch information
francois committed Oct 12, 2014
1 parent 0029eb2 commit 9489855
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/quicken_parser/version.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module QuickenParser
VERSION = "0.2.0"
end
4 changes: 3 additions & 1 deletion quicken_parser.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# -*- encoding: utf-8 -*-
$:.unshift File.expand_path("../lib", __FILE__)
require "quicken_parser/version"

Gem::Specification.new do |s|
s.name = %q{quicken_parser}
s.version = "0.1.5"
s.version = QuickenParser::VERSION

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Fran\303\247ois Beausoleil"]
Expand Down

0 comments on commit 9489855

Please sign in to comment.