statosio 0.3.4 → 0.3.5

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
2
  SHA256:
3
- metadata.gz: 390a97c0b17ea4a5c9c5b1d107acd31d1ff22cd9eb3777f83648ee9f2d831cac
4
- data.tar.gz: 24785f7fe490f6d270bea5c04084d6622aefb4fe20eccf0844b16a1cd1301bf5
3
+ metadata.gz: 9d077350e8341b9f1f4b334b1a39ef77de898cd4c4498b3d21cb5b814f89913c
4
+ data.tar.gz: 29bc50946624e3aa4b504efd4dc086619a1aafe4de913bccf99c12c15b363c87
5
5
  SHA512:
6
- metadata.gz: f27cc45b1ffa13d97c69f8f8f3c543a4283a07d1b399954d0f91c8ed26c3a4a30d257fbaecea3b7f09186297463e1dc41edc4b36eb457b63c6f0d2e7bc562131
7
- data.tar.gz: 794a84f6c33900b421f4e50df2f0560ab13a8ed8bf7722cc812a761b9188cbc630e8a0bbee9faec85bf32a00c903f99db1f3760acf8f4cacbe81543d5d8754ae
6
+ metadata.gz: a887389a6066de53ac483538b13bbd65175441e424b362c8b9487b7342c720db70af574e52963ce306ed2f1f364fd41ba74af0ae9bacc6817730f3d0bc8b1270
7
+ data.tar.gz: 7f8657a7dd89a9151f40c4900d79c0cb4184cd344dff14add1a242a25bda5c1753ad03b46ac0011b60e109d717aefa7509b10479c96aab6b88d2f7e58125cb5d
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Statosio
4
- VERSION = "0.3.4"
4
+ VERSION = "0.3.5"
5
5
  end
Binary file
Binary file
data/statosio.gemspec CHANGED
@@ -10,15 +10,15 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = "Statosio generate charts in a .svg format."
12
12
  spec.description = "Statosio generate charts in a .svg format. Works with prawn-svg to generate .pdf documents."
13
- spec.homepage = "https://d3.statoiso.com"
13
+ spec.homepage = "https://d3.statosio.com"
14
14
  spec.license = "MIT"
15
15
  spec.required_ruby_version = ">= 2.4.0"
16
16
 
17
17
  spec.metadata["allowed_push_host"] = "https://rubygems.org"
18
18
 
19
19
  spec.metadata["homepage_uri"] = spec.homepage
20
- spec.metadata["source_code_uri"] = "https://d3.statoiso.com"
21
- spec.metadata["changelog_uri"] = "https://d3.statoiso.com"
20
+ spec.metadata["source_code_uri"] = "https://github.com/a6b8/statosio.rb"
21
+ spec.metadata["changelog_uri"] = "https://github.com/a6b8/statosio.rb/releases"
22
22
 
23
23
  # Specify which files should be added to the gem when it is released.
24
24
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: statosio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - a6b8
@@ -73,15 +73,17 @@ files:
73
73
  - lib/boilerplate.rb
74
74
  - lib/statosio.rb
75
75
  - lib/statosio/version.rb
76
+ - statosio-0.3.3.gem
77
+ - statosio-0.3.4.gem
76
78
  - statosio.gemspec
77
- homepage: https://d3.statoiso.com
79
+ homepage: https://d3.statosio.com
78
80
  licenses:
79
81
  - MIT
80
82
  metadata:
81
83
  allowed_push_host: https://rubygems.org
82
- homepage_uri: https://d3.statoiso.com
83
- source_code_uri: https://d3.statoiso.com
84
- changelog_uri: https://d3.statoiso.com
84
+ homepage_uri: https://d3.statosio.com
85
+ source_code_uri: https://github.com/a6b8/statosio.rb
86
+ changelog_uri: https://github.com/a6b8/statosio.rb/releases
85
87
  post_install_message:
86
88
  rdoc_options: []
87
89
  require_paths: