Skip to content

Commit

Permalink
first commit of 1.0
Browse files Browse the repository at this point in the history
the new vips8 binding finally lands!
  • Loading branch information
jcupitt committed Jun 6, 2016
1 parent fe96adf commit 9aae997
Show file tree
Hide file tree
Showing 125 changed files with 5,417 additions and 13,144 deletions.
11 changes: 2 additions & 9 deletions .gitignore
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
2 changes: 0 additions & 2 deletions .rspec

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# master

# Version 1.0.0

* complete rewrite, API break [John Cupitt]

# Version 0.3.14

* more GC tuning [felixbuenemann]
Expand Down
17 changes: 12 additions & 5 deletions Gemfile
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
77 changes: 46 additions & 31 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,51 +1,60 @@
GEM
remote: http://rubygems.org/
specs:
addressable (2.3.6)
addressable (2.4.0)
builder (3.2.2)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
diff-lcs (1.2.5)
faraday (0.8.9)
multipart-post (~> 1.2.0)
git (1.2.7)
github_api (0.10.1)
addressable
faraday (~> 0.8.1)
hashie (>= 1.2)
multi_json (~> 1.4)
nokogiri (~> 1.5.2)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
git (1.3.0)
github-markup (1.4.0)
github_api (0.14.0)
addressable (~> 2.4.0)
descendants_tracker (~> 0.0.4)
faraday (~> 0.8, < 0.10)
hashie (>= 3.4)
oauth2
hashie (3.2.0)
highline (1.6.21)
jeweler (1.8.8)
glib2 (3.0.8)
pkg-config
gobject-introspection (3.0.8)
glib2 (= 3.0.8)
hashie (3.4.4)
highline (1.7.8)
jeweler (2.1.1)
builder
bundler (~> 1.0)
bundler (>= 1.0)
git (>= 1.2.5)
github_api (= 0.10.1)
github_api
highline (>= 1.6.15)
nokogiri (= 1.5.10)
nokogiri (>= 1.5.10)
rake
rdoc
semver
json (1.8.3)
jwt (1.0.0)
multi_json (1.10.1)
jwt (1.5.1)
multi_json (1.12.1)
multi_xml (0.5.5)
multipart-post (1.2.0)
nokogiri (1.5.10)
oauth2 (1.0.0)
multipart-post (2.0.0)
nokogiri (1.6.7.2)
oauth2 (1.1.0)
faraday (>= 0.8, < 0.10)
jwt (~> 1.0)
jwt (~> 1.0, < 1.5.2)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (~> 1.2)
rack (1.5.2)
rake (10.2.2)
rdoc (3.12.2)
rack (>= 1.2, < 3)
pkg-config (1.1.7)
rack (1.6.4)
rake (11.1.2)
rdoc (4.2.2)
json (~> 1.4)
redcarpet (3.3.4)
rspec (3.4.0)
rspec-core (~> 3.4.0)
rspec-expectations (~> 3.4.0)
rspec-mocks (~> 3.4.0)
rspec-core (3.4.1)
rspec-core (3.4.4)
rspec-support (~> 3.4.0)
rspec-expectations (3.4.0)
diff-lcs (>= 1.2.0, < 2.0)
Expand All @@ -54,15 +63,21 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-support (3.4.1)
semver (1.0.1)
thread_safe (0.3.5)
yard (0.8.7.6)

PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.0)
jeweler (~> 1.8)
rdoc (~> 3.12)
rspec (~> 3.4)
github-markup (~> 1.4)
gobject-introspection (~> 3.0)
jeweler (~> 2.0)
redcarpet (~> 3.3)
rspec (~> 3.3)
yard (~> 0.8)

BUNDLED WITH
1.10.6
1.11.2
2 changes: 1 addition & 1 deletion LICENSE → LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2010 Timothy Elliott
Copyright (c) 2014 John Cupitt

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
Loading

0 comments on commit 9aae997

Please sign in to comment.