Sha256: 8a1954fbf95d4a941ae04e6ff446541f01c03ecee7099694f7ff166fbbab0c1e

Contents?: true

Size: 1.62 KB

Versions: 32

Compression:

Stored size: 1.62 KB

Contents

# The MIT License (MIT)

# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc.

# Permission is hereby granted, free of charge, to any person obtaining a copy of
# this software and associated documentation files (the "Software"), to deal in
# the Software without restriction, including without limitation the rights to
# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
# the Software, and to permit persons to whom the Software is furnished to do so,
# subject to the following conditions:

# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.

# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

RUBY_VERSION = File.read(File.join(File.dirname(__FILE__), '.ruby-version')).split('-').last.chomp

ruby '2.3.3', engine: 'ruby', engine_version: RUBY_VERSION

source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

# Specify your gem's dependencies in gzr.gemspec
gemspec
#gem 'looker-sdk', :git => 'git@github.com:looker/looker-sdk-ruby.git'
#gem 'tty', :git => 'git@github.com:piotrmurach/tty.git'
#gem 'tty-file', :git => 'git@github.com:piotrmurach/tty-file.git'

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
gazer-0.2.41 Gemfile
gazer-0.2.40 Gemfile
gazer-0.2.39 Gemfile
gazer-0.2.38 Gemfile
gazer-0.2.37 Gemfile
gazer-0.2.36 Gemfile
gazer-0.2.35 Gemfile
gazer-0.2.34 Gemfile
gazer-0.2.33 Gemfile
gazer-0.2.32 Gemfile
gazer-0.2.31 Gemfile
gazer-0.2.30 Gemfile
gazer-0.2.28 Gemfile
gazer-0.2.27 Gemfile
gazer-0.2.26 Gemfile
gazer-0.2.25 Gemfile
gazer-0.2.24 Gemfile
gazer-0.2.23 Gemfile
gazer-0.2.22 Gemfile
gazer-0.2.21 Gemfile