newcocoa 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -17,7 +17,7 @@ HOMEPATH = "http://#{RUBYFORGE_PROJECT}.rubyforge.org"
17
17
  BIN_FILES = %w( newcocoa )
18
18
  #REV = `svn info`[/Revision: (\d+)/, 1]
19
19
  #VERS = '0.0.1' + (REV ? ".#{REV}" : '')
20
- VERS = '0.0.2'
20
+ VERS = '0.0.3'
21
21
 
22
22
 
23
23
 
@@ -4,9 +4,19 @@
4
4
  <dict>
5
5
  <key>IBDocumentLocation</key>
6
6
  <string>69 10 356 240 0 0 1280 778 </string>
7
+ <key>IBEditorPositions</key>
8
+ <dict>
9
+ <key>29</key>
10
+ <string>69 255 338 44 0 0 1280 778 </string>
11
+ </dict>
7
12
  <key>IBFramework Version</key>
8
13
  <string>443.0</string>
14
+ <key>IBOpenObjects</key>
15
+ <array>
16
+ <integer>21</integer>
17
+ <integer>29</integer>
18
+ </array>
9
19
  <key>IBSystem Version</key>
10
- <string>8L2127</string>
20
+ <string>8P2137</string>
11
21
  </dict>
12
22
  </plist>
data/templates/Rakefile CHANGED
@@ -12,7 +12,7 @@ TARGET = "#{APPNAME}.app"
12
12
  VERSION = "rev#{`svn info`[/Revision: (\d+)/, 1]}"
13
13
  RESOURCES = ['*.rb', '*.lproj', 'Credits.*', '*.icns']
14
14
  PKGINC = [TARGET, 'README', 'html', 'client']
15
- LOCALENIB = ['Japanese.lproj/Main.nib']
15
+ LOCALENIB = [] #['Japanese.lproj/Main.nib']
16
16
  PUBLISH = 'yourname@yourhost:path'
17
17
 
18
18
  BUNDLEID = "rubyapp.#{APPNAME}"
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: newcocoa
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.2
7
- date: 2007-03-25 00:00:00 +09:00
6
+ version: 0.0.3
7
+ date: 2007-03-28 00:00:00 +09:00
8
8
  summary: Generate new Ruby/Cocoa Application skelton.
9
9
  require_paths:
10
10
  - lib