usmu 0.2.0-java → 0.2.1-java
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 +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: 3be47ca2ee31342bf581f09c21f0136c6114a98d
|
|
4
|
+
data.tar.gz: d701e607de71bf181ce4a221ccddc71e019fd349
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c460ce1eb328e87745f3f58fb5ea43588ca408a674c2d24456d75fda7e86be24b8f504ae55ea91bff1845e01529a75c0303cac7e2797877e1d007b61a10547e1
|
|
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: java
|
|
6
6
|
authors:
|
|
7
7
|
- Matthew Scharley
|
|
@@ -220,7 +220,9 @@ dependencies:
|
|
|
220
220
|
- - "~>"
|
|
221
221
|
- !ruby/object:Gem::Version
|
|
222
222
|
version: '1.2'
|
|
223
|
-
description:
|
|
223
|
+
description: |2
|
|
224
|
+
Usmu is a static site generator built in Ruby that leverages the Tilt API to support many different template
|
|
225
|
+
engines. It supports local generation but is designed to be used with the web-based editor.
|
|
224
226
|
email:
|
|
225
227
|
- matt.scharley@gmail.com
|
|
226
228
|
executables:
|