runeblog 0.2.2 → 0.2.3

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
  SHA256:
3
- metadata.gz: a9d81e1698ec57e960eb96cedd07e976f0581243a20ef44a509ff31d683ef552
4
- data.tar.gz: 9f18e15de10d2bff25b3596c6d9e498833ed203252729d3a9ae07fde93200d13
3
+ metadata.gz: 7319aa4029a51cdaf755a887f70a63b4663a39de4463daa684abddd439918d23
4
+ data.tar.gz: 97dc156bf377a0f8786742ecdd7e71c6436e2ffc619a25eb37557feae3928c58
5
5
  SHA512:
6
- metadata.gz: 57c611667b8cedc12adbfd2a6e07059fff1a98ad0ab9200ded8b4514c16f3b899b71d954ab1b00f2b5f953fad01faa86382206020a464819547ea23e0794d86f
7
- data.tar.gz: aa44c0773ee6cf9117581a78baffd07949c43a07e3487187560601cc6996bc2aa7581862de3d64dab8fca3bf9fd1c277e1b629dffb335833f38131c4500039ab
6
+ metadata.gz: a34c2b74533359c685f06d469b57fbc869c7fc75a1945fc6e080b5b229fcb2c99ab4aa9766cacacaa1f563da865a1aee3d887de91734a1caea1433952b22cfe3
7
+ data.tar.gz: 7860d1f22c747fe5154c2736f9eb38654a16a310ae27934e104fcf2d944cb94769dc8ab8513cde5a73896b3e5ab65864ed7b78e86aae78309f61bb25524baf1b
@@ -385,8 +385,8 @@ class RuneBlog
385
385
  copy!("#{@theme}/*", "#{staging}")
386
386
  copy(lt3, staging)
387
387
  html = noext[5..-1]
388
- livetext draft, html
389
- copy(draft, "../../staging/post/index.html")
388
+ livetext draft, html # livetext "foobar.lt3", "foobar.html"
389
+ copy(html, "../../staging/post/index.html")
390
390
  title_line = File.readlines(draft).grep(/^.title /).first
391
391
  title = title_line.split(" ", 2)[1]
392
392
  excerpt = File.read("teaser.txt")
@@ -2,7 +2,7 @@
2
2
  if ! (Object.constants.include?(:RuneBlog) && RuneBlog.constants.include?(:Path))
3
3
 
4
4
  class RuneBlog
5
- VERSION = "0.2.2"
5
+ VERSION = "0.2.3"
6
6
 
7
7
  path = Gem.find_files("runeblog").grep(/runeblog-/).first
8
8
  Path = File.dirname(path)
@@ -98,7 +98,7 @@ BODY
98
98
  x.change_view("around_austin")
99
99
 
100
100
  make_post(x, "The graffiti wall", <<-EXCERPT, <<-BODY)
101
- RIP, Hope Gallery
101
+ RIP Hope Gallery
102
102
  EXCERPT
103
103
  It's been a while since I was there. They say it was torn down
104
104
  while I wasn't looking.
@@ -1,7 +1,5 @@
1
1
  .mixin liveblog
2
2
 
3
- . FIXME?
4
-
5
3
  <html>
6
4
  <!-- Editing this file is not recommended. -->
7
5
  <!-- It was generated from $File on $$date. -->
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runeblog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hal Fulton