wxruby3 0.9.4 → 0.9.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 59f48a6760484b863b4f3255bf866ecbd18faa5c0488fd40c6379bda58747299
4
- data.tar.gz: f131b88dab9c1994d98ae2fede1021308a539d298b6743c67a62ffc679748f0e
3
+ metadata.gz: 3623c0bd623afc405c9fd708ac6c149a9f027b37ad50c074d895c95553b44871
4
+ data.tar.gz: da64e12195ff18571aa158f37b0ca44dc39a0e500c765aafcdefcaa6d3e1109d
5
5
  SHA512:
6
- metadata.gz: 9f5a04f23e4978c856f79a8d2393d2cb08e2c4ce971fb915123cefb5ea2ee92a6fca38b3c7ccbc456c1e07480158dae5191635a9861cdcb5d7919be5f3c9e169
7
- data.tar.gz: ee935202f9fb3ef7af42da60b4311725c584485548f35c55b6f12ae4fa2b410740fc117b718134052a7aeb915ba7d2140cd096bc3f20a2ab1a1b5e30e82234b5
6
+ metadata.gz: 9da0beffcaf517ec7ac257d419daa62a3ec1f447fc7a622df13741aff1c9e80106ddfa77ed0f726188978cb6c486381beaaba604ea980ee71d9e2cf7ea77cb50
7
+ data.tar.gz: f1c210c748d39c539361d6ffe29196cbba54bb5c4a6da5f8bc814c43e88f6a2560b44aa2073b8c69a1e1ae947bc997753f0b645b9f4d81032ed7c7138e8feba4
data/INSTALL.md CHANGED
@@ -16,7 +16,7 @@ The minimal requirements for installing any source based setup (gem, source pack
16
16
  | C++ compiler<br>(incl. dev tools like `make`) | On linux a recent version of the GNU C++ compiler (with c++-14 support) needs to be installed<br>On Windows the RubyInstaller MSYS2-Devkit needs to be installed<br>On MacOS XCode with commandline tools needs to be installed via <code>sudo xcode-select --install</code> |
17
17
  | Git version control toolkit | |
18
18
  | SWIG >= 3.0.12 | On MacOS install Homebrew (https://brew.sh) and than <code>brew install swig</code> |
19
- | Doxygen (>= 1.9.1, <= 1.9.6) | Doxygen > 1.9.6 has changes that cause problems with the wxWidgets doxygen files.<br>On MacOS: <code>brew tap mcorino/wxruby3</code> and than `brew install doxygen@1.9.6` (default brew recipe installs 1.9.7) |
19
+ | Doxygen (>= 1.9.1) | On MacOS install Homebrew (https://brew.sh) and than <code>brew install doxygen@</code> |
20
20
  | wxWidgets (>= 3.2) | See the <b>wxWidgets installation</b> section below. |
21
21
 
22
22
  The wxRuby3 build process requires `git` to clone a copy of the wxWidgets Github repository to extract the interface
data/README.md CHANGED
@@ -124,7 +124,7 @@ To install the source-only gem the following software is required:
124
124
  | C++ compiler<br>(incl. dev tools like `make`) | On linux a recent version of the GNU C++ compiler (with c++-14 support) needs to be installed<br>On Windows the RubyInstaller MSYS2-Devkit needs to be installed<br>On MacOS XCode with commandline tools needs to be installed |
125
125
  | Git version control toolkit | |
126
126
  | SWIG >= 3.0.12 | On MacOS install with Homebrew |
127
- | Doxygen (>= 1.9.1, <= 1.9.6) | Doxygen > 1.9.6 has changes that cause problems with the wxWidgets doxygen files. |
127
+ | Doxygen (>= 1.9.1) | On MacOS install with Homebrew |
128
128
  | wxWidgets >= 3.2 (*OPTIONAL*) | On Linux most distributions provide system installable (development) packages for wxWidgets providing a supported version.<br>Alternatively you can fairly easily install your own preferred version manually. |
129
129
 
130
130
  See the [INSTALL](INSTALL.md) document for more details.
@@ -204,7 +204,7 @@ Several years of development have passed for wxWidgets and Ruby respectively,
204
204
  improving code quality, adding new classes and new language features.
205
205
  In 2022 I finally found the time and the inspiration to pick up this project
206
206
  with the idea of reviving it to build some applications I had in mind.
207
- wxRuby 3 intents to provide Ruby interfaces for all relevant (!) wxWidget
207
+ wxRuby 3 intends to provide Ruby interfaces for all relevant (!) wxWidget
208
208
  classes of the latest version 3.2 and beyond.
209
209
  Building on the experiences of the previous wxRuby (2) developments as well
210
210
  as the wxPython Phoenix project it is expected to provide a better and more