-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add additional native extension versions
- bcrypt 3.1.10 - eventmachine 1.0.6 - json 1.8.2 - mini_portile 0.6.2 - nokogiri 1.6.6.2 - sqlite3 1.3.10 - nokogumbo 1.2.0 - rugged 0.22.0b5
- Loading branch information
1 parent
c77b9a5
commit bab09ec
Showing
16 changed files
with
182 additions
and
36 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
20150130 | ||
20150130-next |
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#source 'http://production.cf.rubygems.org/' | ||
source 'https://rubygems.org' | ||
|
||
gem 'nokogiri' | ||
gem 'sqlite3' | ||
gem 'mysql2' | ||
gem 'json' | ||
gem 'ffi' | ||
gem 'bcrypt' | ||
gem 'yajl-ruby' | ||
gem 'thin' | ||
gem 'RedCloth' | ||
gem 'escape_utils' | ||
gem 'posix-spawn' | ||
gem 'nokogumbo' | ||
gem 'github-markdown' | ||
gem 'rugged' | ||
gem 'charlock_holmes' | ||
gem 'unf_ext' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
RedCloth (4.2.9) | ||
bcrypt (3.1.10) | ||
charlock_holmes (0.7.3) | ||
daemons (1.1.9) | ||
escape_utils (1.0.1) | ||
eventmachine (1.0.6) | ||
ffi (1.9.6) | ||
github-markdown (0.6.8) | ||
json (1.8.2) | ||
mini_portile (0.6.2) | ||
mysql2 (0.3.17) | ||
nokogiri (1.6.6.2) | ||
mini_portile (~> 0.6.0) | ||
nokogumbo (1.3.0) | ||
nokogiri | ||
posix-spawn (0.3.9) | ||
rack (1.6.0) | ||
rugged (0.21.4) | ||
sqlite3 (1.3.10) | ||
thin (1.6.3) | ||
daemons (~> 1.0, >= 1.0.9) | ||
eventmachine (~> 1.0) | ||
rack (~> 1.0) | ||
unf_ext (0.0.6) | ||
yajl-ruby (1.2.1) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
RedCloth | ||
bcrypt | ||
charlock_holmes | ||
escape_utils | ||
ffi | ||
github-markdown | ||
json | ||
mysql2 | ||
nokogiri | ||
nokogumbo | ||
posix-spawn | ||
rugged | ||
sqlite3 | ||
thin | ||
unf_ext | ||
yajl-ruby |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem 'nokogumbo', '1.2.0' | ||
gem 'rugged', '0.22.0b5' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
mini_portile (0.6.2) | ||
nokogiri (1.6.6.2) | ||
mini_portile (~> 0.6.0) | ||
nokogumbo (1.2.0) | ||
nokogiri | ||
rugged (0.22.0b5) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
nokogumbo (= 1.2.0) | ||
rugged (= 0.22.0b5) |
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
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
The Gemfiles in this directory define all native extensions that Traveling Ruby supports. To add a new native extension, create a new directory and create a Gemfile inside containing the new native extension. Then run `bundle install` inside that directory on your workstation (to create/update the Gemfile.lock), and re-run the Traveling Ruby build system. |