irpack 0.2.6 → 0.2.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.
- data/README.rdoc +2 -2
- data/bin/irpack +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
|
@@ -49,7 +49,7 @@ IronRuby dlls in their resource.
|
|
|
49
49
|
When runtime, script can open EMBEDFILES with relative path from BASEDIR.
|
|
50
50
|
|
|
51
51
|
for example:
|
|
52
|
-
$ irpack -o hoge/fuga.exe -
|
|
52
|
+
$ irpack -o hoge/fuga.exe -b foo bar/entry.rb foo/hello.rb
|
|
53
53
|
|
|
54
54
|
hoge/fuga.exe runs embedded bar/entry.rb.
|
|
55
55
|
To load foo/hello.rb, require 'hello' (relative path from BASEDIR 'foo').
|
|
@@ -161,7 +161,7 @@ ENTRYFILEに続けてファイルを指定することによって他のファ
|
|
|
161
161
|
トリからの相対パス」に存在するように見えます。
|
|
162
162
|
たとえば、
|
|
163
163
|
|
|
164
|
-
$ irpack -o hoge/fuga.exe -
|
|
164
|
+
$ irpack -o hoge/fuga.exe -b foo bar/entry.rb foo/hello.rb
|
|
165
165
|
|
|
166
166
|
としたときにfuga.exeの実行中(bar/entry.rb)からはfoo/hello.rbはhoge/hello.rb
|
|
167
167
|
(fuga.exeのあるディレクトリhoge)にあるように見えます。
|
data/bin/irpack
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: irpack
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.2.
|
|
5
|
+
version: 0.2.7
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- kumaryu
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date:
|
|
13
|
+
date: 2012-01-19 00:00:00 +09:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies: []
|
|
16
16
|
|