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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9261434f327d1a56ce03785b20dd2ade1078901a
4
- data.tar.gz: 3ad74fdce1d7f26fbe3dc3aebcffd95e4dbe78f0
3
+ metadata.gz: 8af1ee0fa144c05fa7f442c710988f5b9aed5da3
4
+ data.tar.gz: d701e607de71bf181ce4a221ccddc71e019fd349
5
5
  SHA512:
6
- metadata.gz: 48ef1c5da18dbe2406f196f03154e846c7f85c552b39cb3190abd69fd5fcc5d83ca7d74ff0e7bdcef351135b6da097ca09729840250ec702c88c20bef3a3b923
7
- data.tar.gz: 7ad1d0fe258d9d137b0a671b9f55580696d9dc75919f709f2b1ca551c19ad3f9f0293f65d2ae27abf02183f310742f1a8dcdad6f355aed6e394005f6ff762b80
6
+ metadata.gz: 4a1e515b341f517f0f3b2f4dd99cb2943d2871c6c61be073a89c3eb6a348f20173fafc870cab3c297ef9f2d89bd08052790e4e34f04b6f5bfdd971f5f776cf08
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: 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: