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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9145c662e51c06125b270f02345e729323320e06
4
- data.tar.gz: 3ad74fdce1d7f26fbe3dc3aebcffd95e4dbe78f0
3
+ metadata.gz: 3be47ca2ee31342bf581f09c21f0136c6114a98d
4
+ data.tar.gz: d701e607de71bf181ce4a221ccddc71e019fd349
5
5
  SHA512:
6
- metadata.gz: 914950c2007bb0f7bf2b42f0361b4dcfb7f3584561c955c5b7301d51c8dcd921c6372dde7f47c1a41b7be383fc8bd4adf3c54dd71675330fa71475455ab91edf
7
- data.tar.gz: 7ad1d0fe258d9d137b0a671b9f55580696d9dc75919f709f2b1ca551c19ad3f9f0293f65d2ae27abf02183f310742f1a8dcdad6f355aed6e394005f6ff762b80
6
+ metadata.gz: c460ce1eb328e87745f3f58fb5ea43588ca408a674c2d24456d75fda7e86be24b8f504ae55ea91bff1845e01529a75c0303cac7e2797877e1d007b61a10547e1
7
+ data.tar.gz: 59a72aeec89ff001171d69bde9974dc0ea008efc5adeb2eba457efe28787f06c66a04b434ed804470ba230ea9972b5e762a1fb61fd1b2c7d1e0749642bca3b99
data/lib/usmu/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
2
  module Usmu
3
3
  # The current version string for the gem
4
- VERSION = '0.2.0'
4
+ VERSION = '0.2.1'
5
5
  end
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.0
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: