runeblog 0.1.37 → 0.1.38

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.
data/lib/repl.rb CHANGED
@@ -49,6 +49,9 @@ module RuneBlog::REPL
49
49
 
50
50
  def cmd_customize(arg, testing = false)
51
51
  # add extra views? add tags?
52
+ puts "\n This is still buggy.\n "
53
+ return
54
+
52
55
  Dir.chdir(@blog.root + "/views/" + @blog.view.name)
53
56
  others = @blog.views - [@blog.view]
54
57
  others.map!(&:name)
@@ -1,6 +1,6 @@
1
1
 
2
2
  class RuneBlog
3
- VERSION = "0.1.37"
3
+ VERSION = "0.1.38"
4
4
 
5
5
  Path = File.expand_path(File.join(File.dirname(__FILE__)))
6
6
  end
data/runeblog.gemspec CHANGED
@@ -15,8 +15,8 @@ Gem::Specification.new do |s|
15
15
  s.authors = ["Hal Fulton"]
16
16
  s.email = 'rubyhacker@gmail.com'
17
17
  s.executables << "blog"
18
- s.add_runtime_dependency 'livetext', '~> 0.8', '>= 0.8.20'
19
- s.add_runtime_dependency 'rubytext', '~> 0.1', '>= 0.1.0'
18
+ s.add_runtime_dependency 'livetext', '~> 0.8', '>= 0.8.58'
19
+ s.add_runtime_dependency 'rubytext', '~> 0.1', '>= 0.1.14'
20
20
 
21
21
  # Files...
22
22
  main = Find.find("bin").to_a +
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.1.37
4
+ version: 0.1.38
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-02-14 00:00:00.000000000 Z
11
+ date: 2019-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: livetext
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '0.8'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 0.8.20
22
+ version: 0.8.58
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '0.8'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 0.8.20
32
+ version: 0.8.58
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: rubytext
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -39,7 +39,7 @@ dependencies:
39
39
  version: '0.1'
40
40
  - - ">="
41
41
  - !ruby/object:Gem::Version
42
- version: 0.1.0
42
+ version: 0.1.14
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
@@ -49,7 +49,7 @@ dependencies:
49
49
  version: '0.1'
50
50
  - - ">="
51
51
  - !ruby/object:Gem::Version
52
- version: 0.1.0
52
+ version: 0.1.14
53
53
  description: A blog system based on Ruby and Livetext
54
54
  email: rubyhacker@gmail.com
55
55
  executables:
@@ -67,6 +67,7 @@ files:
67
67
  - lib/helpers-repl.rb
68
68
  - lib/post.rb
69
69
  - lib/publish.rb
70
+ - lib/reek.html
70
71
  - lib/repl.rb
71
72
  - lib/runeblog.rb
72
73
  - lib/runeblog_version.rb