runeblog 0.0.40 → 0.0.41

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/data/VERSION +1 -1
  3. data/lib/runeblog.rb +1 -1
  4. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 45d2f771b8d74fea6113e459c53560e955fb295e
4
- data.tar.gz: b64742047c5a50c8cd21c832a14544c8762c65ab
3
+ metadata.gz: 068c100b2678bf2eaf04350f6c510bc20bfe0f6d
4
+ data.tar.gz: b52b14af7e01c51cfc55cd33b054cebd45a9aeb1
5
5
  SHA512:
6
- metadata.gz: 547914bc2647979aacee63e5bfa335c4a277a676c67258a466b74b76d8af4857a8a01219822b49fc0aa3c85184d0e16c6beeeddcf84a88177454b44dd65d472d
7
- data.tar.gz: bc667a562176324e1a2c5a5b6c6a1e9622d7e9d27b39adef393b0fb715e8c247918509bfb735250602537b78093e149cc21411cf1880c46122ccfaf4d0d023ba
6
+ metadata.gz: b047f8e0c9a7aaf36d7e534accdd9e1c1b157910c6e94018c15ba79aef387a50207bd0c28c748edf91a502910efe9d1c0e3dc61bf2d23a0e35d60a933bf6b12d
7
+ data.tar.gz: a404dadda112df68f3daabdd9844a7b5edc20afccb7e9373d79c2281aa1af7aa165396801dd9014377001c134cc9a56374cd632ecc81beb31ccf36816e0451e7
data/data/VERSION CHANGED
@@ -1 +1 @@
1
- RuneBlog v 0.0.40 2017-05-20
1
+ RuneBlog v 0.0.41 2017-05-22
data/lib/runeblog.rb CHANGED
@@ -3,7 +3,7 @@ require 'yaml'
3
3
  require 'livetext'
4
4
 
5
5
  class RuneBlog
6
- VERSION = "0.0.40"
6
+ VERSION = "0.0.41"
7
7
 
8
8
  Path = File.expand_path(File.join(File.dirname(__FILE__)))
9
9
  DefaultData = Path + "/../data"
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.0.40
4
+ version: 0.0.41
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hal Fulton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-20 00:00:00.000000000 Z
11
+ date: 2017-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: livetext
@@ -69,8 +69,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  version: '0'
70
70
  requirements: []
71
71
  rubyforge_project:
72
- rubygems_version: 2.2.2
72
+ rubygems_version: 2.4.2
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: A command-line blogging system
76
76
  test_files: []
77
+ has_rdoc: