Sha256: cfbf29c4b009fa3e079c1aff1d271105fa96cdb220d7035ad1e9403293f7573f

Contents?: true

Size: 617 Bytes

Versions: 4

Compression:

Stored size: 617 Bytes

Contents

# Notes

- We should support complex constants, eg: 

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

# Common operations

- Lint.

	bundle exec standardrb

- Reinstall local copy of gem after a change.

	bundle exec rake install

- Run test suite.

	bundle exec rake 

- Version bump.

	edit lib/vips/version.rb 
	edit VERSION

- Regenerate autodocs.

	cd lib/vips
	ruby > methods.rb
	require "vips"; Vips::Yard.generate
	^D

- Regenerate docs.

	bundle exec rake yard

- Push new gem to rubygems, tag repository with version.

	gem signin --otp 111111 
	bundle exec rake release

  The otp is from authy / google authenticator / etc. 

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ruby-vips-2.1.4 TODO
ruby-vips-2.1.3 TODO
ruby-vips-2.1.2 TODO
ruby-vips-2.1.1 TODO