macgap 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -31,15 +31,15 @@
|
|
31
31
|
<key>DTPlatformVersion</key>
|
32
32
|
<string>GM</string>
|
33
33
|
<key>DTSDKBuild</key>
|
34
|
-
<string>
|
34
|
+
<string>11C74</string>
|
35
35
|
<key>DTSDKName</key>
|
36
|
-
<string
|
36
|
+
<string></string>
|
37
37
|
<key>DTXcode</key>
|
38
38
|
<string>0420</string>
|
39
39
|
<key>DTXcodeBuild</key>
|
40
40
|
<string>4D5163b</string>
|
41
41
|
<key>LSMinimumSystemVersion</key>
|
42
|
-
<string>10.
|
42
|
+
<string>10.6</string>
|
43
43
|
<key>NSMainNibFile</key>
|
44
44
|
<string>MainMenu</string>
|
45
45
|
<key>NSPrincipalClass</key>
|
Binary file
|
data/macgap.gemspec
CHANGED
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = "macgap"
|
6
|
-
s.version = "0.0.
|
6
|
+
s.version = "0.0.4"
|
7
7
|
s.authors = ["Alex MacCaw"]
|
8
8
|
s.email = ["info@eribium.org"]
|
9
9
|
s.homepage = "http://github.com/maccman/macgap-rb"
|
@@ -16,8 +16,4 @@ Gem::Specification.new do |s|
|
|
16
16
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
17
17
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
18
18
|
s.require_paths = ["lib"]
|
19
|
-
|
20
|
-
# specify any dependencies here; for example:
|
21
|
-
# s.add_development_dependency "rspec"
|
22
|
-
# s.add_runtime_dependency "rest-client"
|
23
19
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: macgap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-01-
|
12
|
+
date: 2012-01-28 00:00:00.000000000Z
|
13
13
|
dependencies: []
|
14
14
|
description: Command line utility for generating MacGap applications
|
15
15
|
email:
|