Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 13, 2009
1 parent 555de88 commit 3230fde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/terminal-table/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

module Terminal
class Table
VERSION = '1.0.5'
VERSION = '1.1.0'
end
end
4 changes: 2 additions & 2 deletions terminal-table.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{terminal-table}
s.version = "1.0.5"
s.version = "1.1.0"

s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = ["TJ Holowaychuk"]
s.date = %q{2009-07-12}
s.date = %q{2009-07-13}
s.description = %q{Simple,}
s.email = %q{tj@vision-media.ca}
s.extra_rdoc_files = ["lib/terminal-table/cell.rb", "lib/terminal-table/core_ext.rb", "lib/terminal-table/heading.rb", "lib/terminal-table/import.rb", "lib/terminal-table/table.rb", "lib/terminal-table/table_helper.rb", "lib/terminal-table/version.rb", "lib/terminal-table.rb", "README.rdoc", "tasks/docs.rake", "tasks/gemspec.rake", "tasks/spec.rake"]
Expand Down

0 comments on commit 3230fde

Please sign in to comment.