markdown_meta 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.
Files changed (2) hide show
  1. data/markdown_meta.gemspec +2 -1
  2. metadata +14 -2
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'markdown_meta'
3
- s.version = '0.0.1'
3
+ s.version = '0.0.2'
4
4
  s.summary = "Meta-gem for markdown parsing"
5
5
  s.date = '2012-03-09'
6
6
  s.email = 'headius@headius.com'
@@ -18,4 +18,5 @@ Gem::Specification.new do |s|
18
18
  ]
19
19
  # = MANIFEST =
20
20
  s.require_paths = ["lib"]
21
+ s.add_dependency 'kramdown'
21
22
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: markdown_meta
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
  - Charles Oliver Nutter
@@ -10,7 +10,19 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
  date: 2012-03-09 00:00:00.000000000 Z
13
- dependencies: []
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: kramdown
16
+ version_requirements: &2056 !ruby/object:Gem::Requirement
17
+ requirements:
18
+ - - ! '>='
19
+ - !ruby/object:Gem::Version
20
+ version: !binary |-
21
+ MA==
22
+ none: false
23
+ requirement: *2056
24
+ prerelease: false
25
+ type: :runtime
14
26
  description:
15
27
  email: headius@headius.com
16
28
  executables: []