Sha256: aa5b9beb7e3357d59feafb60d61abd582b622da70ecd79b18fe8717c49162124
Contents?: true
Size: 318 Bytes
Versions: 5
Compression:
Stored size: 318 Bytes
Contents
## # This module provides a simple interface to GitHub's release assets module Targit class << self ## # Insert a helper .new() method for creating a new Cache object def new(*args) self::Asset.new(*args) end end end require 'targit/version' require 'targit/asset' require 'targit/release'
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
targit-0.0.6 | lib/targit.rb |
targit-0.0.5 | lib/targit.rb |
targit-0.0.4 | lib/targit.rb |
targit-0.0.3 | lib/targit.rb |
targit-0.0.2 | lib/targit.rb |