preamble 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  module Preamble
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/preamble.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = Preamble::VERSION
8
8
  s.authors = ["Starr Horne"]
9
9
  s.email = ["starr@chromahq.com"]
10
- s.homepage = ""
10
+ s.homepage = "https://github.com/starrhorne/preamble"
11
11
  s.summary = %q{Use yaml preambles in your documents & templates}
12
12
  s.description = %q{Allows you to add YAML front matter to your templates. Useful for adding metadata to static pages}
13
13
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: preamble
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Starr Horne
@@ -32,7 +32,7 @@ files:
32
32
  - lib/preamble/version.rb
33
33
  - preamble.gemspec
34
34
  has_rdoc: true
35
- homepage: ""
35
+ homepage: https://github.com/starrhorne/preamble
36
36
  licenses: []
37
37
 
38
38
  post_install_message: