usmu 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/usmu/version.rb +1 -1
- data/usmu-jruby.gemspec +4 -0
- data/usmu.gemspec +4 -0
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8af1ee0fa144c05fa7f442c710988f5b9aed5da3
|
4
|
+
data.tar.gz: d701e607de71bf181ce4a221ccddc71e019fd349
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a1e515b341f517f0f3b2f4dd99cb2943d2871c6c61be073a89c3eb6a348f20173fafc870cab3c297ef9f2d89bd08052790e4e34f04b6f5bfdd971f5f776cf08
|
7
|
+
data.tar.gz: 59a72aeec89ff001171d69bde9974dc0ea008efc5adeb2eba457efe28787f06c66a04b434ed804470ba230ea9972b5e762a1fb61fd1b2c7d1e0749642bca3b99
|
data/lib/usmu/version.rb
CHANGED
data/usmu-jruby.gemspec
CHANGED
@@ -9,6 +9,10 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ['Matthew Scharley']
|
10
10
|
spec.email = ['matt.scharley@gmail.com']
|
11
11
|
spec.summary = %q{A static site generator with a web-based frontend for editing.}
|
12
|
+
spec.description = <<-EOD
|
13
|
+
Usmu is a static site generator built in Ruby that leverages the Tilt API to support many different template
|
14
|
+
engines. It supports local generation but is designed to be used with the web-based editor.
|
15
|
+
EOD
|
12
16
|
spec.homepage = 'https://github.com/usmu/usmu'
|
13
17
|
spec.license = 'MIT'
|
14
18
|
spec.platform = 'java'
|
data/usmu.gemspec
CHANGED
@@ -9,6 +9,10 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ['Matthew Scharley']
|
10
10
|
spec.email = ['matt.scharley@gmail.com']
|
11
11
|
spec.summary = %q{A static site generator with a web-based frontend for editing.}
|
12
|
+
spec.description = <<-EOD
|
13
|
+
Usmu is a static site generator built in Ruby that leverages the Tilt API to support many different template
|
14
|
+
engines. It supports local generation but is designed to be used with the web-based editor.
|
15
|
+
EOD
|
12
16
|
spec.homepage = 'https://github.com/usmu/usmu'
|
13
17
|
spec.license = 'MIT'
|
14
18
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: usmu
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matthew Scharley
|
@@ -226,7 +226,9 @@ dependencies:
|
|
226
226
|
- - "~>"
|
227
227
|
- !ruby/object:Gem::Version
|
228
228
|
version: '1.2'
|
229
|
-
description:
|
229
|
+
description: |2
|
230
|
+
Usmu is a static site generator built in Ruby that leverages the Tilt API to support many different template
|
231
|
+
engines. It supports local generation but is designed to be used with the web-based editor.
|
230
232
|
email:
|
231
233
|
- matt.scharley@gmail.com
|
232
234
|
executables:
|