pixelchart 1.0.0 → 1.0.1
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/pixelchart/version.rb +1 -1
- metadata +9 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1e012a46e162173916b5e188d593a61704855bc36ca6c1039ee5bf288db47013
|
4
|
+
data.tar.gz: 9dd4970255464fef969837e132c56a394e714e17ee95554fe76be9529c5839c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2b4e60fc67e806e93a0ce37f70d19dbcc23c7267a9763dfae99bf58450bb0dcab19295a5da9570e9fb7e8bdecceb4571b2509cb3e48d1ee3cede5231012a653b
|
7
|
+
data.tar.gz: fa9dbc116d968e64fab6a5e8a1ffc874a7699fd82d29ca85511896b05754f5e87d283052988607427c4a237f09a551fdfd1895ad833c4c3b864427536dac1283
|
data/lib/pixelchart/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pixelchart
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alexandre ZANNI
|
@@ -189,10 +189,16 @@ files:
|
|
189
189
|
- bin/pixelchart
|
190
190
|
- lib/pixelchart.rb
|
191
191
|
- lib/pixelchart/version.rb
|
192
|
-
homepage:
|
192
|
+
homepage: https://pixelchart.cf/
|
193
193
|
licenses:
|
194
194
|
- MIT
|
195
|
-
metadata:
|
195
|
+
metadata:
|
196
|
+
yard.run: yard
|
197
|
+
bug_tracker_uri: https://github.com/noraj/PixelChart/issues
|
198
|
+
changelog_uri: https://github.com/noraj/PixelChart/blob/master/pages/CHANGELOG.md
|
199
|
+
documentation_uri: https://pixelchart.cf/yard/
|
200
|
+
homepage_uri: https://pixelchart.cf/
|
201
|
+
source_code_uri: https://github.com/noraj/PixelChart
|
196
202
|
post_install_message:
|
197
203
|
rdoc_options: []
|
198
204
|
require_paths:
|