processing 1.1.6 → 1.1.7

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: 70c89abc66d556510a19230893f507b29cca377f8c7050d174b36824138e82b2
4
- data.tar.gz: 56d4368c848ff70af9c0466b2d931c38cac7370938615f3179c0f4931fe935ff
3
+ metadata.gz: 15dd5800086b6560921beac437cb60b85c157a72cd07842e4f0acac9abb53a23
4
+ data.tar.gz: 33a8e24da31e107927d69a30f3a7bb1d33221e820b2e4e0f701c3c1f21bc1a3f
5
5
  SHA512:
6
- metadata.gz: fdfd84c468aaf6df0fec4f592b5f8e8f23a2dcff860884385de49a344851d877b4e5ef9c72f5e7e3b7a602f54a6366ee8e8a01574d987d2ef97e27e7c517545f
7
- data.tar.gz: 3e0408708222f8cfed7a605c64c1cf2dda2f9f140110328325dcb2c67f9edc69108ed58ecc49c29a3e83ad9dca424d156a7dee6afef905d0aca6f52330352543
6
+ metadata.gz: 530bdfee80b43f0becdd58a9a2c0cef01f5621118c19acb79d857903ca6d636450b26db764d89dcecaeaf88fc589530d211dc29750ddc07b87e0b0e501dc70cc
7
+ data.tar.gz: 9ec9bfa7c9e2f2eb5698daa069ff8369d4cf23b6cf3f376629044d7a4177d9df63b4df1fb13de62111fb702bf2dd67ebf980570ba47166644e07bd7d4c138696
@@ -0,0 +1,12 @@
1
+ ## Pull Requests Not Accepted 🚫
2
+
3
+ Thank you for your interest in contributing!
4
+ However, this repository does not accept pull requests directly.
5
+
6
+ ### Where to Contribute?
7
+
8
+ Please submit your changes to the [xord/all](https://github.com/xord/all) monorepo, which serves as the primary repository for all our main libraries.
9
+
10
+ For more details, please refer to our [contribution guidelines](../CONTRIBUTING.md).
11
+
12
+ Thanks for your understanding! 🙌
data/CONTRIBUTING.md ADDED
@@ -0,0 +1,7 @@
1
+ # Contribution Guide
2
+
3
+ Thank you for your interest in contributing!
4
+ However, this repository does not accept pull requests.
5
+ Instead, please submit your changes to the [xord/all](https://github.com/xord/all) monorepo, which serves as the primary repository for all our main libraries.
6
+
7
+ For any questions, feel free to open an issue.
data/ChangeLog.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # processing ChangeLog
2
2
 
3
3
 
4
+ ## [v1.1.7] - 2025-03-24
5
+
6
+ - Add PULL_REQUEST_TEMPLATE.md
7
+ - Add CONTRIBUTING.md
8
+
9
+
4
10
  ## [v1.1.6] - 2025-03-07
5
11
 
6
12
  - Add keyIsRepeat
data/README.md CHANGED
@@ -1,11 +1,47 @@
1
1
  # Processing for CRuby - Processing compatible Creative Coding Framework
2
2
 
3
- by xordog@gmail.com
3
+ ![License](https://img.shields.io/github/license/xord/processing)
4
+ ![Build Status](https://github.com/xord/processing/actions/workflows/test.yml/badge.svg)
5
+ ![Gem Version](https://badge.fury.io/rb/processing.svg)
4
6
 
7
+ ## ⚠️ Notice
5
8
 
6
- # How to release
9
+ This repository is a read-only mirror of our monorepo.
10
+ We do not accept pull requests or direct contributions here.
7
11
 
12
+ ### 🔄 Where to Contribute?
13
+
14
+ All development happens in our [xord/all](https://github.com/xord/all) monorepo, which contains all our main libraries.
15
+ If you'd like to contribute, please submit your changes there.
16
+
17
+ For more details, check out our [Contribution Guidelines](./CONTRIBUTING.md).
18
+
19
+ Thanks for your support! 🙌
20
+
21
+ ## 🚀 About
22
+
23
+ **Processing for CRuby** is a creative coding framework compatible with the Processing language, designed specifically for CRuby.
24
+
25
+ It allows artists and developers to create visual art and interactive graphics using the familiar Processing syntax and concepts, leveraging the power and flexibility of Ruby.
26
+
27
+ ## 📦 Installation
28
+
29
+ Add this line to your Gemfile:
30
+ ```ruby
31
+ $ gem 'processing'
32
+ ```
33
+
34
+ Then, install gem:
35
+ ```bash
36
+ $ bundle install
8
37
  ```
9
- $ rake version:bump:patch message="..."
10
- $ git push origin --tags
38
+
39
+ Or install it directly:
40
+ ```bash
41
+ $ gem install processing
11
42
  ```
43
+
44
+ ## 📜 License
45
+
46
+ **Processing for CRuby** is licensed under the MIT License.
47
+ See the [LICENSE](./LICENSE) file for details.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.6
1
+ 1.1.7
data/processing.gemspec CHANGED
@@ -26,10 +26,10 @@ Gem::Specification.new do |s|
26
26
  s.required_ruby_version = '>= 3.0.0'
27
27
 
28
28
  s.add_dependency 'rexml'
29
- s.add_dependency 'xot', '~> 0.3.4', '>= 0.3.4'
30
- s.add_dependency 'rucy', '~> 0.3.4', '>= 0.3.4'
31
- s.add_dependency 'rays', '~> 0.3.4', '>= 0.3.4'
32
- s.add_dependency 'reflexion', '~> 0.3.4', '>= 0.3.4'
29
+ s.add_dependency 'xot', '~> 0.3.5', '>= 0.3.5'
30
+ s.add_dependency 'rucy', '~> 0.3.5', '>= 0.3.5'
31
+ s.add_dependency 'rays', '~> 0.3.5', '>= 0.3.5'
32
+ s.add_dependency 'reflexion', '~> 0.3.5', '>= 0.3.5'
33
33
 
34
34
  s.files = `git ls-files`.split $/
35
35
  s.test_files = s.files.grep %r{^(test|spec|features)/}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: processing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.6
4
+ version: 1.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - xordog
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-06 00:00:00.000000000 Z
11
+ date: 2025-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rexml
@@ -30,86 +30,87 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 0.3.4
33
+ version: 0.3.5
34
34
  - - ">="
35
35
  - !ruby/object:Gem::Version
36
- version: 0.3.4
36
+ version: 0.3.5
37
37
  type: :runtime
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
40
40
  requirements:
41
41
  - - "~>"
42
42
  - !ruby/object:Gem::Version
43
- version: 0.3.4
43
+ version: 0.3.5
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
- version: 0.3.4
46
+ version: 0.3.5
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: rucy
49
49
  requirement: !ruby/object:Gem::Requirement
50
50
  requirements:
51
51
  - - "~>"
52
52
  - !ruby/object:Gem::Version
53
- version: 0.3.4
53
+ version: 0.3.5
54
54
  - - ">="
55
55
  - !ruby/object:Gem::Version
56
- version: 0.3.4
56
+ version: 0.3.5
57
57
  type: :runtime
58
58
  prerelease: false
59
59
  version_requirements: !ruby/object:Gem::Requirement
60
60
  requirements:
61
61
  - - "~>"
62
62
  - !ruby/object:Gem::Version
63
- version: 0.3.4
63
+ version: 0.3.5
64
64
  - - ">="
65
65
  - !ruby/object:Gem::Version
66
- version: 0.3.4
66
+ version: 0.3.5
67
67
  - !ruby/object:Gem::Dependency
68
68
  name: rays
69
69
  requirement: !ruby/object:Gem::Requirement
70
70
  requirements:
71
71
  - - "~>"
72
72
  - !ruby/object:Gem::Version
73
- version: 0.3.4
73
+ version: 0.3.5
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
- version: 0.3.4
76
+ version: 0.3.5
77
77
  type: :runtime
78
78
  prerelease: false
79
79
  version_requirements: !ruby/object:Gem::Requirement
80
80
  requirements:
81
81
  - - "~>"
82
82
  - !ruby/object:Gem::Version
83
- version: 0.3.4
83
+ version: 0.3.5
84
84
  - - ">="
85
85
  - !ruby/object:Gem::Version
86
- version: 0.3.4
86
+ version: 0.3.5
87
87
  - !ruby/object:Gem::Dependency
88
88
  name: reflexion
89
89
  requirement: !ruby/object:Gem::Requirement
90
90
  requirements:
91
91
  - - "~>"
92
92
  - !ruby/object:Gem::Version
93
- version: 0.3.4
93
+ version: 0.3.5
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
- version: 0.3.4
96
+ version: 0.3.5
97
97
  type: :runtime
98
98
  prerelease: false
99
99
  version_requirements: !ruby/object:Gem::Requirement
100
100
  requirements:
101
101
  - - "~>"
102
102
  - !ruby/object:Gem::Version
103
- version: 0.3.4
103
+ version: 0.3.5
104
104
  - - ">="
105
105
  - !ruby/object:Gem::Version
106
- version: 0.3.4
106
+ version: 0.3.5
107
107
  description: Creative Coding Framework has API compatible to Processing or p5.js.
108
108
  email: xordog@gmail.com
109
109
  executables: []
110
110
  extensions: []
111
111
  extra_rdoc_files: []
112
112
  files:
113
+ - ".github/PULL_REQUEST_TEMPLATE.md"
113
114
  - ".github/workflows/release-gem.yml"
114
115
  - ".github/workflows/tag.yml"
115
116
  - ".github/workflows/test-draw.yml"
@@ -117,6 +118,7 @@ files:
117
118
  - ".github/workflows/utils.rb"
118
119
  - ".gitignore"
119
120
  - ".yardopts"
121
+ - CONTRIBUTING.md
120
122
  - ChangeLog.md
121
123
  - Gemfile
122
124
  - Gemfile.lock