core-source 0.2.6 → 0.2.7

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.
Files changed (1) hide show
  1. metadata +43 -41
metadata CHANGED
@@ -1,67 +1,69 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: core-source
3
- version: !ruby/object:Gem::Version
4
- prerelease: false
5
- segments:
6
- - 0
7
- - 2
8
- - 6
9
- version: 0.2.6
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.7
5
+ prerelease:
10
6
  platform: ruby
11
- authors:
7
+ authors:
12
8
  - Asher
13
9
  autorequire:
14
10
  bindir: bin
15
11
  cert_chain: []
16
-
17
- date: 2010-12-09 00:00:00 -05:00
18
- default_executable:
19
- dependencies: []
20
-
21
- description: Fork of ruby_core_source modified to support CFLAGS and permit use of whichever build system (mkmf, rpmkmf, or other modules) while utilizing core source. This fork was created because the existing ruby_core_source takes over the build definition, preventing definition of CFLAGS and other settings that mkmf requires be defined by an enclosing block.
12
+ date: 2012-10-25 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: minitar
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: '0'
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: '0'
30
+ description: Fork of ruby_core_source modified to support CFLAGS and permit use of
31
+ whichever build system (mkmf, rpmkmf, or other modules) while utilizing core source.
32
+ This fork was created because the existing ruby_core_source takes over the build
33
+ definition, preventing definition of CFLAGS and other settings that mkmf requires
34
+ be defined by an enclosing block.
22
35
  email: asher@ridiculouspower.com
23
36
  executables: []
24
-
25
37
  extensions: []
26
-
27
38
  extra_rdoc_files: []
28
-
29
- files:
39
+ files:
30
40
  - lib/contrib/progressbar.rb
31
41
  - lib/contrib/uri_ext.rb
32
42
  - lib/core-source.rb
33
43
  - README.rdoc
34
- has_rdoc: true
35
44
  homepage: http://rubygems.org/gems/core-source
36
45
  licenses: []
37
-
38
46
  post_install_message:
39
47
  rdoc_options: []
40
-
41
- require_paths:
48
+ require_paths:
42
49
  - lib
43
- required_ruby_version: !ruby/object:Gem::Requirement
50
+ required_ruby_version: !ruby/object:Gem::Requirement
44
51
  none: false
45
- requirements:
46
- - - ">="
47
- - !ruby/object:Gem::Version
48
- segments:
49
- - 0
50
- version: "0"
51
- required_rubygems_version: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ! '>='
54
+ - !ruby/object:Gem::Version
55
+ version: '0'
56
+ required_rubygems_version: !ruby/object:Gem::Requirement
52
57
  none: false
53
- requirements:
54
- - - ">="
55
- - !ruby/object:Gem::Version
56
- segments:
57
- - 0
58
- version: "0"
58
+ requirements:
59
+ - - ! '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
59
62
  requirements: []
60
-
61
63
  rubyforge_project: core-source
62
- rubygems_version: 1.3.7
64
+ rubygems_version: 1.8.24
63
65
  signing_key:
64
66
  specification_version: 3
65
- summary: Fork of ruby_core_source modified to support CFLAGS and permit use of whichever build system (mkmf, rpmkmf, or other modules) while utilizing core source.
67
+ summary: Fork of ruby_core_source modified to support CFLAGS and permit use of whichever
68
+ build system (mkmf, rpmkmf, or other modules) while utilizing core source.
66
69
  test_files: []
67
-