Skip to content

Commit 83d451e

Browse files
authored
Merge pull request #40 from takkii/develop
Update.
2 parents 6b85c3f + aafba46 commit 83d451e

File tree

5 files changed

+6
-32
lines changed

5 files changed

+6
-32
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
Gemfile.lock
1+
.vscode/*
22
*.gem
3+
Gemfile.lock

.vscode/launch.json

-27
This file was deleted.

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2022 Takayuki Kamiyama
3+
Copyright (c) 2022-2024 Takayuki Kamiyama
44

55
Permission is hereby granted, free of charge,
66
to any person obtaining a copy of this software and

lib/frame/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module Frame
44
# latest version = 1.x.x-date.today
5-
VERSION = '1.0.7'.freeze
5+
VERSION = '1.0.8-2024.5.26'.freeze
66
end
77

88
GC.compact

nyasocom_frame.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Gem::Specification.new do |s|
2020
s.require_paths = ["lib"]
2121
s.required_ruby_version = ['>= 3.0']
2222
s.rubygems_version = ['>= 3.5']
23-
s.summary = "にゃそこん初号機の構成ファイルを指定のフォルダに自動で生成します。"
24-
s.description = "シンプルなにゃそこんフレームです。RSSアンテナの原型は出来ています。"
23+
s.summary = "Copy the open source version of nyasocom_oss."
24+
s.description = "Web framework, starts as an RSS antenna in its initial configuration."
2525

2626
if s.respond_to? :specification_version then
2727
s.specification_version = 4

0 commit comments

Comments
 (0)