Skip to content

Commit

Permalink
Upgrade gem version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Jul 5, 2012
1 parent b92caee commit d3bc52f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.5.0
0.6.0
2 changes: 1 addition & 1 deletion lib/yardstick.rb
Expand Up @@ -2,7 +2,7 @@
require 'yard'

module Yardstick
VERSION = '0.5.0'.freeze
VERSION = '0.6.0'.freeze
ROOT = Pathname(__FILE__).dirname.parent.expand_path.freeze

# Measure a list of files
Expand Down
4 changes: 2 additions & 2 deletions yardstick.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = "yardstick"
s.version = "0.5.0"
s.version = "0.6.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Dan Kubb"]
s.date = "2012-06-04"
s.date = "2012-07-05"
s.description = "Measure YARD documentation coverage"
s.email = "dan.kubb@gmail.com"
s.executables = ["yardstick"]
Expand Down

0 comments on commit d3bc52f

Please sign in to comment.