scriptup 0.0.2 → 2024.0.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +19 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1da3d8a9839158d886f2eb6e4d62dfd2c64d5741a9252177e1a875139e632875
4
- data.tar.gz: 84554d0eacdf0552cef90a841d0be510e9b0ee40c9465a3f190bad9690968277
3
+ metadata.gz: f8118e861b983f2560322e501db4beabecc1cbd9e0eb9c05a01432bbff5f2512
4
+ data.tar.gz: 9a8a7c86161f090ed411cb8b533dbe9d0b746e0e4ae68ded2a3867167f354365
5
5
  SHA512:
6
- metadata.gz: 4aa62efb15e647ad02e4e7d1ebb293bdadbdb0ebbae68d230dfe1eb0e28ab7b0104c280b72eb109edcfcd80972f090901498a0814ebcc1ff406987d9faa0e9e5
7
- data.tar.gz: 29e4a5a7912d1c81e9ec513bedf365113ae1f90eb8d9c191649c7282eb09feaec41233630bf7985b4709bb8f9ababd9c2ff8860671cec3c0edd569020a936246
6
+ metadata.gz: 5e8a6925fde4e72f9c43ce64d6ecbf9bf1aec16664c983ff318e697542ddf9d7494fcc7db05fe2ce44500e0a47a8e5c4e5fd969d58f7e8384a5d0e537adc72d2
7
+ data.tar.gz: a4366a95e80c8abffec14cfb9308e8813547c4d1e1fbdf380587f5712cc7a242613793153f79e3cdb2e81cc2a533e82738ed4595b055fe96a0305481c0c8bb49
data/README.md CHANGED
@@ -3,3 +3,22 @@
3
3
  This project provides ruby bindings for the SketchUp C API. They are designed to mimmic the SketchUp [**ruby api**](https://ruby.sketchup.com) for use in Sketchup extension tests outside the SketchUp application. You can however use them for general purpouse scripting.
4
4
 
5
5
  The SketchUp C API is much more limmited than the ruby api. There is no gui event loop, nor observers, nor view, nor does this extension aim to provide such functionality.
6
+
7
+
8
+ # Fully implemented classes
9
+ * Attribute Dictionary
10
+ * Color
11
+ * Component Definition
12
+ * Definition List
13
+ * Entity
14
+ * Material
15
+
16
+ # Partially implemented classes
17
+ * Attribute Dictionaries
18
+ * Behavior
19
+ * Component Instance
20
+ * Drawing Element
21
+ * Entities
22
+ * Materials
23
+ * Model
24
+ * Texture
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scriptup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 2024.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Noel Warren
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-10 00:00:00.000000000 Z
11
+ date: 2024-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler