newcocoa 0.0.2 → 0.0.3
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/Rakefile
CHANGED
@@ -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>
|
20
|
+
<string>8P2137</string>
|
11
21
|
</dict>
|
12
22
|
</plist>
|
Binary file
|
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.
|
7
|
-
date: 2007-03-
|
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
|