This repository has been archived by the owner on May 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 382
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add results from bundle install --path vendor/cache
- Loading branch information
Jay Boyd
committed
May 30, 2018
1 parent
9b8177a
commit efedd4c
Showing
3,788 changed files
with
377,310 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,8 @@ exclude: | |
- proposals | ||
- v1 | ||
|
||
exclude: [vendor] | ||
|
||
plugins: | ||
- jekyll-feed | ||
- jekyll-sitemap | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#!/usr/bin/env ruby | ||
# | ||
# This file was generated by RubyGems. | ||
# | ||
# The application 'coderay' is installed as part of a gem, and | ||
# this file is here to facilitate running it. | ||
# | ||
|
||
require 'rubygems' | ||
|
||
version = ">= 0.a" | ||
|
||
if ARGV.first | ||
str = ARGV.first | ||
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding | ||
if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then | ||
version = $1 | ||
ARGV.shift | ||
end | ||
end | ||
|
||
if Gem.respond_to?(:activate_bin_path) | ||
load Gem.activate_bin_path('coderay', 'coderay', version) | ||
else | ||
gem "coderay", version | ||
load Gem.bin_path("coderay", "coderay", version) | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#!/usr/bin/env ruby | ||
# | ||
# This file was generated by RubyGems. | ||
# | ||
# The application 'jekyll' is installed as part of a gem, and | ||
# this file is here to facilitate running it. | ||
# | ||
|
||
require 'rubygems' | ||
|
||
version = ">= 0.a" | ||
|
||
if ARGV.first | ||
str = ARGV.first | ||
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding | ||
if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then | ||
version = $1 | ||
ARGV.shift | ||
end | ||
end | ||
|
||
if Gem.respond_to?(:activate_bin_path) | ||
load Gem.activate_bin_path('jekyll', 'jekyll', version) | ||
else | ||
gem "jekyll", version | ||
load Gem.bin_path("jekyll", "jekyll", version) | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#!/usr/bin/env ruby | ||
# | ||
# This file was generated by RubyGems. | ||
# | ||
# The application 'kramdown' is installed as part of a gem, and | ||
# this file is here to facilitate running it. | ||
# | ||
|
||
require 'rubygems' | ||
|
||
version = ">= 0.a" | ||
|
||
if ARGV.first | ||
str = ARGV.first | ||
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding | ||
if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then | ||
version = $1 | ||
ARGV.shift | ||
end | ||
end | ||
|
||
if Gem.respond_to?(:activate_bin_path) | ||
load Gem.activate_bin_path('kramdown', 'kramdown', version) | ||
else | ||
gem "kramdown", version | ||
load Gem.bin_path("kramdown", "kramdown", version) | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#!/usr/bin/env ruby | ||
# | ||
# This file was generated by RubyGems. | ||
# | ||
# The application 'listen' is installed as part of a gem, and | ||
# this file is here to facilitate running it. | ||
# | ||
|
||
require 'rubygems' | ||
|
||
version = ">= 0.a" | ||
|
||
if ARGV.first | ||
str = ARGV.first | ||
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding | ||
if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then | ||
version = $1 | ||
ARGV.shift | ||
end | ||
end | ||
|
||
if Gem.respond_to?(:activate_bin_path) | ||
load Gem.activate_bin_path('listen', 'listen', version) | ||
else | ||
gem "listen", version | ||
load Gem.bin_path("listen", "listen", version) | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#!/usr/bin/env ruby | ||
# | ||
# This file was generated by RubyGems. | ||
# | ||
# The application 'pry' is installed as part of a gem, and | ||
# this file is here to facilitate running it. | ||
# | ||
|
||
require 'rubygems' | ||
|
||
version = ">= 0.a" | ||
|
||
if ARGV.first | ||
str = ARGV.first | ||
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding | ||
if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then | ||
version = $1 | ||
ARGV.shift | ||
end | ||
end | ||
|
||
if Gem.respond_to?(:activate_bin_path) | ||
load Gem.activate_bin_path('pry', 'pry', version) | ||
else | ||
gem "pry", version | ||
load Gem.bin_path("pry", "pry", version) | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#!/usr/bin/env ruby | ||
# | ||
# This file was generated by RubyGems. | ||
# | ||
# The application 'rouge' is installed as part of a gem, and | ||
# this file is here to facilitate running it. | ||
# | ||
|
||
require 'rubygems' | ||
|
||
version = ">= 0.a" | ||
|
||
if ARGV.first | ||
str = ARGV.first | ||
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding | ||
if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then | ||
version = $1 | ||
ARGV.shift | ||
end | ||
end | ||
|
||
if Gem.respond_to?(:activate_bin_path) | ||
load Gem.activate_bin_path('rouge', 'rougify', version) | ||
else | ||
gem "rouge", version | ||
load Gem.bin_path("rouge", "rougify", version) | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#!/usr/bin/env ruby | ||
# | ||
# This file was generated by RubyGems. | ||
# | ||
# The application 'safe_yaml' is installed as part of a gem, and | ||
# this file is here to facilitate running it. | ||
# | ||
|
||
require 'rubygems' | ||
|
||
version = ">= 0.a" | ||
|
||
if ARGV.first | ||
str = ARGV.first | ||
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding | ||
if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then | ||
version = $1 | ||
ARGV.shift | ||
end | ||
end | ||
|
||
if Gem.respond_to?(:activate_bin_path) | ||
load Gem.activate_bin_path('safe_yaml', 'safe_yaml', version) | ||
else | ||
gem "safe_yaml", version | ||
load Gem.bin_path("safe_yaml", "safe_yaml", version) | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#!/usr/bin/env ruby | ||
# | ||
# This file was generated by RubyGems. | ||
# | ||
# The application 'sass' is installed as part of a gem, and | ||
# this file is here to facilitate running it. | ||
# | ||
|
||
require 'rubygems' | ||
|
||
version = ">= 0.a" | ||
|
||
if ARGV.first | ||
str = ARGV.first | ||
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding | ||
if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then | ||
version = $1 | ||
ARGV.shift | ||
end | ||
end | ||
|
||
if Gem.respond_to?(:activate_bin_path) | ||
load Gem.activate_bin_path('sass', 'sass', version) | ||
else | ||
gem "sass", version | ||
load Gem.bin_path("sass", "sass", version) | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#!/usr/bin/env ruby | ||
# | ||
# This file was generated by RubyGems. | ||
# | ||
# The application 'sass' is installed as part of a gem, and | ||
# this file is here to facilitate running it. | ||
# | ||
|
||
require 'rubygems' | ||
|
||
version = ">= 0.a" | ||
|
||
if ARGV.first | ||
str = ARGV.first | ||
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding | ||
if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then | ||
version = $1 | ||
ARGV.shift | ||
end | ||
end | ||
|
||
if Gem.respond_to?(:activate_bin_path) | ||
load Gem.activate_bin_path('sass', 'sass-convert', version) | ||
else | ||
gem "sass", version | ||
load Gem.bin_path("sass", "sass-convert", version) | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#!/usr/bin/env ruby | ||
# | ||
# This file was generated by RubyGems. | ||
# | ||
# The application 'sass' is installed as part of a gem, and | ||
# this file is here to facilitate running it. | ||
# | ||
|
||
require 'rubygems' | ||
|
||
version = ">= 0.a" | ||
|
||
if ARGV.first | ||
str = ARGV.first | ||
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding | ||
if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then | ||
version = $1 | ||
ARGV.shift | ||
end | ||
end | ||
|
||
if Gem.respond_to?(:activate_bin_path) | ||
load Gem.activate_bin_path('sass', 'scss', version) | ||
else | ||
gem "sass", version | ||
load Gem.bin_path("sass", "scss", version) | ||
end |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+63.5 KB
docsite/vendor/cache/ruby/2.5.0/cache/coffee-script-source-1.12.2.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+12.5 KB
docsite/vendor/cache/ruby/2.5.0/cache/jekyll-github-metadata-2.9.4.gem
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+5.5 KB
docsite/vendor/cache/ruby/2.5.0/cache/jekyll-optional-front-matter-0.3.0.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+15.5 KB
docsite/vendor/cache/ruby/2.5.0/cache/jekyll-redirect-from-0.13.0.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+80.5 KB
docsite/vendor/cache/ruby/2.5.0/cache/jekyll-theme-architect-0.0.3.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+11.5 KB
docsite/vendor/cache/ruby/2.5.0/cache/jekyll-theme-modernist-0.0.3.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+23 KB
docsite/vendor/cache/ruby/2.5.0/cache/jekyll-theme-time-machine-0.0.3.gem
Binary file not shown.
Binary file added
BIN
+7.5 KB
docsite/vendor/cache/ruby/2.5.0/cache/jekyll-titles-from-headings-0.5.1.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+12.5 KB
docsite/vendor/cache/ruby/2.5.0/cache/unicode-display_width-1.3.0.gem
Binary file not shown.
Binary file added
BIN
+432 KB
docsite/vendor/cache/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.9.23/ffi_c.so
Binary file not shown.
Empty file.
63 changes: 63 additions & 0 deletions
63
docsite/vendor/cache/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.9.23/gem_make.out
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
current directory: /srv/jekyll/vendor/cache/ruby/2.5.0/gems/ffi-1.9.23/ext/ffi_c | ||
/usr/local/bin/ruby -r ./siteconf20180530-28-fo927s.rb extconf.rb | ||
checking for ffi_call() in -lffi... yes | ||
checking for ffi_closure_alloc()... yes | ||
checking for ffi_raw_call()... yes | ||
checking for ffi_prep_raw_closure()... yes | ||
checking for shlwapi.h... no | ||
checking for rb_thread_blocking_region()... no | ||
checking for rb_thread_call_with_gvl()... yes | ||
checking for rb_thread_call_without_gvl()... yes | ||
checking for ffi_prep_cif_var()... yes | ||
creating extconf.h | ||
creating Makefile | ||
|
||
current directory: /srv/jekyll/vendor/cache/ruby/2.5.0/gems/ffi-1.9.23/ext/ffi_c | ||
make "DESTDIR=" clean | ||
|
||
current directory: /srv/jekyll/vendor/cache/ruby/2.5.0/gems/ffi-1.9.23/ext/ffi_c | ||
make "DESTDIR=" | ||
compiling AbstractMemory.c | ||
compiling ArrayType.c | ||
compiling Buffer.c | ||
compiling Call.c | ||
In file included from Call.h:36:0, | ||
from Function.h:48, | ||
from Call.c:57: | ||
Call.c: In function 'rbffi_do_blocking_call': | ||
Thread.h:78:39: warning: implicit declaration of function 'rb_thread_call_without_gvl' [-Wimplicit-function-declaration] | ||
# define rbffi_thread_blocking_region rb_thread_call_without_gvl | ||
^ | ||
Call.c:334:5: note: in expansion of macro 'rbffi_thread_blocking_region' | ||
rbffi_thread_blocking_region(call_blocking_function, data, (void *) -1, NULL); | ||
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
compiling Closure.c | ||
compiling DataConverter.c | ||
compiling DynamicLibrary.c | ||
compiling Function.c | ||
Function.c: In function 'async_cb_event': | ||
Function.c:569:9: warning: implicit declaration of function 'rb_thread_call_without_gvl' [-Wimplicit-function-declaration] | ||
rb_thread_call_without_gvl(async_cb_wait, &w, async_cb_stop, &w); | ||
^~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
compiling FunctionInfo.c | ||
compiling LastError.c | ||
compiling LongDouble.c | ||
compiling MappedType.c | ||
compiling MemoryPointer.c | ||
compiling MethodHandle.c | ||
compiling Platform.c | ||
compiling Pointer.c | ||
compiling Struct.c | ||
compiling StructByReference.c | ||
compiling StructByValue.c | ||
compiling StructLayout.c | ||
compiling Thread.c | ||
compiling Type.c | ||
compiling Types.c | ||
compiling Variadic.c | ||
compiling ffi.c | ||
linking shared-object ffi_c.so | ||
|
||
current directory: /srv/jekyll/vendor/cache/ruby/2.5.0/gems/ffi-1.9.23/ext/ffi_c | ||
make "DESTDIR=" install | ||
/usr/bin/install -c -m 0755 ffi_c.so ./.gem.20180530-28-13xsf9c |
Oops, something went wrong.