Skip to content

Commit

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


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


# Measure a list of files # Measure a list of files
Expand Down
22 changes: 11 additions & 11 deletions yardstick.gemspec
Expand Up @@ -4,15 +4,15 @@
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{yardstick} s.name = "yardstick"
s.version = "0.4.0" s.version = "0.5.0"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = [%q{Dan Kubb}] s.authors = ["Dan Kubb"]
s.date = %q{2011-05-18} s.date = "2012-06-04"
s.description = %q{Measure YARD documentation coverage} s.description = "Measure YARD documentation coverage"
s.email = %q{dan.kubb@gmail.com} s.email = "dan.kubb@gmail.com"
s.executables = [%q{yardstick}] s.executables = ["yardstick"]
s.extra_rdoc_files = [ s.extra_rdoc_files = [
"LICENSE", "LICENSE",
"README.rdoc" "README.rdoc"
Expand Down Expand Up @@ -59,10 +59,10 @@ Gem::Specification.new do |s|
"tasks/yardstick.rake", "tasks/yardstick.rake",
"yardstick.gemspec" "yardstick.gemspec"
] ]
s.homepage = %q{http://github.com/dkubb/yardstick} s.homepage = "http://github.com/dkubb/yardstick"
s.require_paths = [%q{lib}] s.require_paths = ["lib"]
s.rubygems_version = %q{1.8.2} s.rubygems_version = "1.8.24"
s.summary = %q{A tool for verifying YARD documentation coverage} s.summary = "A tool for verifying YARD documentation coverage"


if s.respond_to? :specification_version then if s.respond_to? :specification_version then
s.specification_version = 3 s.specification_version = 3
Expand Down

0 comments on commit a097f79

Please sign in to comment.