Skip to content

Commit

Permalink
Birthday!
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed May 10, 2014
1 parent 30e3a51 commit 223e9c9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
5 changes: 5 additions & 0 deletions History.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## HEAD

## 0.0.0 / 2014-05-10

* Birthday!
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Jekyll::Compose

TODO: Write a gem description
Streamline your writing in Jekyll with these commands.

## Installation

Expand All @@ -18,7 +18,7 @@ Or install it yourself as:

## Usage

TODO: Write usage instructions here
Usage instructions go here.

## Contributing

Expand Down
6 changes: 3 additions & 3 deletions jekyll-compose.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
spec.version = Jekyll::Compose::VERSION
spec.authors = ["Parker Moore"]
spec.email = ["[email protected]"]
spec.summary = %q{TODO: Write a short summary. Required.}
spec.description = %q{TODO: Write a longer description. Optional.}
spec.homepage = ""
spec.summary = %q{Streamline your writing in Jekyll with these commands.}
spec.description = %q{Streamline your writing in Jekyll with these commands.}
spec.homepage = "https://github.com/jekyll/jekyll-compose"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0")
Expand Down
1 change: 0 additions & 1 deletion lib/jekyll/compose.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@

module Jekyll
module Compose
# Your code goes here...
end
end
2 changes: 1 addition & 1 deletion lib/jekyll/compose/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Jekyll
module Compose
VERSION = "0.0.1"
VERSION = "0.0.0"
end
end

0 comments on commit 223e9c9

Please sign in to comment.