Sha256: 11e41dc8e3a2eb5f6ef8ae0ab3895cade0cd134c332e95a5d33253433b510732

Contents?: true

Size: 170 Bytes

Versions: 5

Compression:

Stored size: 170 Bytes

Contents

#!/usr/bin/env ruby

begin
  require 'github_snapshot'
rescue LoadError
  require 'rubygems'
  require 'github_snapshot'
end

gs = GithubSnapshot::Snapshot.new
gs.backup

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
github_snapshot-0.1.4 bin/github_snapshot
github_snapshot-0.1.3 bin/github_snapshot
github_snapshot-0.1.2 bin/github_snapshot
github_snapshot-0.1.1 bin/github_snapshot
github_snapshot-0.1.0 bin/github_snapshot