Skip to content
This repository was archived by the owner on Jan 14, 2022. It is now read-only.

Commit e7a8d2b

Browse files
Bump to 1.0.0
1 parent 8f0a0bd commit e7a8d2b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Codecov](https://codecov.io/gh/christopher-dG/markdown-tables/branch/master/graph/badge.svg)](https://codecov.io/gh/christopher-dG/markdown-tables)
77

88

9-
### Utilities for creating and displaying Markdown tables in Ruby.
9+
**Utilities for creating and displaying Markdown tables in Ruby.**
1010

1111
## Installation
1212
* `gem install markdown-tables`

markdown-tables.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Gem::Specification.new do |s|
22
s.name = 'markdown-tables'
3-
s.version = '0.0.3'
4-
s.date = '2017-04-16'
5-
s.summary = 'Utilities for creating and displaying Markdown tables in Ruby.'
3+
s.version = '1.0.0'
4+
s.date = '2017-04-18'
5+
s.summary = 'Utilities for creating and displaying Markdown tables in Ruby'
66
s.authors = ['Chris de Graaf']
77
s.email = '[email protected]'
88
s.files = ['lib/markdown-tables.rb']

0 commit comments

Comments
 (0)