maeku 0.1.0
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 +7 -0
- data/MIT-LICENSE +20 -0
- data/README.md +18 -0
- metadata +60 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: dc02a76fce4ad714f4b9132c944b115bde32de587df5b4e59b50a6b17503a654
|
|
4
|
+
data.tar.gz: ada7fee25a6137b1089f383046d48e7ce07f86b5204d9be57c14f2ae02d5b7fe
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 26db5f803f9744fddddb9c6e7301b6819f74fdc604cc30beac5ff53e7f37d7c646e83257f2cb498763302fe13bea895b237a7e96c79b6707167cc46776c83c36
|
|
7
|
+
data.tar.gz: 4f45ef596351526bf3fd0d6c02478189d52d2c71334610ff24806fdb3118dd0f1cf37ace69cc25dfab41f6b87fe92b3f02a2f69ab6302f13942c28608a01d545
|
data/MIT-LICENSE
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Copyright 2018 Benjamin Willems
|
|
2
|
+
|
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
4
|
+
a copy of this software and associated documentation files (the
|
|
5
|
+
"Software"), to deal in the Software without restriction, including
|
|
6
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
7
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
8
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
9
|
+
the following conditions:
|
|
10
|
+
|
|
11
|
+
The above copyright notice and this permission notice shall be
|
|
12
|
+
included in all copies or substantial portions of the Software.
|
|
13
|
+
|
|
14
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
15
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
16
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
17
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
18
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
19
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
20
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# maeku (前句), a journalling platform
|
|
2
|
+
|
|
3
|
+
The term *maeku* is used to describe elements of the Japanese collaborative
|
|
4
|
+
poetry genre [renga][1]. Specifically, *maeku* refers to a verse where unlikely
|
|
5
|
+
words are strung together to evoke a new or surprising image.
|
|
6
|
+
|
|
7
|
+
Maeku is a [Ruby on Rails][2]-based journalling platform. Eventually, it will
|
|
8
|
+
support multiple users and be extensible with multiple post types. It's inspired
|
|
9
|
+
by Tumblr, [Hi.co][3] (defunct), Japanese poetry, and the idea of controlling
|
|
10
|
+
your own blog content on the web.
|
|
11
|
+
|
|
12
|
+
**Maeku is not ready to be used yet.**
|
|
13
|
+
|
|
14
|
+
[1]: https://en.wikipedia.org/wiki/Renga
|
|
15
|
+
[2]: https://https://rubyonrails.org
|
|
16
|
+
[3]: https://medium.com/@craigmod/archiving-our-online-communities-e5868eab4d9a
|
|
17
|
+
|
|
18
|
+
|
metadata
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: maeku
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Benjamin Willems
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2018-08-09 00:00:00.000000000 Z
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: maeku_core
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - '='
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: 0.1.0
|
|
20
|
+
type: :runtime
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - '='
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: 0.1.0
|
|
27
|
+
description: A journal for all of your thoughts and feelings.
|
|
28
|
+
email:
|
|
29
|
+
- bw@benjaminwil.info
|
|
30
|
+
executables: []
|
|
31
|
+
extensions: []
|
|
32
|
+
extra_rdoc_files: []
|
|
33
|
+
files:
|
|
34
|
+
- MIT-LICENSE
|
|
35
|
+
- README.md
|
|
36
|
+
homepage: https://github.com/maeku/maeku
|
|
37
|
+
licenses:
|
|
38
|
+
- MIT
|
|
39
|
+
metadata: {}
|
|
40
|
+
post_install_message:
|
|
41
|
+
rdoc_options: []
|
|
42
|
+
require_paths:
|
|
43
|
+
- lib
|
|
44
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
45
|
+
requirements:
|
|
46
|
+
- - ">="
|
|
47
|
+
- !ruby/object:Gem::Version
|
|
48
|
+
version: '0'
|
|
49
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
50
|
+
requirements:
|
|
51
|
+
- - ">="
|
|
52
|
+
- !ruby/object:Gem::Version
|
|
53
|
+
version: '0'
|
|
54
|
+
requirements: []
|
|
55
|
+
rubyforge_project:
|
|
56
|
+
rubygems_version: 2.7.6
|
|
57
|
+
signing_key:
|
|
58
|
+
specification_version: 4
|
|
59
|
+
summary: A Ruby on Rails-based journalling platform.
|
|
60
|
+
test_files: []
|