nekonote-framework 1.0.0.pre.beta2 → 1.0.0.pre.beta3
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 +4 -4
- data/data/structure/Gemfile +0 -3
- data/lib/nekonote/cli.rb +2 -2
- data/lib/nekonote/spec.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 00eabea6fe9875a31c1e00c10bf8d5b69fd75df1504126ccecd9a45b0b53cc49
|
|
4
|
+
data.tar.gz: 11f1a32532b1efcaebc1fda354b594d2730a94b2910f66141e6fac1e05a1398b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd9e66323d6a3e68f6f36d408de30d2ce2dfc82ca1cc2e6f674821ea785551f2755c1070d0524bf6cae016f869d812c1e79ab5abf114a4f4b28551f00a7ae5d5
|
|
7
|
+
data.tar.gz: 66c85acf1a1bfc53e618f203d21405e516a8d609a377bdb0bf09d9765b16245501129b46254cd9d8846451e44d7f8dc7c7398fe115093537c11ad0f657a8c454
|
data/data/structure/Gemfile
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
source 'https://rubygems.org'
|
|
2
2
|
|
|
3
|
-
# Nekonote Framework
|
|
4
|
-
# Copyright (c) 2017, Kazuya Hotta
|
|
5
|
-
# License https://github.com/khotta/Nekonote-Framework/blob/master/LICENSE
|
|
6
3
|
gem 'nekonote-framework', 'REPLACE_ME_TO_NEKONOTE_VERSION'
|
|
7
4
|
gem 'simple_rotate', '~> 1.2', '>= 1.2.0'
|
|
8
5
|
gem 'color_echo', '~> 3.1', '>= 3.1.1'
|
data/lib/nekonote/cli.rb
CHANGED
|
@@ -220,7 +220,7 @@ EOS
|
|
|
220
220
|
# @param string path
|
|
221
221
|
private
|
|
222
222
|
def generate_template(path)
|
|
223
|
-
stack = get_absolute_path_list path, '
|
|
223
|
+
stack = get_absolute_path_list path, 'template'
|
|
224
224
|
template_path = stack.pop + '.tpl'
|
|
225
225
|
gen_dir_list = stack
|
|
226
226
|
|
|
@@ -261,7 +261,7 @@ EOS
|
|
|
261
261
|
# @param string path
|
|
262
262
|
private
|
|
263
263
|
def generate_layout(path)
|
|
264
|
-
stack = get_absolute_path_list path, '
|
|
264
|
+
stack = get_absolute_path_list path, 'template/layout'
|
|
265
265
|
layout_path = stack.pop + '.tpl'
|
|
266
266
|
gen_dir_list = stack
|
|
267
267
|
|
data/lib/nekonote/spec.rb
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
module Nekonote
|
|
2
2
|
LIBS_NAME = %(nekonote-framework).freeze
|
|
3
|
-
VERSION = %(1.0.0-
|
|
3
|
+
VERSION = %(1.0.0-beta3).freeze
|
|
4
4
|
HOMEPAGE = %(https://nekonote-framework.github.io).freeze
|
|
5
5
|
SUMMARY = %(Simple and Lightweight Ruby Framework for Web Development).freeze
|
|
6
6
|
DESCRIPTION = %(Nekonote Framework is a small web application framework that helps your web development.).freeze
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nekonote-framework
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0.pre.
|
|
4
|
+
version: 1.0.0.pre.beta3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- khotta
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-07-
|
|
11
|
+
date: 2018-07-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: color_echo
|