gr-plot 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.
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gr-plot
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
7
  - kojix2
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2022-02-24 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: ruby-gr
@@ -33,12 +32,12 @@ files:
33
32
  - LICENSE.txt
34
33
  - README.md
35
34
  - lib/gr/plot.rb
35
+ - lib/gr/plot/histogram.rb
36
36
  - lib/gr/plot/version.rb
37
37
  homepage: https://github.com/red-data-tools/GR.rb
38
38
  licenses:
39
39
  - MIT
40
40
  metadata: {}
41
- post_install_message:
42
41
  rdoc_options: []
43
42
  require_paths:
44
43
  - lib
@@ -46,15 +45,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
46
45
  requirements:
47
46
  - - ">="
48
47
  - !ruby/object:Gem::Version
49
- version: '2.5'
48
+ version: '2.7'
50
49
  required_rubygems_version: !ruby/object:Gem::Requirement
51
50
  requirements:
52
51
  - - ">="
53
52
  - !ruby/object:Gem::Version
54
53
  version: '0'
55
54
  requirements: []
56
- rubygems_version: 3.3.3
57
- signing_key:
55
+ rubygems_version: 4.0.10
58
56
  specification_version: 4
59
57
  summary: GR::Plot
60
58
  test_files: []