Skip to content

Instantly share code, notes, and snippets.

View hsbt's full-sized avatar
🏠
Working from home

Hiroshi SHIBATA hsbt

🏠
Working from home
View GitHub Profile
#!/usr/bin/env ruby
require "find"
require "pathname"
require "parallel"
RB_EXT_NAMES = %w[.rb .ru .gemspec .rake .cmd .gemfile .thor]
C_EXT_NAMES = %w[.c .h .cpp .hpp]
~/D/g/b/bundler (master) > gemsearch find_gemfile
bradm-0.3.9/lib/bundler/shared_helpers.rb: gemfile = find_gemfile
bradm-0.3.9/lib/bundler/shared_helpers.rb: find_gemfile
bradm-0.3.9/lib/bundler/shared_helpers.rb: def find_gemfile
bundler-2.0.2/lib/bundler/shared_helpers.rb: gemfile = find_gemfile
bundler-2.0.2/lib/bundler/shared_helpers.rb: gemfile = find_gemfile(:order_matters)
bundler-2.0.2/lib/bundler/shared_helpers.rb: find_gemfile
bundler-2.0.2/lib/bundler/shared_helpers.rb: def find_gemfile(order_matters = false)
bundler-2.0.2/lib/bundler/shared_helpers.rb: Bundler::SharedHelpers.set_env "BUNDLE_GEMFILE", find_gemfile(:order_matters).to_s
bundler-maglev--1.0.21/lib/bundler/shared_helpers.rb: gemfile = find_gemfile
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/include/ruby-2.3.0/universal-darwin18/ruby/config.h:365:31: error: invalid suffix on literal; C++11 requires a
space between literal and identifier [-Wreserved-user-defined-literal]
#define RUBY_ARCH "universal-"RUBY_PLATFORM_OS
^
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/include/ruby-2.3.0/universal-darwin18/ruby/config.h:366:35: error: invalid suffix on literal; C++11 requires a
space between literal and identifier [-Wreserved-user-defined-literal]
#define RUBY_PLATFORM "universal."RUBY_PLATFORM_CPU"-"RUBY_PLATFORM_OS
^
commit e9dce8d1b482200685996f64cc2c3bd6ba790110 (tag: v2_1_2)
Author: nagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
Date: 2014-05-08 15:46:50 +0000
add tag v2_1_2
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/v2_1_2@45877 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
~/D/g/r/ruby (trunk) > g show v2_1_3
commit 4cb2998f59939a8f275ea74079a4538f721a24ad (tag: v2_1_3)
Author: nagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
Owners for gem: abbrev
- alfredhochmeier@yahoo.de
Owners for gem: base64
- hans_adel@zoho.com
Owners for gem: coverage
- jannis@harderweb.de
- cmpfixer@hotmail.com
- joaopedrosa@yahoo.com
- pinguin751@gmx.net
- neoneye@gmail.com
cask_args appdir: "/Applications"
brew "fish"
brew "fzf"
brew "git"
brew "git-lfs"
brew "gnupg"
brew "hub"
brew "diff-so-fancy"
brew "ghq"
#!/usr/bin/env ruby
require 'rubygems/commands/pristine_command'
gems = Gem::Specification.all.map do |spec|
spec.name if spec.platform == RUBY_ENGINE && spec.missing_extensions?
end.compact.uniq
cmd = Gem::Commands::PristineCommand.new
cmd.options[:args] = gems

Dear Customer,

I am Randy Jacops, the CEO of Idera, Inc. You likely saw the press announcement last month announcing Idera’s acquisition of Travis CI (hereafter, Travis). Here is a link to the announcement if you have not seen it: Idera, Inc. Acquires Travis CI GmbH for Continuous Integration Capabilities.

I’d like to welcome you to the Idera family and look forward to building on Travis’ history of market leading continuous integration products for software developers and testing professionals. I’m writing this letter to introduce Idera and explain why we are excited to acquire Travis.

Idera delivers B2B software productivity tools that allow technical users to do more with less, faster. The company's brands span three divisions—Database Tools, Developer Tools and Testing Tools—with products used and evangelized by millions of community members and more than 50,000 customers worldwide. Continuous integration accelerates software delivery, improves developer productivity, and enables technical innovation t

ruby-0.49 -e:1: syntax error
-e:1: syntax error
#<Process::Status: pid 7 exit 2>
ruby-0.50 -e:1: syntax error
-e:1: syntax error
#<Process::Status: pid 8 exit 2>
ruby-0.51 -e:1: syntax error
#<Process::Status: pid 9 exit 1>
...
ruby-0.95 -e:1: syntax error
~/D/g/r/ruby (trunk) > mk commit
Committing to svn+ssh://svn@ci.ruby-lang.org/ruby/trunk ...
M lib/rubygems.rb
M lib/rubygems/available_set.rb
M lib/rubygems/basic_specification.rb
M lib/rubygems/command.rb
M lib/rubygems/commands/build_command.rb
M lib/rubygems/commands/cleanup_command.rb
M lib/rubygems/commands/contents_command.rb
M lib/rubygems/commands/dependency_command.rb