rcee_precompiled 0.7.0 → 0.8.0

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.
@@ -30,6 +30,7 @@ Gem::Specification.new do |spec|
30
30
  "ext/precompiled/precompiled.h",
31
31
  "lib/rcee/precompiled.rb",
32
32
  "lib/rcee/precompiled/version.rb",
33
+ "patches/libyaml/0001-Update-config.guess-and-config.sub-to-the-versions-p.patch",
33
34
  "ports/archives/yaml-0.2.5.tar.gz",
34
35
  "rcee_precompiled.gemspec",
35
36
  ]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rcee_precompiled
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Dalessio
@@ -40,6 +40,7 @@ files:
40
40
  - ext/precompiled/precompiled.h
41
41
  - lib/rcee/precompiled.rb
42
42
  - lib/rcee/precompiled/version.rb
43
+ - patches/libyaml/0001-Update-config.guess-and-config.sub-to-the-versions-p.patch
43
44
  - ports/archives/yaml-0.2.5.tar.gz
44
45
  - rcee_precompiled.gemspec
45
46
  homepage: https://github.com/flavorjones/ruby-c-extensions-explained
@@ -60,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
60
61
  - !ruby/object:Gem::Version
61
62
  version: '0'
62
63
  requirements: []
63
- rubygems_version: 3.6.9
64
+ rubygems_version: 4.0.3
64
65
  specification_version: 4
65
66
  summary: Example gem demonstrating a basic C extension.
66
67
  test_files: []