Charu 0.0.1 → 0.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 5d7e71cfec0a56223148d93570649dd5aff3f771
4
- data.tar.gz: 730a9c6600a8612e2fb5ae4ec37b8051aaa92dfa
2
+ SHA256:
3
+ metadata.gz: 59a01e3ccba981821e56de515ef87b15289e6a216da3b82c4189ef500f4973a4
4
+ data.tar.gz: cf4953f6a68b73bdb54d98b748f8548443c8152840fb78d40b5260ed9e28d5d5
5
5
  SHA512:
6
- metadata.gz: 16033c40b183ae8cc05769c2a1468683b425b37a45c609fa5b71fd4baac39d304db259da983f4f7fe9dbf35fbc079aa9c613403725fa173534a81340999b427a
7
- data.tar.gz: 3184e4694d9b3f8f26ea9c5819078ac496d83cb63d65b53d92df4c59441ae9a26eadbe1c61395ff02eff56ceb12cf1c3b7f8674bc8c3009612e90012be307e71
6
+ metadata.gz: 6efd8a394cc7f59031c2f2642e36d53e67e7e059a345cf1e5b792041f3780b921636dafe6fe613631952a92f8bb1913fdec214fcc3326c57840528bf43536ea5
7
+ data.tar.gz: 83f098e770fa1bf2df3006dc7bbfe8eaa60c9a6bfd046032b25f703f7dfb30425442d4badeba7eba967c208652fb803e9077b1cfc510b2b9da647d27987df627
data/.buildpath ADDED
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <buildpath>
3
+ <buildpathentry kind="src" path=""/>
4
+ <buildpathentry kind="con" path="org.eclipse.dltk.launching.INTERPRETER_CONTAINER"/>
5
+ </buildpath>
data/.gitignore CHANGED
@@ -7,3 +7,10 @@
7
7
  /pkg/
8
8
  /spec/reports/
9
9
  /tmp/
10
+
11
+ # rspec failure tracking
12
+ .rspec_status
13
+ /*.cmd
14
+ /Charu-0.0.1.gem
15
+ /Charu-0.0.1.gem
16
+ /.gem
data/.project ADDED
@@ -0,0 +1,23 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <projectDescription>
3
+ <name>Charu</name>
4
+ <comment></comment>
5
+ <projects>
6
+ </projects>
7
+ <buildSpec>
8
+ <buildCommand>
9
+ <name>com.aptana.ide.core.unifiedBuilder</name>
10
+ <arguments>
11
+ </arguments>
12
+ </buildCommand>
13
+ <buildCommand>
14
+ <name>org.eclipse.dltk.core.scriptbuilder</name>
15
+ <arguments>
16
+ </arguments>
17
+ </buildCommand>
18
+ </buildSpec>
19
+ <natures>
20
+ <nature>org.eclipse.dltk.ruby.core.nature</nature>
21
+ <nature>com.aptana.ruby.core.rubynature</nature>
22
+ </natures>
23
+ </projectDescription>
data/.travis.yml CHANGED
@@ -1,4 +1,5 @@
1
+ sudo: false
1
2
  language: ruby
2
3
  rvm:
3
- - 2.2.2
4
- before_install: gem install bundler -v 1.10.6
4
+ - 2.3.1
5
+ before_install: gem install bundler -v 1.15.1
data/CODE_OF_CONDUCT.md CHANGED
@@ -1,13 +1,74 @@
1
- # Contributor Code of Conduct
1
+ # Contributor Covenant Code of Conduct
2
2
 
3
- As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
3
+ ## Our Pledge
4
4
 
5
- We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, or religion.
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
6
11
 
7
- Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.
12
+ ## Our Standards
8
13
 
9
- Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team.
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
10
16
 
11
- Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
12
22
 
13
- This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.0.0, available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/)
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at otintin.land.waai@gmail.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Charu.gemspec CHANGED
@@ -1,34 +1,36 @@
1
1
  # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
2
+ lib = File.expand_path("../lib", __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'Charu/version'
4
+ require "Charu/version"
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "Charu"
8
8
  spec.version = Charu::VERSION
9
- spec.authors = ["ChocoIce"]
10
- spec.email = [""]
9
+ spec.authors = ["ShiccaRorl"]
10
+ spec.email = ["shicca.rorl@gmail.com"]
11
11
 
12
- spec.summary = %q{ChangeLogをhtml変換します。}
13
- spec.description = %q{ChangeLogを日記にしているなら便利かも。}
14
- spec.homepage = ""
12
+ spec.summary = %q{ChangeLogMemo Html Converter Liblary}
13
+ spec.description = %q{ChangeLogMemo Html Liblary}
14
+ spec.homepage = "https://rubygems.org/"
15
15
  spec.license = "MIT"
16
16
 
17
- # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
18
- # delete this section to allow pushing this gem to any host.
17
+ # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
+ # to allow pushing to a single host or delete this section to allow pushing to any host.
19
+ # if spec.respond_to?(:metadata)
20
+ # spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
21
+ # else
22
+ # raise "RubyGems 2.0 or newer is required to protect against " \
23
+ # "public gem pushes."
24
+ # end
19
25
 
20
- #if spec.respond_to?(:metadata)
21
- #spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
22
- #else
23
- #raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
24
- #end
25
-
26
- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
26
+ spec.files = `git ls-files -z`.split("\x0").reject do |f|
27
+ f.match(%r{^(test|spec|features)/})
28
+ end
27
29
  spec.bindir = "exe"
28
30
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
29
31
  spec.require_paths = ["lib"]
30
32
 
31
- spec.add_development_dependency "bundler", "~> 1.10"
33
+ spec.add_development_dependency "bundler", "~> 1.15"
32
34
  spec.add_development_dependency "rake", "~> 10.0"
33
- spec.add_development_dependency "rspec"
35
+ spec.add_development_dependency "rspec", "~> 3.0"
34
36
  end
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
- source 'https://rubygems.org'
1
+ source "https://rubygems.org"
2
2
 
3
3
  # Specify your gem's dependencies in Charu.gemspec
4
4
  gemspec
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2015 TODO: Write your name
3
+ Copyright (c) 2017 ShiccaRorl
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -24,18 +24,24 @@ Or install it yourself as:
24
24
 
25
25
  TODO: Write usage instructions here
26
26
 
27
+ ```
28
+ changelogmemo = Charu::ChangeLogMemo.new(file_path)
29
+ ```
30
+
27
31
  ## Development
28
32
 
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. Run `bundle exec Charu` to use the gem in this directory, ignoring other installed copies of this gem.
33
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
34
 
31
35
  To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
36
 
33
37
  ## Contributing
34
38
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/Charu. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
36
-
39
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/Charu. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
37
40
 
38
41
  ## License
39
42
 
40
43
  The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
41
44
 
45
+ ## Code of Conduct
46
+
47
+ Everyone interacting in the Charu project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/Charu/blob/master/CODE_OF_CONDUCT.md).
data/bin/console CHANGED
@@ -11,4 +11,4 @@ require "Charu"
11
11
  # Pry.start
12
12
 
13
13
  require "irb"
14
- IRB.start
14
+ IRB.start(__FILE__)
data/bin/setup CHANGED
@@ -1,6 +1,7 @@
1
- #!/bin/bash
1
+ #!/usr/bin/env bash
2
2
  set -euo pipefail
3
3
  IFS=$'\n\t'
4
+ set -vx
4
5
 
5
6
  bundle install
6
7
 
@@ -0,0 +1,237 @@
1
+ # -*- encoding: utf-8 -*-
2
+
3
+ module Charu
4
+ class Item
5
+ attr_accessor :datetime, :item_title, :item_log, :cotegory
6
+ def initialize(time)
7
+ if time == nil then
8
+ p "アイテム初期化失敗"
9
+ time = Time.now
10
+ title = "アイテム初期化失敗"
11
+ end
12
+
13
+ @datetime = time
14
+
15
+ @item_title = title
16
+ @item_log = ""
17
+
18
+ @cotegory = []
19
+ # カテゴリー
20
+ end
21
+
22
+ def get_item_title()
23
+ if @item_title != nil then
24
+ @item_title.gsub!(/\*\s/, "") # タイトルから[*]削除
25
+ @item_title.gsub!(/\[(.*?)\]:/, "") # タイトルからカテゴリ削除
26
+
27
+ return @item_title
28
+ end
29
+ return ""
30
+ end
31
+
32
+ def get_item_log()
33
+ if @item_log != nil then
34
+ @item_log.chomp! # 文字列最後の改行削除
35
+ @item_log.rstrip! # 文字列最後の空白削除
36
+ @item_log.strip! # 先頭と末尾の空白文字を除去
37
+
38
+ return @item_log
39
+ end
40
+ return ""
41
+ end
42
+
43
+ def app_item_log(line)
44
+ if line != "" or line != "\n" then
45
+ @item_log = @item_log + "\n" + line
46
+ end
47
+ end
48
+
49
+ def get_item_category()
50
+ if @cotegory == nil then
51
+ return []
52
+ end
53
+ return @cotegory
54
+ end
55
+ end
56
+
57
+ class Entry
58
+ attr_accessor :datetime, :item_title, :item_log, :cotegory
59
+ def initialize(item_source)
60
+ @item_source_day = ""
61
+ @item_source_contents = ""
62
+ @item_source_day = item_source[0] # 時間データ・ソース
63
+ @item_source_contents = item_source[1] # 内容データ
64
+
65
+ if @item_source_contents == nil then
66
+ @item_source_contents == ""
67
+ end
68
+ end
69
+
70
+ def get_items() # 解析する
71
+
72
+ @items = []
73
+ item = nil
74
+ # 一行づつ処理する
75
+ @item_source_contents.split("\n").each{|line|
76
+ if item == nil then
77
+ item = Item.new(@item_source_day)
78
+ end
79
+ if line.match(/^\*\s.*?/) != nil or line.match(/^\t\*\s.*?/) != nil then
80
+ item = Item.new(@item_source_day)
81
+ @items << item
82
+ item.item_title = line
83
+ else
84
+ if line == nil then
85
+ line = ""
86
+ end
87
+ item.app_item_log(line)
88
+ end
89
+
90
+ }
91
+
92
+ # 日付で分ける
93
+
94
+ =begin
95
+ # 配列操作
96
+ #@item_contents.uniq! # 重複削除
97
+ #item_contents.delete("*") # "*" 削除
98
+ #item_contents.delete("\n") # "\n" 削除
99
+ #@item_contents.delete([]) # [] 削除
100
+ #@item_contents.delete("") # "" 削除
101
+
102
+ # 文字列操作
103
+ @item_contents.each{|item_source|
104
+ #p item_source.encode(Encoding::SJIS)
105
+
106
+ if item_source.size != 0 then
107
+ #p "===========item_source err==========="
108
+ #p item_source.encode(Encoding::SJIS)
109
+ #item_source.gsub!(/\n/, "") # 文字列先頭の改行削除
110
+ item_source.chomp! # 文字列最後の改行削除
111
+ item_source.rstrip! # 文字列最後の空白削除
112
+ item_source.strip! # 先頭と末尾の空白文字を除去
113
+ else
114
+ p "文字列操作エラー".encode(Encoding::SJIS)
115
+ end
116
+ }
117
+ =end
118
+
119
+ return @items
120
+ end
121
+
122
+ def get_entry_time() #@entry_datetime = Time.mktime($1.to_i, $2.to_i, $3.to_i)
123
+ t = Time.now
124
+ begin
125
+ t = Time.mktime(@item_source_day.split(/-/)[0].to_i, @item_source_day.split(/-/)[1].to_i, @item_source_day.split(/-/)[2].to_i)
126
+ rescue
127
+ p "日付変換エラー".encode(Encoding::SJIS)
128
+ end
129
+ return t
130
+ end
131
+ end
132
+
133
+ class ChangeLog
134
+ attr_accessor :entrys
135
+ def initialize(entry_source)
136
+
137
+ entry_sources_split = entry_source.split(/(^\d\d\d\d-\d\d-\d\d)\s.*?\n/m)
138
+
139
+ entry_sources_split.delete_at(0) # splitのゴミ処理
140
+
141
+ i = 0
142
+ s = 1
143
+ entry_size = entry_sources_split.size / 2
144
+ @entrys = []
145
+ for t in 0..entry_size do
146
+ entry_data = []
147
+ entry_data = [entry_sources_split[i], entry_sources_split[s]]
148
+ # エントリー日付 # エントリー内容
149
+ i = i + 2
150
+ s = s + 2
151
+ if entry_data[1] != nil then
152
+ entry = Entry.new(entry_data)
153
+ @entrys << entry
154
+ end
155
+
156
+ end
157
+ end
158
+
159
+ def get_category_list()
160
+ p "リスト".encode(Encoding::SJIS)
161
+ category_list = []
162
+ @entrys.each{|entry|
163
+ entry.get_items().each{|item|
164
+ item.get_item_category().each{|category|
165
+ category_list << category.get_category()
166
+ }
167
+ }
168
+ }
169
+ category_list.uniq!
170
+ category_list.sort!{|a, b| a <=> b } # 並び替え
171
+ category_list.delete("")
172
+
173
+ return category_list
174
+ end
175
+ end
176
+
177
+ class ChangeLogPrivate < ChangeLog
178
+
179
+ end
180
+
181
+ class ChangeLogPublic < ChangeLog
182
+
183
+ end
184
+
185
+ class ChangeLogMemo
186
+ attr_accessor :file_name
187
+ def initialize(file_name)
188
+ @file_name = file_name
189
+
190
+ # ChangeLogMemoファイル
191
+ File.open(@file_name, 'r:utf-8'){|f|
192
+ @source = f.read # 全て読み込む
193
+ }
194
+
195
+ @change_log_private = ChangeLogPrivate.new(@source)
196
+
197
+ =begin
198
+ @change_log_private.entrys.each{|date|
199
+ date.get_items().each{|item|
200
+ p "======="
201
+ p date.get_items().size
202
+ p item.datetime
203
+ p item.get_item_title().encode(Encoding::SJIS)
204
+ p item.get_item_log().encode(Encoding::SJIS)
205
+ #p item
206
+ }
207
+ }
208
+ =end
209
+ end
210
+
211
+ def get_item_sort()
212
+ @change_log_private.entrys.each{|date|
213
+ date.get_items().each{|item|
214
+ i = []
215
+ i << item
216
+
217
+ i.sort!{|a, b| a.datetime <=> b.datetime }
218
+ }
219
+ }
220
+ return i
221
+ end
222
+
223
+
224
+ def get_item_sort_reverse()
225
+ @change_log_private.entrys.each{|date|
226
+ date.get_items().each{|item|
227
+ i = []
228
+ i << item
229
+
230
+ i.sort!{|a, b| b.datetime <=> a.datetime }
231
+ }
232
+ }
233
+ return i
234
+ end
235
+ end
236
+ end
237
+
data/lib/Charu/version.rb CHANGED
@@ -1,3 +1,5 @@
1
+ # -*- encoding: utf-8 -*-
2
+
1
3
  module Charu
2
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
3
5
  end
data/lib/Charu.rb CHANGED
@@ -1,5 +1,17 @@
1
+ # -*- encoding: utf-8 -*-
2
+
1
3
  require "Charu/version"
4
+ require 'bundler'
5
+
6
+ Bundler.require
7
+
8
+ require_relative 'Charu/ChangeLogMemo'
2
9
 
3
10
  module Charu
4
11
  # Your code goes here...
12
+
5
13
  end
14
+
15
+ if nil != ARGV[0] then
16
+ changelogmemo = Charu::ChangeLogMemo.new(ARGV[0])
17
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Charu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
- - ChocoIce
7
+ - ShiccaRorl
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-10-11 00:00:00.000000000 Z
11
+ date: 2018-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.10'
19
+ version: '1.15'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.10'
26
+ version: '1.15'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -42,25 +42,27 @@ dependencies:
42
42
  name: rspec
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ">="
45
+ - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '0'
47
+ version: '3.0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ">="
52
+ - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '0'
55
- description: ChangeLogを日記にしているなら便利かも。
54
+ version: '3.0'
55
+ description: ChangeLogMemo Html Liblary
56
56
  email:
57
- - ''
57
+ - shicca.rorl@gmail.com
58
58
  executables:
59
59
  - Charu
60
60
  extensions: []
61
61
  extra_rdoc_files: []
62
62
  files:
63
+ - ".buildpath"
63
64
  - ".gitignore"
65
+ - ".project"
64
66
  - ".rspec"
65
67
  - ".travis.yml"
66
68
  - CODE_OF_CONDUCT.md
@@ -73,8 +75,9 @@ files:
73
75
  - bin/setup
74
76
  - exe/Charu
75
77
  - lib/Charu.rb
78
+ - lib/Charu/ChangeLogMemo.rb
76
79
  - lib/Charu/version.rb
77
- homepage: ''
80
+ homepage: https://rubygems.org/
78
81
  licenses:
79
82
  - MIT
80
83
  metadata: {}
@@ -94,8 +97,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
97
  version: '0'
95
98
  requirements: []
96
99
  rubyforge_project:
97
- rubygems_version: 2.4.8
100
+ rubygems_version: 2.7.6
98
101
  signing_key:
99
102
  specification_version: 4
100
- summary: ChangeLogをhtml変換します。
103
+ summary: ChangeLogMemo Html Converter Liblary
101
104
  test_files: []