R3EXS 1.0.1 → 1.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.
- checksums.yaml +4 -4
- data/.yardopts +12 -0
- data/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/README_EN.md +1 -1
- data/lib/R3EXS/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2d0414cf2d436422193ff55739f6dfa5556b3660d6b3b8ff7f23d08282389c1c
|
4
|
+
data.tar.gz: 8bcf25200c9e3cad318ac58c5597ac53582aad80f6c3fad7990a5ea83c9cb2b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3cd076828c7e7bfd4c84a10c0f54d858a3da66a70b6ad25535c6fe266669224da9db5ba7b2db273abd69fbde1f33ceb9ac0bbb614d14782633b17e13d3f440e7
|
7
|
+
data.tar.gz: ac01fde21bb466bdce57d8f180b4e78f6453da50fcfade03374bf5b01fa53ec556e2b90dbc650058331298ac9ce6cd5a52aa4d7d7b5d876977ecfc5d9d965194
|
data/.yardopts
ADDED
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -38,7 +38,7 @@ R3EXS 是一个基于 Ruby 语言,用来提取和翻译 RGSS3 游戏里字符
|
|
38
38
|
### 使用 RubyGems 安装
|
39
39
|
|
40
40
|
1. 安装 [Ruby](https://www.ruby-lang.org/zh_cn/) (要附带安装 Devkit 来支持编译 C 扩展)
|
41
|
-
2. 安装 [R3EXS](https://rubygems.org/gems/
|
41
|
+
2. 安装 [R3EXS](https://rubygems.org/gems/R3EXS) gem
|
42
42
|
|
43
43
|
```bash
|
44
44
|
gem install R3EXS
|
data/README_EN.md
CHANGED
@@ -38,7 +38,7 @@ It uses [Prism](https://github.com/ruby/prism) to accurately extract strings and
|
|
38
38
|
### Install using RubyGems
|
39
39
|
|
40
40
|
1. Install [Ruby](https://www.ruby-lang.org/en/) (make sure to install Devkit to support compiling C extensions)
|
41
|
-
2. Install the [R3EXS](https://rubygems.org/gems/
|
41
|
+
2. Install the [R3EXS](https://rubygems.org/gems/R3EXS) gem
|
42
42
|
|
43
43
|
```bash
|
44
44
|
gem install R3EXS
|
data/lib/R3EXS/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: R3EXS
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- LuoTat
|
@@ -115,6 +115,7 @@ extensions:
|
|
115
115
|
extra_rdoc_files: []
|
116
116
|
files:
|
117
117
|
- "./ext/rgss3a_rvdata2/extconf.rb"
|
118
|
+
- ".yardopts"
|
118
119
|
- CHANGELOG.md
|
119
120
|
- LICENSE
|
120
121
|
- README.md
|