File tree Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1+ ## HEAD
2+
3+ ## 0.0.0 / 2014-05-10
4+
5+ * Birthday!
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 " )
Original file line number Diff line number Diff line change 22
33module Jekyll
44 module Compose
5- # Your code goes here...
65 end
76end
Original file line number Diff line number Diff line change 11module Jekyll
22 module Compose
3- VERSION = "0.0.1 "
3+ VERSION = "0.0.0 "
44 end
55end
You can’t perform that action at this time.
0 commit comments