ruby_uml_class 0.4.0 → 0.6.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.
@@ -1,5 +1,5 @@
1
- # frozen_string_literal: true
2
-
3
- module RubyUmlClassVer
4
- VERSION = "0.4.0"
5
- end
1
+ # frozen_string_literal: true
2
+
3
+ module RubyUmlClassVer
4
+ VERSION = "0.6.0"
5
+ end
data/lib/start.rb CHANGED
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_uml_class
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masataka kuwayama
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-17 00:00:00.000000000 Z
11
+ date: 2025-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: browser_app_base
@@ -76,7 +76,6 @@ files:
76
76
  - lib/config/setting.json
77
77
  - lib/create_uml_class.rb
78
78
  - lib/css/index.css
79
- - lib/history/history.json
80
79
  - lib/html/index.html
81
80
  - lib/js/main.js
82
81
  - lib/ruby_uml_class.rb
@@ -110,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
109
  - !ruby/object:Gem::Version
111
110
  version: '0'
112
111
  requirements: []
113
- rubygems_version: 3.3.7
112
+ rubygems_version: 3.4.20
114
113
  signing_key:
115
114
  specification_version: 4
116
115
  summary: Create a Ruby UML class diagram.
@@ -1,3 +0,0 @@
1
- [
2
-
3
- ]