Skip to content

Commit 223e9c9

Browse files
committed
Birthday!
1 parent 30e3a51 commit 223e9c9

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

History.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## HEAD
2+
3+
## 0.0.0 / 2014-05-10
4+
5+
* Birthday!

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Jekyll::Compose
22

3-
TODO: Write a gem description
3+
Streamline your writing in Jekyll with these commands.
44

55
## Installation
66

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

1919
## Usage
2020

21-
TODO: Write usage instructions here
21+
Usage instructions go here.
2222

2323
## Contributing
2424

jekyll-compose.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
88
spec.version = Jekyll::Compose::VERSION
99
spec.authors = ["Parker Moore"]
1010
spec.email = ["parkrmoore@gmail.com"]
11-
spec.summary = %q{TODO: Write a short summary. Required.}
12-
spec.description = %q{TODO: Write a longer description. Optional.}
13-
spec.homepage = ""
11+
spec.summary = %q{Streamline your writing in Jekyll with these commands.}
12+
spec.description = %q{Streamline your writing in Jekyll with these commands.}
13+
spec.homepage = "https://github.com/jekyll/jekyll-compose"
1414
spec.license = "MIT"
1515

1616
spec.files = `git ls-files -z`.split("\x0")

lib/jekyll/compose.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22

33
module Jekyll
44
module Compose
5-
# Your code goes here...
65
end
76
end

lib/jekyll/compose/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Jekyll
22
module Compose
3-
VERSION = "0.0.1"
3+
VERSION = "0.0.0"
44
end
55
end

0 commit comments

Comments
 (0)