smalruby-editor 0.2.5-x86-mingw32 → 0.2.6-x86-mingw32
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.
Potentially problematic release.
This version of smalruby-editor might be problematic. Click here for more details.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c0308bc419593393d51bcce9547673fbcc0b5ed3
|
4
|
+
data.tar.gz: aa382026fe99b6c342f0aff7eae107085474521e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2410112d07fe0337b0616d6e3ce1af3b18131dca7417b1fcb5f25a87153a41a053ac5f4cc92412bf8166fb0e1d664de1243b2667ab430666ccf3a561c711d846
|
7
|
+
data.tar.gz: 0d7cc833ca452cb96863279dea9be3a91a9b8deeaceccbde3744a966a09b1d1fcfe9d2af9c0812c0b1f7677a131f5fc5019d27ffb2c36f5d8bd0a3b6f582de06
|
@@ -253,13 +253,13 @@ Blockly.Msg.BLOCKS_HARDWARE_MOTOR_DRIVER_SET_SPEED = '■(モータードライ
|
|
253
253
|
Blockly.Msg.BLOCKS_HARDWARE_MOTOR_DRIVER_SPEED = '◎(モータードライバ %1 の)モーターの速度(%)';
|
254
254
|
Blockly.Msg.BLOCKS_HARDWARE_BUTTON_PRESSED_OR_RELEASED = '◎ボタン %1 が %2 ?';
|
255
255
|
Blockly.Msg.BLOCKS_HARDWARE_SENSOR_VALUE = '◎センサー %1';
|
256
|
-
Blockly.Msg.BLOCKS_HARDWARE_SMALRUBOT_V3_LED_TURN_ON_OR_OFF = '★スモウルボットV3の %1 LEDを %2';
|
256
|
+
Blockly.Msg.BLOCKS_HARDWARE_SMALRUBOT_V3_LED_TURN_ON_OR_OFF = '★スモウルボットV3の %1 のLEDを %2';
|
257
257
|
Blockly.Msg.BLOCKS_HARDWARE_SMALRUBOT_V3_ACTION = '■スモウルボットV3を %1';
|
258
258
|
Blockly.Msg.BLOCKS_HARDWARE_SMALRUBOT_V3_ACTION_WITH_SEC = '■スモウルボットV3を %2 秒 %1';
|
259
259
|
Blockly.Msg.BLOCKS_HARDWARE_SMALRUBOT_V3_SENSOR_VALUE = '◎スモウルボットV3の %1 のセンサー';
|
260
260
|
Blockly.Msg.BLOCKS_HARDWARE_SMALRUBOT_V3_DC_MOTOR_POWER_RATIO = '◎スモウルボットV3の %1 DCモーターの速度(%)';
|
261
261
|
Blockly.Msg.BLOCKS_HARDWARE_SMALRUBOT_V3_DC_MOTOR_SET_POWER_RATIO = '■スモウルボットV3の %1 DCモーターの速度を %2 (%) にする';
|
262
|
-
Blockly.Msg.BLOCKS_HARDWARE_SMALRUBOT_S1_LED_TURN_ON_OR_OFF = '★スモウルボットS1の %1 LEDを %2';
|
262
|
+
Blockly.Msg.BLOCKS_HARDWARE_SMALRUBOT_S1_LED_TURN_ON_OR_OFF = '★スモウルボットS1の %1 のLEDを %2';
|
263
263
|
Blockly.Msg.BLOCKS_HARDWARE_SMALRUBOT_S1_ACTION = '■スモウルボットS1を %1';
|
264
264
|
Blockly.Msg.BLOCKS_HARDWARE_SMALRUBOT_S1_ACTION_WITH_SEC = '■スモウルボットS1を %2 秒 %1';
|
265
265
|
Blockly.Msg.BLOCKS_HARDWARE_SMALRUBOT_S1_SENSOR_VALUE = '◎スモウルボットS1の %1 のセンサー';
|
@@ -20,7 +20,7 @@
|
|
20
20
|
%value{name: 'TEXT'}
|
21
21
|
- category = 'hardware'
|
22
22
|
- subcategory = 'smalrubot_s1'
|
23
|
-
%block{type: "#{category}_#{subcategory}
|
23
|
+
%block{type: "#{category}_#{subcategory}_sensor_value"}
|
24
24
|
|
25
25
|
- category = 'hardware'
|
26
26
|
- subcategory = 'smalrubot_s1'
|
@@ -103,7 +103,7 @@
|
|
103
103
|
|
104
104
|
- category = 'hardware'
|
105
105
|
- subcategory = 'smalrubot_s1'
|
106
|
-
%block{type: "#{category}_#{subcategory}
|
106
|
+
%block{type: "#{category}_#{subcategory}_sensor_value"}
|
107
107
|
%block{type: "#{category}_#{subcategory}_dc_motor_power_ratio"}
|
108
108
|
|
109
109
|
- category = 'operators'
|
@@ -11,7 +11,7 @@
|
|
11
11
|
forward
|
12
12
|
= toolbox_number_value('SEC', 0.5)
|
13
13
|
|
14
|
-
%block{type: "#{category}_#{subcategory}
|
14
|
+
%block{type: "#{category}_#{subcategory}_dc_motor_set_power_ratio"}
|
15
15
|
= toolbox_number_value('SPEED', 100)
|
16
16
|
|
17
17
|
- category = 'looks'
|
@@ -20,13 +20,11 @@
|
|
20
20
|
%value{name: 'TEXT'}
|
21
21
|
- category = 'hardware'
|
22
22
|
- subcategory = 'smalrubot_v3'
|
23
|
-
%block{type: "#{category}_#{subcategory}
|
23
|
+
%block{type: "#{category}_#{subcategory}_sensor_value"}
|
24
24
|
|
25
25
|
- category = 'hardware'
|
26
26
|
- subcategory = 'smalrubot_v3'
|
27
27
|
%block{type: "#{category}_#{subcategory}_led_turn_on_or_off"}
|
28
|
-
%field{name: 'COLOUR'}<
|
29
|
-
red
|
30
28
|
%field{name: 'OOO'}<
|
31
29
|
turn_on
|
32
30
|
|
@@ -105,9 +103,8 @@
|
|
105
103
|
|
106
104
|
- category = 'hardware'
|
107
105
|
- subcategory = 'smalrubot_v3'
|
108
|
-
%block{type: "#{category}_#{subcategory}
|
109
|
-
%block{type: "#{category}_#{subcategory}
|
110
|
-
%block{type: "#{category}_#{subcategory}_motor_speed"}
|
106
|
+
%block{type: "#{category}_#{subcategory}_sensor_value"}
|
107
|
+
%block{type: "#{category}_#{subcategory}_dc_motor_power_ratio"}
|
111
108
|
|
112
109
|
- category = 'operators'
|
113
110
|
%category{:name => tt('.operators')}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: smalruby-editor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.6
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- Kouji Takao
|
@@ -489,11 +489,11 @@ files:
|
|
489
489
|
- public/assets/jquery-ui/ui-icons_888888_256x240-ce584ffa171c3ea9a018cf0d7bec65c8.png
|
490
490
|
- public/assets/jquery-ui/ui-icons_cd0a0a_256x240-747e96029e8dedcabc224e5f7d1f2ede.png
|
491
491
|
- public/assets/loading-e77296be32d066d3e29d3bf9803fa417.gif
|
492
|
-
- public/assets/manifest-
|
492
|
+
- public/assets/manifest-5c51f1c07b2573bcc10bc8bb904728a4.json
|
493
493
|
- public/assets/msg/en_us-a3f6b99f4b54cfaeed42452de11ab02e.js
|
494
494
|
- public/assets/msg/en_us-a3f6b99f4b54cfaeed42452de11ab02e.js.gz
|
495
|
-
- public/assets/msg/ja-
|
496
|
-
- public/assets/msg/ja-
|
495
|
+
- public/assets/msg/ja-23317da99ceaddf73457860b0ef12a31.js
|
496
|
+
- public/assets/msg/ja-23317da99ceaddf73457860b0ef12a31.js.gz
|
497
497
|
- public/assets/progressbar-ee8fb1222f286f625bbf7332844a6a0c.gif
|
498
498
|
- public/assets/toolbox_default-e023d3f7a2cc7cc1f54a1224577b3c26.css
|
499
499
|
- public/assets/toolbox_default-e023d3f7a2cc7cc1f54a1224577b3c26.css.gz
|