runeblog 0.2.53 → 0.2.58

Sign up to get free protection for your applications and to get access to all the features.
@@ -34,6 +34,7 @@ spec = Gem::Specification.new do |s|
34
34
  s.files = main + misc + test + empty_view
35
35
  s.homepage = 'https://github.com/Hal9000/runeblog'
36
36
  s.license = "Ruby"
37
+ s.post_install_message = "\n Success! Run 'blog' command and type h for help.\n "
37
38
  end
38
39
 
39
40
  spec
@@ -78,7 +78,7 @@ x.generate_view("around_austin")
78
78
  debug("-- change_view: #{bold('around_austin')}")
79
79
  x.change_view("around_austin") # 1 2 7 8 9
80
80
 
81
- make_post(x, "What's at Stubbs...", <<-EXCERPT, <<-BODY, [])
81
+ make_post(x, "What's at Stubbs...", <<-EXCERPT, <<-BODY)
82
82
  Stubbs has been around for longer than civilization.
83
83
  EXCERPT
84
84
  That's a good thing. But their music isn't always the greatest.
@@ -87,6 +87,7 @@ BODY
87
87
  make_post(x, "The new amphitheatre is overrated", <<-EXCERPT, <<-BODY)
88
88
  It used to be that all major concerts played the Erwin Center.
89
89
  EXCERPT
90
+ .pin around_austin
90
91
  Now, depending on what you consider "major," blah blah blah...
91
92
  BODY
92
93
 
@@ -137,7 +138,7 @@ EXCERPT
137
138
  This is about Sabine St, blah blah lorem ipsum dolor...
138
139
  BODY
139
140
 
140
- make_post(x, "Remember Modest Mouse?", <<-EXCERPT, <<-BODY, [])
141
+ make_post(x, "Remember Modest Mouse?", <<-EXCERPT, <<-BODY)
141
142
  They date to the 90s or before.
142
143
  EXCERPT
143
144
  But I first heard of them
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runeblog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.53
4
+ version: 0.2.58
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hal Fulton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-27 00:00:00.000000000 Z
11
+ date: 2019-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: livetext
@@ -65,15 +65,19 @@ files:
65
65
  - empty_view/assets/austin-pano.jpg
66
66
  - empty_view/assets/sky2.jpg
67
67
  - empty_view/remote/assets/GIT_IS_DUMB
68
+ - empty_view/remote/banner/austin-pano.jpg
69
+ - empty_view/remote/banner/top.html
68
70
  - empty_view/remote/etc/GIT_IS_DUMB
69
71
  - empty_view/remote/navbar/GIT_IS_DUMB
70
72
  - empty_view/remote/permalink/GIT_IS_DUMB
71
73
  - empty_view/themes/standard/README
72
74
  - empty_view/themes/standard/banner/about.lt3
75
+ - empty_view/themes/standard/banner/austin-pano.jpg
73
76
  - empty_view/themes/standard/banner/blog-banner.jpg
74
77
  - empty_view/themes/standard/banner/contact.lt3
75
78
  - empty_view/themes/standard/banner/faq.lt3
76
79
  - empty_view/themes/standard/banner/navbar.lt3
80
+ - empty_view/themes/standard/banner/top.html
77
81
  - empty_view/themes/standard/blog/generate.lt3
78
82
  - empty_view/themes/standard/blog/head.lt3
79
83
  - empty_view/themes/standard/blog/index.lt3
@@ -87,6 +91,7 @@ files:
87
91
  - empty_view/themes/standard/navbar/contact.lt3
88
92
  - empty_view/themes/standard/navbar/faq.lt3
89
93
  - empty_view/themes/standard/navbar/navbar.lt3
94
+ - empty_view/themes/standard/navbar/vnavbar.lt3
90
95
  - empty_view/themes/standard/post/generate.lt3
91
96
  - empty_view/themes/standard/post/head.lt3
92
97
  - empty_view/themes/standard/post/index.lt3
@@ -218,7 +223,7 @@ homepage: https://github.com/Hal9000/runeblog
218
223
  licenses:
219
224
  - Ruby
220
225
  metadata: {}
221
- post_install_message:
226
+ post_install_message: "\n Success! Run 'blog' command and type h for help.\n "
222
227
  rdoc_options: []
223
228
  require_paths:
224
229
  - lib