Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
add results from bundle install --path vendor/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Boyd committed May 30, 2018
1 parent 9b8177a commit efedd4c
Show file tree
Hide file tree
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.
2 changes: 2 additions & 0 deletions docsite/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ exclude:
- proposals
- v1

exclude: [vendor]

plugins:
- jekyll-feed
- jekyll-sitemap
Expand Down
Binary file added docsite/vendor/cache/addressable-2.5.2.gem
Binary file not shown.
Binary file added docsite/vendor/cache/coderay-1.1.2.gem
Binary file not shown.
Binary file added docsite/vendor/cache/coffee-script-2.4.1.gem
Binary file not shown.
Binary file not shown.
Binary file added docsite/vendor/cache/colorator-1.1.0.gem
Binary file not shown.
Binary file added docsite/vendor/cache/ethon-0.11.0.gem
Binary file not shown.
Binary file added docsite/vendor/cache/execjs-2.7.0.gem
Binary file not shown.
Binary file added docsite/vendor/cache/faraday-0.14.0.gem
Binary file not shown.
Binary file added docsite/vendor/cache/ffi-1.9.23.gem
Binary file not shown.
Binary file not shown.
Binary file added docsite/vendor/cache/jekyll-3.6.0.gem
Binary file not shown.
Binary file added docsite/vendor/cache/jekyll-avatar-0.6.0.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added docsite/vendor/cache/jekyll-feed-0.9.3.gem
Binary file not shown.
Binary file added docsite/vendor/cache/jekyll-gist-1.5.0.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added docsite/vendor/cache/jekyll-paginate-1.1.0.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added docsite/vendor/cache/jekyll-seo-tag-2.4.0.gem
Binary file not shown.
Binary file added docsite/vendor/cache/jekyll-sitemap-1.2.0.gem
Binary file not shown.
Binary file added docsite/vendor/cache/jekyll-swiss-0.4.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 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 docsite/vendor/cache/jekyll-watch-1.5.1.gem
Binary file not shown.
Binary file added docsite/vendor/cache/jekyll-youtube-1.0.0.gem
Binary file not shown.
Binary file added docsite/vendor/cache/json-1.8.6.gem
Binary file not shown.
Binary file added docsite/vendor/cache/kramdown-1.16.2.gem
Binary file not shown.
Binary file added docsite/vendor/cache/liquid-4.0.0.gem
Binary file not shown.
Binary file added docsite/vendor/cache/listen-3.1.5.gem
Binary file not shown.
Binary file added docsite/vendor/cache/mercenary-0.3.6.gem
Binary file not shown.
Binary file added docsite/vendor/cache/method_source-0.9.0.gem
Binary file not shown.
Binary file added docsite/vendor/cache/minima-2.4.1.gem
Binary file not shown.
Binary file added docsite/vendor/cache/multipart-post-2.0.0.gem
Binary file not shown.
Binary file added docsite/vendor/cache/octokit-4.8.0.gem
Binary file not shown.
Binary file added docsite/vendor/cache/pathutil-0.16.1.gem
Binary file not shown.
Binary file added docsite/vendor/cache/pry-0.11.3.gem
Binary file not shown.
Binary file added docsite/vendor/cache/public_suffix-3.0.2.gem
Binary file not shown.
Binary file added docsite/vendor/cache/rb-fsevent-0.10.3.gem
Binary file not shown.
Binary file added docsite/vendor/cache/rb-inotify-0.9.10.gem
Binary file not shown.
Binary file added docsite/vendor/cache/rouge-2.2.1.gem
Binary file not shown.
27 changes: 27 additions & 0 deletions docsite/vendor/cache/ruby/2.5.0/bin/coderay
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
27 changes: 27 additions & 0 deletions docsite/vendor/cache/ruby/2.5.0/bin/jekyll
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
27 changes: 27 additions & 0 deletions docsite/vendor/cache/ruby/2.5.0/bin/kramdown
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
27 changes: 27 additions & 0 deletions docsite/vendor/cache/ruby/2.5.0/bin/listen
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
27 changes: 27 additions & 0 deletions docsite/vendor/cache/ruby/2.5.0/bin/pry
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
27 changes: 27 additions & 0 deletions docsite/vendor/cache/ruby/2.5.0/bin/rougify
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
27 changes: 27 additions & 0 deletions docsite/vendor/cache/ruby/2.5.0/bin/safe_yaml
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
27 changes: 27 additions & 0 deletions docsite/vendor/cache/ruby/2.5.0/bin/sass
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
27 changes: 27 additions & 0 deletions docsite/vendor/cache/ruby/2.5.0/bin/sass-convert
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
27 changes: 27 additions & 0 deletions docsite/vendor/cache/ruby/2.5.0/bin/scss
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 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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Loading

0 comments on commit efedd4c

Please sign in to comment.