Sha256: a7e32c64acc885b0e98047b9e1c3a34ad3ba87cb4206e5def74c51a16f580ac4

Contents?: true

Size: 281 Bytes

Versions: 2

Compression:

Stored size: 281 Bytes

Contents

#!/usr/bin/env ruby
#
# This is a very simply testing script to allow for testing of local changes without having to install the gem locally
#

require 'json'

$LOAD_PATH.unshift('./lib')

require 'bundler/setup'
require 'github-ripper'

options = {}

pp GithubRipper.rip(options)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
github-ripper-0.1.1 testing/get-raw.rb
github-ripper-0.1.0 testing/get-raw.rb