Sha256: 1db60339b6ac0046c292d55cb55e351c11c8cce5c548034637acbee3ed81846e

Contents?: true

Size: 391 Bytes

Versions: 56

Compression:

Stored size: 391 Bytes

Contents

#!/usr/bin/env ruby

require 'rbconfig'
require 'fileutils'
include FileUtils::Verbose

include Config

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

56 entries across 47 versions & 9 rubygems

Version Path
json-maglev--1.6.5 install.rb
json-maglev--1.6.4 install.rb
challah-0.6.2 vendor/bundle/gems/json-1.6.5/install.rb
challah-0.6.1 vendor/bundle/gems/json-1.6.5/install.rb
resque-pool-0.3.0 vendor/bundle/ruby/1.8/gems/json-1.6.5/install.rb
challah-0.6.0 vendor/bundle/gems/json-1.6.5/install.rb
challah-0.5.4 vendor/bundle/gems/json-1.6.5/install.rb
resque-pool-0.3.0.beta.2 vendor/bundle/ruby/1.8/gems/json-1.6.5/install.rb
challah-0.5.3 vendor/bundle/gems/json-1.6.5/install.rb
challah-0.5.2 vendor/bundle/gems/json-1.6.5/install.rb
challah-0.5.1 vendor/bundle/gems/json-1.6.5/install.rb
radiant-1.0.0 ruby-debug/ruby/1.8/gems/json-1.6.5/install.rb
radiant-1.0.0 ruby-debug/ruby/1.8/gems/json_pure-1.6.5/install.rb
challah-0.5.0 vendor/bundle/gems/json-1.6.5/install.rb
challah-0.4.1 vendor/bundle/gems/json-1.6.5/install.rb
challah-0.4.0 vendor/bundle/gems/json-1.6.5/install.rb
challah-0.3.5 vendor/bundle/gems/json-1.6.5/install.rb
challah-0.3.4 vendor/bundle/gems/json-1.6.5/install.rb
challah-0.3.3 vendor/bundle/gems/json-1.6.5/install.rb
challah-0.3.2 vendor/bundle/gems/json-1.6.5/install.rb