File: TODO

package info (click to toggle)
ruby-vips 2.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,164 kB
  • sloc: ruby: 3,530; makefile: 3
file content (44 lines) | stat: -rw-r--r-- 617 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# 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.