Skip to content

Commit

Permalink
Updated gemspec for next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
topfunky committed Aug 18, 2008
1 parent a88190d commit 27b61fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions History.txt
@@ -1,3 +1,7 @@
== 0.3.5

* ???

== 0.3.4

* Reverted DEBUG=true. Will add a check in the release process so this doesn't happen again.
Expand Down
5 changes: 2 additions & 3 deletions gruff.gemspec
@@ -1,11 +1,10 @@

Gem::Specification.new do |s|
s.name = %q{gruff}
s.version = "0.3.3"
s.version = "0.3.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Geoffrey Grosenbach"]
s.date = %q{2008-08-16}
s.date = %q{2008-08-18}
s.description = %q{Beautiful graphs for one or multiple datasets. Can be used on websites or in documents.}
s.email = %q{boss@topfunky.com}
s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
Expand Down
2 changes: 1 addition & 1 deletion lib/gruff/base.rb
Expand Up @@ -20,7 +20,7 @@
module Gruff

# This is the version of Gruff you are using.
VERSION = '0.3.4'
VERSION = '0.3.5'

class Base

Expand Down

0 comments on commit 27b61fe

Please sign in to comment.