nekonote-framework 1.0.0.pre.beta2 → 1.0.0.pre.beta3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0a343528a091a4bfe3b21f2594fbc199f2953b4a9bc563a5b25bc426b06177e4
4
- data.tar.gz: 453e2a25ed4ebbf0283f73b5b6d7b3bca39eb27e07b5a3ae3074cf9d265d9840
3
+ metadata.gz: 00eabea6fe9875a31c1e00c10bf8d5b69fd75df1504126ccecd9a45b0b53cc49
4
+ data.tar.gz: 11f1a32532b1efcaebc1fda354b594d2730a94b2910f66141e6fac1e05a1398b
5
5
  SHA512:
6
- metadata.gz: 1380fd33c592621e1168d17a429014a7a235df3f9182942d7d543ab6a0fad95f4d6f1a5500312fc33bab6c23335054eeca00fff80c29b6d3ac8c25d75b6c099a
7
- data.tar.gz: 61de9d860e68b232e3969c6504bb770ab8ada5df13814f8b289103664a0ed3f50085c2b0f82302a11c357fa70850a632db73869aad532b98b71541d1745fdb03
6
+ metadata.gz: bd9e66323d6a3e68f6f36d408de30d2ce2dfc82ca1cc2e6f674821ea785551f2755c1070d0524bf6cae016f869d812c1e79ab5abf114a4f4b28551f00a7ae5d5
7
+ data.tar.gz: 66c85acf1a1bfc53e618f203d21405e516a8d609a377bdb0bf09d9765b16245501129b46254cd9d8846451e44d7f8dc7c7398fe115093537c11ad0f657a8c454
@@ -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'
@@ -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, 'static/template'
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, 'static/layout'
264
+ stack = get_absolute_path_list path, 'template/layout'
265
265
  layout_path = stack.pop + '.tpl'
266
266
  gen_dir_list = stack
267
267
 
@@ -1,6 +1,6 @@
1
1
  module Nekonote
2
2
  LIBS_NAME = %(nekonote-framework).freeze
3
- VERSION = %(1.0.0-beta2).freeze
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.beta2
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-04 00:00:00.000000000 Z
11
+ date: 2018-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: color_echo