rubygems-compile 1.0.0rc3 → 1.0.1
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.
metadata
CHANGED
|
@@ -1,34 +1,28 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubygems-compile
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
version: 1.0.1
|
|
5
|
+
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Mark Rada
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2011-10-
|
|
13
|
-
default_executable:
|
|
12
|
+
date: 2011-10-18 00:00:00.000000000 Z
|
|
14
13
|
dependencies:
|
|
15
14
|
- !ruby/object:Gem::Dependency
|
|
16
15
|
name: minitest
|
|
17
|
-
|
|
18
|
-
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirement: &70340768600960 !ruby/object:Gem::Requirement
|
|
19
17
|
none: false
|
|
20
18
|
requirements:
|
|
21
|
-
- - '>='
|
|
19
|
+
- - ! '>='
|
|
22
20
|
- !ruby/object:Gem::Version
|
|
23
21
|
version: 2.6.1
|
|
24
22
|
type: :development
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
- - '>='
|
|
29
|
-
- !ruby/object:Gem::Version
|
|
30
|
-
version: 2.6.1
|
|
31
|
-
description: 'A trio of rubygems commands that interface with the MacRuby compiler.
|
|
23
|
+
prerelease: false
|
|
24
|
+
version_requirements: *70340768600960
|
|
25
|
+
description: ! 'A trio of rubygems commands that interface with the MacRuby compiler.
|
|
32
26
|
|
|
33
27
|
'
|
|
34
28
|
email: mrada@marketcircle.com
|
|
@@ -58,11 +52,10 @@ files:
|
|
|
58
52
|
- .gemtest
|
|
59
53
|
- LICENSE.txt
|
|
60
54
|
- README.markdown
|
|
61
|
-
has_rdoc: true
|
|
62
55
|
homepage: http://github.com/ferrous26/rubygems-compile
|
|
63
56
|
licenses:
|
|
64
57
|
- MIT
|
|
65
|
-
post_install_message: "\n***********************************************************\n\nPlease
|
|
58
|
+
post_install_message: ! "\n***********************************************************\n\nPlease
|
|
66
59
|
uninstall previous versions of this gem, or else\nrubygems will try to load each
|
|
67
60
|
version of the gem.\n\nThis version of rubygems-compile requires MacRuby 0.11 or\nnewer;
|
|
68
61
|
the functionality has changed significantly since\npre-1.0 releases, see the README:\n\n
|
|
@@ -73,18 +66,18 @@ require_paths:
|
|
|
73
66
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
74
67
|
none: false
|
|
75
68
|
requirements:
|
|
76
|
-
- - '>='
|
|
69
|
+
- - ! '>='
|
|
77
70
|
- !ruby/object:Gem::Version
|
|
78
|
-
version:
|
|
71
|
+
version: '0'
|
|
79
72
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
73
|
none: false
|
|
81
74
|
requirements:
|
|
82
|
-
- - '
|
|
75
|
+
- - ! '>='
|
|
83
76
|
- !ruby/object:Gem::Version
|
|
84
|
-
version:
|
|
77
|
+
version: '0'
|
|
85
78
|
requirements: []
|
|
86
79
|
rubyforge_project:
|
|
87
|
-
rubygems_version: 1.
|
|
80
|
+
rubygems_version: 1.8.10
|
|
88
81
|
signing_key:
|
|
89
82
|
specification_version: 3
|
|
90
83
|
summary: A trio of rubygems commands that interface with the MacRuby compiler
|