runeblog 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/runeblog.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ee71ac3258aa01751faf092b6b5edad7bab749de
|
4
|
+
data.tar.gz: b25efd798c5ca4e7726428ed5a869d15a94fe6ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a24532825a50d61a620a30536b2badac6fce4b381566f3d01722f840cb5f6c923eee80dc2f33187e63e6a23c207be0104b8941a280f2decd6874436448f457ce
|
7
|
+
data.tar.gz: 68bf2f8485e28a21527b8afa3528e0991c7964b8fa2e3d4441bcd8ec43871d9ce8a23d1c695b0fe939238b97ad24b90262b526b1c66db32c17b5cbe3936acd2e
|
data/lib/runeblog.rb
CHANGED
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.
|
4
|
+
version: 0.0.2
|
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-
|
11
|
+
date: 2017-05-03 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A blog system based on Ruby and Livetext
|
14
14
|
email: rubyhacker@gmail.com
|
@@ -42,8 +42,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
42
42
|
version: '0'
|
43
43
|
requirements: []
|
44
44
|
rubyforge_project:
|
45
|
-
rubygems_version: 2.
|
45
|
+
rubygems_version: 2.4.2
|
46
46
|
signing_key:
|
47
47
|
specification_version: 4
|
48
48
|
summary: A command-line blogging system
|
49
49
|
test_files: []
|
50
|
+
has_rdoc:
|