pixelart 1.2.2 → 1.3.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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pixelart
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gerald Bauer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-13 00:00:00.000000000 Z
11
+ date: 2022-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: chunky_png
@@ -78,14 +78,14 @@ dependencies:
78
78
  requirements:
79
79
  - - "~>"
80
80
  - !ruby/object:Gem::Version
81
- version: '3.22'
81
+ version: '3.23'
82
82
  type: :development
83
83
  prerelease: false
84
84
  version_requirements: !ruby/object:Gem::Requirement
85
85
  requirements:
86
86
  - - "~>"
87
87
  - !ruby/object:Gem::Version
88
- version: '3.22'
88
+ version: '3.23'
89
89
  description: pixelart - mint your own pixel art images off chain using any design
90
90
  (in ascii text) in any colors; incl. 2x/4x/8x zoom for bigger sizes
91
91
  email: wwwmake@googlegroups.com
@@ -103,21 +103,26 @@ files:
103
103
  - lib/pixelart.rb
104
104
  - lib/pixelart/base.rb
105
105
  - lib/pixelart/blur.rb
106
+ - lib/pixelart/circle.rb
106
107
  - lib/pixelart/color.rb
107
108
  - lib/pixelart/composite.rb
109
+ - lib/pixelart/generator.rb
108
110
  - lib/pixelart/gradient.rb
109
111
  - lib/pixelart/image.rb
110
112
  - lib/pixelart/led.rb
111
113
  - lib/pixelart/misc.rb
112
114
  - lib/pixelart/palette.rb
113
115
  - lib/pixelart/pixelator.rb
116
+ - lib/pixelart/sample.rb
114
117
  - lib/pixelart/silhouette.rb
115
118
  - lib/pixelart/sketch.rb
116
119
  - lib/pixelart/spots.rb
120
+ - lib/pixelart/stripes.rb
117
121
  - lib/pixelart/transparent.rb
122
+ - lib/pixelart/ukraine.rb
118
123
  - lib/pixelart/vector.rb
119
124
  - lib/pixelart/version.rb
120
- homepage: https://github.com/pixelartexchange/pixel
125
+ homepage: https://github.com/pixelartexchange/pixelart
121
126
  licenses:
122
127
  - Public Domain
123
128
  metadata: {}
@@ -138,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
138
143
  - !ruby/object:Gem::Version
139
144
  version: '0'
140
145
  requirements: []
141
- rubygems_version: 3.1.4
146
+ rubygems_version: 3.3.7
142
147
  signing_key:
143
148
  specification_version: 4
144
149
  summary: pixelart - mint your own pixel art images off chain using any design (in