Commit Graph

1123 Commits (2d1e20d45d3400c6fe90865afbddbd09a1656ec2)

Author SHA1 Message Date
Adam Blinkinsop 20f2063e67
Keyword arguments need ** (bare is deprecated) (#303)
* Fix typos in the yaml documentation.

* Fix keyword params deprecation warning.

.../squib/lib/squib/api/data.rb:42: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
/Users/blinks/.rvm/rubies/ruby-2.7.0/lib/ruby/2.7.0/csv.rb:679: warning: The called method `parse' is defined here
2020-04-08 16:52:48 -04:00
Andy Meneely 3590280c98 don't need this 2020-03-21 19:21:48 -04:00
Andy Meneely 9ef4afc2e6 converted the rest! 2020-03-20 23:07:14 -04:00
Andy Meneely fc3908533f not ready to do this test yet 2020-03-18 14:20:51 -04:00
Andy Meneely 4b664d2061 converting a bunch over now, new rspec tests 2020-03-18 14:10:37 -04:00
Andy Meneely 21bee3a3cb cleanup module definitions 2020-03-16 17:08:10 -04:00
Andy Meneely 77a694f797 partway through the conversion 2020-03-16 16:38:13 -04:00
Andy Meneely 70b3c0b136 cleaner method sigs 2020-03-16 14:21:59 -04:00
Andy Meneely 76ef45cfa4 documentation specs, beginning cleaner conversion 2020-03-13 10:38:34 -04:00
Andy Meneely 750cb40267 cleanup 2020-03-13 08:38:10 -04:00
Andy Meneely 02bf443abf cleanup 2020-03-11 17:19:02 -04:00
Andy Meneely c473e07c2e don't need this anymore 2020-03-11 17:15:55 -04:00
Andy Meneely 42a73f602f update to new format 2020-03-11 16:45:09 -04:00
Andy Meneely 6774f83b00 cleaning up 2020-03-11 16:38:13 -04:00
Andy Meneely 51d425caa7 colored text! 2020-03-11 11:39:21 -04:00
Andy Meneely 871674c909 built a nifty, useful error message thingy 2020-03-09 09:52:22 -04:00
Andy Meneely 7399946ec2 bump deps 2020-03-09 00:16:32 -04:00
Andy Meneely 7804b5459d add new test for my own sanity 2019-11-27 00:28:18 -05:00
David Finol 1b7dc6716c Fix broken links (#291)
Noticed the microbadge and guild links at the top were broken. I believe this should fix.
2019-10-21 15:57:18 -04:00
Andy Meneely abe772f804 update regressions 2019-10-17 13:52:44 -04:00
Andy Meneely 79ba584c69 Document in the text method place 2019-10-17 12:11:06 -04:00
Andy Meneely 518c763131 Rewritten autoscale sample 2019-10-17 12:04:46 -04:00
Andy Meneely f8f7664fb9 Push package to github too 2019-10-17 12:04:21 -04:00
Andy Meneely d00b881913 don't need this 2019-10-17 12:01:02 -04:00
Mirko K 6d57b3e8c1 Feat/font autoscale (#288)
* PoC font autosize feature

* Take enumerables or 'auto' keyword for autoscaling

* Allo enumerables of font_size per card, where the largest font size that does not ellipsize is chosen

* Use ellipsize: :autoscale keyword to determine font autosizing

* Use binary search to find the correct font size

* Consider new ellipsize option in testcase

* Document ellipsize: :autoscale option

* Add ellipsize: :autoscale sample to text sample

* Fix double multiplication with Pango::SCALE

* Scale embedded images with text when autoscaling

* Remove stray semicolon

* Return dummy value for FontDescription.size in mock_cairo

* Update regression test data for autoscale feature.

* Add ellipsize: :autoscale example to existing font_autoscale sample

* Add missing :autoscale to list of options in documentation
2019-10-17 11:29:14 -04:00
Andy Meneely 43cca582a6 Onward and upward 2019-10-17 11:15:22 -04:00
Andy Meneely 28f6cdcbcb I dub thee v0.15.3 2019-10-17 11:11:37 -04:00
Andy Meneely 2eee20c0cc I dub thee v0.15.2 2019-09-26 16:03:19 -04:00
Andy Meneely 13282fc289 Documenting Docker a little 2019-09-26 15:31:31 -04:00
Andy Meneely 4f0643dd37 Onward and upward 2019-08-27 17:38:36 -04:00
Andy Meneely 74b3dac5c3 Bump pango et al. to 3.3.7 2019-08-27 15:45:43 -04:00
Andy Meneely 6b705ab8fb Onward and upward 2019-08-06 14:09:20 -04:00
Andy Meneely eb0bebe149 I dub thee v0.15.0 2019-08-06 13:36:31 -04:00
Andy Meneely a6dd6d76ea fix travis 2019-08-06 13:35:25 -04:00
Andy Meneely 4db85cb134 update sanity expectation 2019-08-06 12:47:00 -04:00
Andy Meneely f638fec87a test cleanup 2019-08-06 12:43:16 -04:00
Andy Meneely f9c8b37222 README: bump min ruby to 2.4 2019-08-06 12:29:14 -04:00
Andy Meneely 1accadfc30 Merge in PR #272
Fix sheet size for 1-card-per-sheet PDFs and adjust coordinates when
using trim #272
2019-06-07 15:43:40 -04:00
Andy Meneely cb66d7c31d
Flip options for sprues (#251) (#277)
* Flipping works, now just need new argument

* Finishing up

* New test data
2019-06-07 15:23:15 -04:00
Andy Meneely a40c4d7dc4 Cleaner handling of SVG ID 2019-05-29 14:20:03 -04:00
Andy Meneely 1c3b39b59d travis: remove caching 2019-05-29 11:03:03 -04:00
Andy Meneely b82a4a838a changelog: new sample for color switching 2019-05-29 09:48:27 -04:00
Karneades d96cf71457 Add sample for color switch in colors docs (#274)
One of the things I used for a current project was a switch to change the color schemes quickly. I added the snippet in [Specifying Colors & Gradients](https://squib.readthedocs.io/en/latest/colors.html) and in the wiki: https://github.com/andymeneely/squib/wiki/Switch-card-background-or-invert-theme.


* Add sample for color switch in colors docs

* Update docs/colors.rst

Co-Authored-By: Andy Meneely <andy.meneely@gmail.com>

* Update docs/colors.rst

Co-Authored-By: Andy Meneely <andy.meneely@gmail.com>

* Update docs/colors.rst

Co-Authored-By: Andy Meneely <andy.meneely@gmail.com>

* Update docs/colors.rst

Co-Authored-By: Andy Meneely <andy.meneely@gmail.com>

* Update docs/colors.rst

Co-Authored-By: Andy Meneely <andy.meneely@gmail.com>

* Update docs/colors.rst

Co-Authored-By: Andy Meneely <andy.meneely@gmail.com>

* Add color switch sample and update docs

* Add color switch sample and update docs
2019-05-29 09:47:29 -04:00
Andy Meneely 74dfd854e8 travis: don't cache bundler 2019-05-28 16:58:39 -04:00
Andy Meneely 5ac04da5c9 Updating travis 2019-05-28 15:55:54 -04:00
Karneades d89c1b4697 Add commands to rake section for listing tasks 2019-05-28 15:12:21 -04:00
Andy Meneely de9ab96a19 appveyor: fix build script 2019-05-28 15:11:32 -04:00
Andy Meneely abe75057df appveyor: update ruby versions 2019-05-28 15:10:07 -04:00
Andy Meneely 3b40df5b45 docs: update installer info 2019-05-28 15:07:24 -04:00
Karneades 718662145b Improve bleed documentation 2019-05-28 15:02:57 -04:00