mdss 0.0.1
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.
- checksums.yaml +7 -0
- data/lib/mdss.rb +5 -0
- metadata +45 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 234b41fdfd7304510b82a537fc5b1ca2473f3a47
|
4
|
+
data.tar.gz: 82c3d24f41c94a32b30099cdaef7bf737fbc2617
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 18a97b2e2d2cea433fe4d6164d90d4140e48a03918d09b36a90dda974294c40076b19996a596635e63f0b4b5b071f27cffdacea842fd9f60d3af34c4e194eca8
|
7
|
+
data.tar.gz: 15e0a400aa29fa7270962a3f2f82f44e7fdc6c11ac84411a03aaba8d73d434be46e12e6285df5958cbb353b473755b4a71926bfa5318f3f175d416878558c7cc
|
data/lib/mdss.rb
ADDED
metadata
ADDED
@@ -0,0 +1,45 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: mdss
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Bryce Davis
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2015-03-08 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: mdss (Markdown Static Sites) allows the creation of static sites via
|
14
|
+
Markdown, specifically GFM
|
15
|
+
email: me@bryceadavis.com
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files:
|
20
|
+
- lib/mdss.rb
|
21
|
+
homepage: http://rubygems.org/gems/mdss
|
22
|
+
licenses:
|
23
|
+
- MIT
|
24
|
+
metadata: {}
|
25
|
+
post_install_message:
|
26
|
+
rdoc_options: []
|
27
|
+
require_paths:
|
28
|
+
- lib
|
29
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - '>='
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
34
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
35
|
+
requirements:
|
36
|
+
- - '>='
|
37
|
+
- !ruby/object:Gem::Version
|
38
|
+
version: '0'
|
39
|
+
requirements: []
|
40
|
+
rubyforge_project:
|
41
|
+
rubygems_version: 2.0.14
|
42
|
+
signing_key:
|
43
|
+
specification_version: 4
|
44
|
+
summary: Simple static sites with Markdown
|
45
|
+
test_files: []
|