-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
the new vips8 binding finally lands!
- Loading branch information
Showing
125 changed files
with
5,417 additions
and
13,144 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,4 @@ | ||
ruby-vips-*.gem | ||
.yardoc | ||
.*.swp | ||
tags | ||
*.swp | ||
doc | ||
|
||
# Ignore compiler-generated files | ||
*.so | ||
*.o | ||
/Makefile | ||
/mkmf.log | ||
rdoc |
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,8 +1,15 @@ | ||
source "http://rubygems.org" | ||
source 'http://rubygems.org' | ||
|
||
# runtime deps | ||
gem "gobject-introspection", "~> 3.0" | ||
|
||
# Add dependencies to develop your gem here. | ||
# Include everything needed to run rake, tests, features, etc. | ||
group :development do | ||
gem "rdoc", "~> 3.12" | ||
gem "bundler", "~> 1.0" | ||
gem "jeweler", "~> 1.8" | ||
gem "rspec", "~> 3.4" | ||
gem "rspec", "~> 3.3" | ||
gem "yard", "~> 0.8" | ||
gem "redcarpet", "~> 3.3" | ||
gem "github-markup", "~> 1.4" | ||
gem "bundler", "~> 1.0" | ||
gem "jeweler", "~> 2.0" | ||
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
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
Oops, something went wrong.