Sha256: c963890d8348aea4895e00534bf60cf7adbca9602bf00a940b62879a380d5340

Contents?: true

Size: 1.12 KB

Versions: 2

Compression:

Stored size: 1.12 KB

Contents

# Notes

- need something like the old ruby-vips occasional GC stuff, we can fill 
  memory before a GC is triggered

  need a test case

- mail about the getpoint unimplemented error

  http://sourceforge.net/p/ruby-gnome2/mailman/ruby-gnome2-devel-en/thread/CAGNS0RuZ5N6bha3M7B0%2BYf2M9-oni44idzZO17mtQiykS%2BmJKQ%40mail.gmail.com/#msg34790843

- still missing a few enum docs

- add complex constants, eg. 

	Complex(1, 2)
	=> (1+2i)

- fix travis ... the difficulty is getting a libvips with goi built first,
  perhaps copy-paste from libvips .travis.yml

  this is almost enough to do the ruby side:

----------
env:
  global:
    - NOKOGIRI_USE_SYSTEM_LIBRARIES=true

language: ruby
rvm:
  - 2.1
  - 2.2
  - 2.3

script: "bundle exec rake"

gemfile:
  - Gemfile

before_install:
  - uname -a
  - sudo apt-get update
  - sudo apt-get install libvips-dev
-----------

# Common operations

- version bump

  edit lib/vips/version.rb and VERSION

- reinstall local copy of gem after a change

  bundle exec rake install

- run test suite

  bundle exec rake 

- push new gem to rubygems, tag repository with version

  bundle exec rake release

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ruby-vips-1.0.3 TODO
ruby-vips-1.0.2 TODO