rubysketch 0.3.0 → 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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubysketch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - xordog
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-20 00:00:00.000000000 Z
11
+ date: 2020-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: yard
@@ -120,6 +120,9 @@ files:
120
120
  - lib/rubysketch/processing.rb
121
121
  - lib/rubysketch/window.rb
122
122
  - rubysketch.gemspec
123
+ - test/helper.rb
124
+ - test/processing/test_utility.rb
125
+ - test/processing/test_vector.rb
123
126
  homepage: https://github.com/xord/rubysketch
124
127
  licenses: []
125
128
  metadata: {}
@@ -142,4 +145,7 @@ rubygems_version: 3.0.3
142
145
  signing_key:
143
146
  specification_version: 4
144
147
  summary: Processing like Creative Coding Framework.
145
- test_files: []
148
+ test_files:
149
+ - test/helper.rb
150
+ - test/processing/test_utility.rb
151
+ - test/processing/test_vector.rb