Skip to content

Commit

Permalink
-v オプションでバージョン表示するようにした
Browse files Browse the repository at this point in the history
  • Loading branch information
gnue committed Jun 9, 2012
1 parent 2d83a4f commit 974e7c3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.rdoc
Expand Up @@ -2,7 +2,7 @@
= AdHocビルドのipaファイルからiOSデバイスに直接インストールするための plist と HTML を生成する

Authors:: GNUE(鵺)
Version:: 1.2.3 2011-04-04 gnue
Version:: 1.2.4 2012-06-09 gnue
Copyright:: Copyright (C) gnue, 2011-2012. All rights reserved.
License:: MIT ライセンスに準拠

Expand Down Expand Up @@ -45,6 +45,11 @@ config.json と template.html の生成

== 開発履歴

* 1.2.4 2012-06-09
* ruby 1.9系において CFPropertyList::List.new でバイナリデータを読込もうとするとエラーになる問題に対応
* コマンド引数で * を指定したときに .ipa ファイル以外のファイルやディレクトリが対象になってしまいエラーになる問題に対応
* コマンド引数の解析を変更
* -v オプションでバージョン表示するようにした
* 1.2.3 2012-04-04
* 入力ファイルと出力ディレクトリが同じときエラーになってしまう問題を修正
* 出力ディレクトリの自動作成で途中のディレクトリも作成するようにした
Expand Down
8 changes: 7 additions & 1 deletion ipa2adhoc.rb
Expand Up @@ -6,7 +6,7 @@
= AdHocビルドのipaファイルからiOSデバイスに直接インストールするための plist と HTML を生成する
Authors:: GNUE(鵺)
Version:: 1.2.3 2011-04-04 gnue
Version:: 1.2.4 2012-06-09 gnue
Copyright:: Copyright (C) gnue, 2011-2012. All rights reserved.
License:: MIT ライセンスに準拠
Expand Down Expand Up @@ -49,6 +49,11 @@
== 開発履歴
* 1.2.4 2012-06-09
* ruby 1.9系において CFPropertyList::List.new でバイナリデータを読込もうとするとエラーになる問題に対応
* コマンド引数で * を指定したときに .ipa ファイル以外のファイルやディレクトリが対象になってしまいエラーになる問題に対応
* コマンド引数の解析を変更
* -v オプションでバージョン表示するようにした
* 1.2.3 2012-04-04
* 入力ファイルと出力ディレクトリが同じときエラーになってしまう問題を修正
* 出力ディレクトリの自動作成で途中のディレクトリも作成するようにした
Expand Down Expand Up @@ -76,6 +81,7 @@
=end

Version = '1.2.4'

require 'rubygems'
require 'zipruby'
Expand Down

0 comments on commit 974e7c3

Please sign in to comment.