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 +4 -4
- data/lib/statosio/version.rb +1 -1
- data/statosio-0.3.3.gem +0 -0
- data/statosio-0.3.4.gem +0 -0
- data/statosio.gemspec +3 -3
- metadata +7 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9d077350e8341b9f1f4b334b1a39ef77de898cd4c4498b3d21cb5b814f89913c
|
|
4
|
+
data.tar.gz: 29bc50946624e3aa4b504efd4dc086619a1aafe4de913bccf99c12c15b363c87
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a887389a6066de53ac483538b13bbd65175441e424b362c8b9487b7342c720db70af574e52963ce306ed2f1f364fd41ba74af0ae9bacc6817730f3d0bc8b1270
|
|
7
|
+
data.tar.gz: 7f8657a7dd89a9151f40c4900d79c0cb4184cd344dff14add1a242a25bda5c1753ad03b46ac0011b60e109d717aefa7509b10479c96aab6b88d2f7e58125cb5d
|
data/lib/statosio/version.rb
CHANGED
data/statosio-0.3.3.gem
ADDED
|
Binary file
|
data/statosio-0.3.4.gem
ADDED
|
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.
|
|
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://
|
|
21
|
-
spec.metadata["changelog_uri"] = "https://
|
|
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
|
+
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.
|
|
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.
|
|
83
|
-
source_code_uri: https://
|
|
84
|
-
changelog_uri: https://
|
|
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:
|