ruby_uml_class 0.4.0 → 0.5.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.5.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.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masataka kuwayama
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-17 00:00:00.000000000 Z
11
+ date: 2023-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: browser_app_base
@@ -95,7 +95,7 @@ metadata:
95
95
  homepage_uri: https://github.com/kuwayama1971/RubyUmlClass
96
96
  source_code_uri: https://github.com/kuwayama1971/RubyUmlClass
97
97
  changelog_uri: https://github.com/kuwayama1971/RubyUmlClass
98
- post_install_message:
98
+ post_install_message:
99
99
  rdoc_options: []
100
100
  require_paths:
101
101
  - lib
@@ -110,8 +110,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  - !ruby/object:Gem::Version
111
111
  version: '0'
112
112
  requirements: []
113
- rubygems_version: 3.3.7
114
- signing_key:
113
+ rubygems_version: 3.1.2
114
+ signing_key:
115
115
  specification_version: 4
116
116
  summary: Create a Ruby UML class diagram.
117
117
  test_files: []