Sha256: 8fc382790b0980debaddb3227a07c55433cab57acd061dd02286f635fb4aa67b

Contents?: true

Size: 441 Bytes

Versions: 367

Compression:

Stored size: 441 Bytes

Contents

#!/usr/bin/env ruby

require 'fileutils'
include FileUtils::Verbose
require 'rbconfig'
include\
  begin
    RbConfig
  rescue NameError
    Config
  end

sitelibdir = CONFIG["sitelibdir"]
cd 'lib' do
  install('json.rb', sitelibdir)
  mkdir_p File.join(sitelibdir, 'json')
  for file in Dir['json/**/*}']
    d = File.join(sitelibdir, file)
    mkdir_p File.dirname(d)
    install(file, d)
  end
end
warn " *** Installed PURE ruby library."

Version data entries

367 entries across 327 versions & 61 rubygems

Version Path
alloy_sdk-0.1.0 vendor/bundle/ruby/3.0.0/gems/json-1.8.6/install.rb
alloy_sdk-0.1.0 vendor/bundle/ruby/2.6.0/gems/json-1.8.6/install.rb
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/3.0.0/gems/tdiary-5.1.4/vendor/bundle/ruby/2.7.0/gems/json-2.3.1/install.rb
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/3.0.0/gems/json-2.3.1/install.rb
tdiary-5.1.5 vendor/bundle/ruby/3.0.0/gems/json-2.3.1/install.rb
tdiary-5.1.5 vendor/bundle/ruby/3.0.0/gems/tdiary-5.1.4/vendor/bundle/ruby/2.7.0/gems/json-2.3.1/install.rb
video_chat_get-0.1.9 vendor/bundle/ruby/2.5.0/gems/json-2.3.0/install.rb
json_pure-2.4.0 install.rb
json-2.4.0 install.rb
tdiary-5.1.4 vendor/bundle/ruby/2.7.0/gems/json-2.3.1/install.rb
video_chat_get-0.1.6 vendor/bundle/ruby/2.5.0/gems/json-2.3.0/install.rb
cloudsmith-api-0.54.15 vendor/bundle/ruby/2.6.0/gems/json-2.3.1/install.rb
cloudsmith-api-0.53.79 vendor/bundle/ruby/2.6.0/gems/json-2.3.1/install.rb
cloudsmith-api-0.53.17 vendor/bundle/ruby/2.6.0/gems/json-2.3.1/install.rb
cloudsmith-api-0.53.3 vendor/bundle/ruby/2.6.0/gems/json-2.3.1/install.rb
cloudsmith-api-0.53.1 vendor/bundle/ruby/2.6.0/gems/json-2.3.1/install.rb
grape-extra_validators-2.0.0 vendor/bundle/ruby/2.6.0/gems/json-2.3.1/install.rb
cloudsmith-api-0.52.121 vendor/bundle/ruby/2.6.0/gems/json-2.3.1/install.rb
cloudsmith-api-0.52.92 vendor/bundle/ruby/2.6.0/gems/json-2.3.1/install.rb
cloudsmith-api-0.52.79 vendor/bundle/ruby/2.6.0/gems/json-2.3.1/install.rb