This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# A generated gemspec file using Bundler | |
# coding: utf-8 | |
lib = File.expand_path('../lib', __FILE__) | |
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) | |
require 'test/version' | |
Gem::Specification.new do |spec| | |
spec.name = "test" | |
spec.version = Test::VERSION |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Part of Bundler's gemspec | |
spec.files = `git ls-files -z`.split("\x0") | |
spec.files += Dir.glob('lib/bundler/man/**/*') # man/ is ignored by git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Part of Vagrant's gemspec | |
# The following block of code determines the files that should be included | |
# in the gem. It does this by reading all the files in the directory where | |
# this gemspec is, and parsing out the ignored files from the gitignore. | |
# Note that the entire gitignore(5) syntax is not supported, specifically | |
# the "!" syntax, but it should mostly work correctly. | |
root_path = File.dirname(__FILE__) | |
all_files = Dir.chdir(root_path) { Dir.glob("**/{*,.*}") } | |
all_files.reject! { |file| [".", ".."].include?(File.basename(file)) } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am chrisarcand on github. | |
* I am chrisarcand (https://keybase.io/chrisarcand) on keybase. | |
* I have a public key whose fingerprint is B981 8DC2 EE0C 17C3 75CF FA3C 6AF1 7E89 449B D250 | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# What do you suppose the output of the examples are? | |
# Note: If you want to tinker executing these, don't just copy paste the entire file | |
# as defining everything in the same file acts differently (expected effects of reopening constants) | |
############## EXAMPLE 1 ############## | |
module NameHelper | |
def full_name | |
"#{first_name} #{last_name}" | |
end | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public static boolean isUserAMonkey () /* Since: API Level 8 */ | |
... | |
/* Returns "true" if the user interface is currently being messed with by a monkey. */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
organizations: | |
rails: Rails | |
rspec: RSpec | |
ManageIQ: ManageIQ | |
repositories: | |
rspec-expectations: RSpec/rspec-expectations | |
dug: dug | |
dotfiles: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
begin | |
require "bundler/inline" | |
rescue LoadError => e | |
$stderr.puts "Bundler version 1.10 or later is required. Please update your Bundler" | |
raise e | |
end | |
gemfile(true) do | |
source "https://rubygems.org" | |
# Activate the gem you are reporting the issue against. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
These failures occur locally but not on Travis. | |
Got them running Ruby 2.3 and 2.4, with region 0 and a non-zero region. | |
Failures: | |
1) VMDB::Util.add_zip_entry(private) entry is a symlink to origin file, origin file is added with symlink's name | |
Failure/Error: zip.add(zip_entry, File.realpath(file_path)) | |
#<Double (anonymous)> received :add with unexpected arguments |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GIT | |
remote: https://github.com/ManageIQ/handsoap.git | |
revision: b1247a733ca35d13574526cafb106148ad2d673d | |
tag: v0.2.5-5 | |
specs: | |
handsoap (0.2.5) | |
nokogiri (>= 1.2.3) | |
GIT | |
remote: https://github.com/ManageIQ/manageiq-gems-pending.git |
OlderNewer