Skip to content

Commit 6b9469e

Browse files
committed
Done.
1 parent 54acb9a commit 6b9469e

File tree

509 files changed

+65555
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

509 files changed

+65555
-0
lines changed

.bundle/bin/coderay

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by RubyGems.
4+
#
5+
# The application 'coderay' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'rubygems'
10+
11+
version = ">= 0"
12+
13+
if ARGV.first
14+
str = ARGV.first
15+
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding
16+
if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then
17+
version = $1
18+
ARGV.shift
19+
end
20+
end
21+
22+
gem 'coderay', version
23+
load Gem.bin_path('coderay', 'coderay', version)

.bundle/bin/htmldiff

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
#!/bin/sh
2+
'exec' "ruby" '-x' "$0" "$@"
3+
#!/usr/local/opt/rbenv/versions/2.1.5/bin/ruby
4+
#
5+
# This file was generated by RubyGems.
6+
#
7+
# The application 'diff-lcs' is installed as part of a gem, and
8+
# this file is here to facilitate running it.
9+
#
10+
11+
require 'rubygems'
12+
13+
version = ">= 0"
14+
15+
if ARGV.first
16+
str = ARGV.first
17+
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding
18+
if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then
19+
version = $1
20+
ARGV.shift
21+
end
22+
end
23+
24+
gem 'diff-lcs', version
25+
load Gem.bin_path('diff-lcs', 'htmldiff', version)

.bundle/bin/ldiff

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
#!/bin/sh
2+
'exec' "ruby" '-x' "$0" "$@"
3+
#!/usr/local/opt/rbenv/versions/2.1.5/bin/ruby
4+
#
5+
# This file was generated by RubyGems.
6+
#
7+
# The application 'diff-lcs' is installed as part of a gem, and
8+
# this file is here to facilitate running it.
9+
#
10+
11+
require 'rubygems'
12+
13+
version = ">= 0"
14+
15+
if ARGV.first
16+
str = ARGV.first
17+
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding
18+
if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then
19+
version = $1
20+
ARGV.shift
21+
end
22+
end
23+
24+
gem 'diff-lcs', version
25+
load Gem.bin_path('diff-lcs', 'ldiff', version)

.bundle/bin/pry

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by RubyGems.
4+
#
5+
# The application 'pry' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'rubygems'
10+
11+
version = ">= 0"
12+
13+
if ARGV.first
14+
str = ARGV.first
15+
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding
16+
if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then
17+
version = $1
18+
ARGV.shift
19+
end
20+
end
21+
22+
gem 'pry', version
23+
load Gem.bin_path('pry', 'pry', version)

.bundle/bin/rspec

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by RubyGems.
4+
#
5+
# The application 'rspec-core' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'rubygems'
10+
11+
version = ">= 0"
12+
13+
if ARGV.first
14+
str = ARGV.first
15+
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding
16+
if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then
17+
version = $1
18+
ARGV.shift
19+
end
20+
end
21+
22+
gem 'rspec-core', version
23+
load Gem.bin_path('rspec-core', 'rspec', version)

.bundle/binstubs/coderay

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by Bundler.
4+
#
5+
# The application 'coderay' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'pathname'
10+
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../../Gemfile",
11+
Pathname.new(__FILE__).realpath)
12+
13+
require 'rubygems'
14+
require 'bundler/setup'
15+
16+
load Gem.bin_path('coderay', 'coderay')

.bundle/binstubs/htmldiff

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by Bundler.
4+
#
5+
# The application 'htmldiff' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'pathname'
10+
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../../Gemfile",
11+
Pathname.new(__FILE__).realpath)
12+
13+
require 'rubygems'
14+
require 'bundler/setup'
15+
16+
load Gem.bin_path('diff-lcs', 'htmldiff')

.bundle/binstubs/ldiff

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by Bundler.
4+
#
5+
# The application 'ldiff' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'pathname'
10+
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../../Gemfile",
11+
Pathname.new(__FILE__).realpath)
12+
13+
require 'rubygems'
14+
require 'bundler/setup'
15+
16+
load Gem.bin_path('diff-lcs', 'ldiff')

.bundle/binstubs/pry

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by Bundler.
4+
#
5+
# The application 'pry' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'pathname'
10+
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../../Gemfile",
11+
Pathname.new(__FILE__).realpath)
12+
13+
require 'rubygems'
14+
require 'bundler/setup'
15+
16+
load Gem.bin_path('pry', 'pry')

.bundle/binstubs/rspec

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by Bundler.
4+
#
5+
# The application 'rspec' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'pathname'
10+
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../../Gemfile",
11+
Pathname.new(__FILE__).realpath)
12+
13+
require 'rubygems'
14+
require 'bundler/setup'
15+
16+
load Gem.bin_path('rspec-core', 'rspec')

0 commit comments

Comments
 (0)