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.
Files changed (3) hide show
  1. data/README.rdoc +2 -2
  2. data/bin/irpack +1 -1
  3. metadata +2 -2
@@ -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 -d foo bar/entry.rb foo/hello.rb
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 -d foo bar/entry.rb foo/hello.rb
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
@@ -25,6 +25,6 @@ freely, subject to the following restrictions:
25
25
 
26
26
  require 'irpack/application'
27
27
 
28
- args = IRPack::Application::Arguments.parse!(ARGV)
28
+ args = IRPack::Application.parse!(ARGV)
29
29
  exit(IRPack::Application.run(args))
30
30
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: irpack
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.6
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: 2011-12-24 00:00:00 +09:00
13
+ date: 2012-01-19 00:00:00 +09:00
14
14
  default_executable:
15
15
  dependencies: []
16
16