bundler

package
v0.0.0-...-586fb1d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 27, 2021 License: MIT Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// docker run --name bundler --rm -it ruby:2.6 bash
	// bundle init
	// bundle add dotenv json faker rubocop pry
	// bundler show | grep "*" | grep -v bundler | awk '{if(match($0, /\((.*)\)/)) printf("{\""$2"\", \""substr($0, RSTART+1, RLENGTH-2)"\"},\n");}'
	BundlerNormal = []types.Library{
		{"ast", "2.4.0"},
		{"coderay", "1.1.2"},
		{"concurrent-ruby", "1.1.5"},
		{"dotenv", "2.7.2"},
		{"faker", "1.9.3"},
		{"i18n", "1.6.0"},
		{"jaro_winkler", "1.5.2"},
		{"json", "2.2.0"},
		{"method_source", "0.9.2"},
		{"parallel", "1.17.0"},
		{"parser", "2.6.3.0"},
		{"pry", "0.12.2"},
		{"psych", "3.1.0"},
		{"rainbow", "3.0.0"},
		{"rubocop", "0.67.2"},
		{"ruby-progressbar", "1.10.0"},
		{"unicode-display_width", "1.5.0"},
	}

	// docker run --name bundler --rm -it ruby:2.6 bash
	// bundle init
	// bundle add dotenv json faker rubocop pry
	// bundle add rails
	// bundler show | grep "*" | grep -v bundler | awk '{if(match($0, /\((.*)\)/)) printf("{\""$2"\", \""substr($0, RSTART+1, RLENGTH-2)"\"},\n");}'
	BundlerRails = []types.Library{
		{"actioncable", "5.2.3"},
		{"actionmailer", "5.2.3"},
		{"actionpack", "5.2.3"},
		{"actionview", "5.2.3"},
		{"activejob", "5.2.3"},
		{"activemodel", "5.2.3"},
		{"activerecord", "5.2.3"},
		{"activestorage", "5.2.3"},
		{"activesupport", "5.2.3"},
		{"arel", "9.0.0"},
		{"ast", "2.4.0"},
		{"builder", "3.2.3"},
		{"coderay", "1.1.2"},
		{"concurrent-ruby", "1.1.5"},
		{"crass", "1.0.4"},
		{"dotenv", "2.7.2"},
		{"erubi", "1.8.0"},
		{"faker", "1.9.3"},
		{"globalid", "0.4.2"},
		{"i18n", "1.6.0"},
		{"jaro_winkler", "1.5.2"},
		{"json", "2.2.0"},
		{"loofah", "2.2.3"},
		{"mail", "2.7.1"},
		{"marcel", "0.3.3"},
		{"method_source", "0.9.2"},
		{"mimemagic", "0.3.3"},
		{"mini_mime", "1.0.1"},
		{"mini_portile2", "2.4.0"},
		{"minitest", "5.11.3"},
		{"nio4r", "2.3.1"},
		{"nokogiri", "1.10.3"},
		{"parallel", "1.17.0"},
		{"parser", "2.6.3.0"},
		{"pry", "0.12.2"},
		{"psych", "3.1.0"},
		{"rack", "2.0.7"},
		{"rack-test", "1.1.0"},
		{"rails", "5.2.3"},
		{"rails-dom-testing", "2.0.3"},
		{"rails-html-sanitizer", "1.0.4"},
		{"railties", "5.2.3"},
		{"rainbow", "3.0.0"},
		{"rake", "12.3.2"},
		{"rubocop", "0.67.2"},
		{"ruby-progressbar", "1.10.0"},
		{"sprockets", "3.7.2"},
		{"sprockets-rails", "3.2.1"},
		{"thor", "0.20.3"},
		{"thread_safe", "0.3.6"},
		{"tzinfo", "1.2.5"},
		{"unicode-display_width", "1.5.0"},
		{"websocket-driver", "0.7.0"},
		{"websocket-extensions", "0.1.3"},
	}
	// docker run --name bundler --rm -it ruby:2.6 bash
	// bundle init
	// bundle add dotenv json faker rubocop pry
	// bundle add rails
	// bundle add sinatra multi-json thor sass aws-sdk faraday
	// bundler show | grep "*" | grep -v bundler | awk '{if(match($0, /\((.*)\)/)) printf("{\""$2"\", \""substr($0, RSTART+1, RLENGTH-2)"\"},\n");}'
	BundlerMany = []types.Library{}/* 247 elements not displayed */

)

Functions

func Parse

func Parse(r io.Reader) ([]types.Library, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL