Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
gemfury / usr / lib / ruby / vendor_ruby / gemfury / bin / fury
Size: Mime:
#!/usr/bin/env ruby

lib = File.expand_path('../../lib', __FILE__)
$LOAD_PATH.unshift(lib) if File.directory?(lib) && !$LOAD_PATH.include?(lib)

require 'rubygems'
require 'gemfury'
require 'gemfury/command'

if defined?(Warning) && Warning.respond_to?('[]')
  Warning[:deprecated] = !!ENV['DEBUG']
end

Gemfury::Command::App.start