Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't allow deprecations #1

Closed
wants to merge 37 commits into from

Conversation

betesh
Copy link

@betesh betesh commented Jun 4, 2024

#187711120

Note that all the commits other than the last 2 were merge in from upstream/master.

The 2nd to last is the merge commit, and the last one resolves a deprecation--Rails has deprecated calling to_s on a DateTime.

Maybe it would be better if someone first rebases our fork onto upstream/master so that this PR then only has 1 commit.

jessedoyle and others added 30 commits November 9, 2015 23:44
Use a cell's specified font to determine text cell content width. prawnpdf#42
* Make it clear that Prawn license is a bit different to Ruby license
* Use recommented names for GPL
This PR gets CI running with GitHub Actions.  It uses a slightly modified version of the prawnpdf/prawn config file.

It also:

1. Includes a fixture file originally imported with the prawn gem.  Paths in specs were updated
2. Addresses a couple of keyword argument ambiguities
3. Updates the CI badge in the README
4. Conditionally adds the matrix gem to the gemspec when Ruby version is 3.1.0 or higher, as matrix is no longer bundled with Ruby

Thanks to @leoarnold for his original PR and driving the CI change.
This defines an error constant in prawn-table if it is not already defined.  This allows us to safely remove it from prawn, and for the gem to work with versions of prawn that define it (or not)
Previously these images were being pulled from the prawn gem, but they are no longer included in the gem build.  Updated the images to be included in this repo, and updated the paths.

With this PR the manual builds with no errors.
With the merging of various sources for CI contributions, the badge name doesn't match the workflow name so the badge doesn't show.  This corrects the name of the badge
Sets minimum Ruby version to 2.6.  Adds a Rubocop todo that can be burned down. Adds a code style job to CI
petergoldstein and others added 7 commits February 17, 2022 10:27
In the documentation there was a reference to an old example.
In this commit we remove it, because it's no longer valid.
Merge remote-tracking branch 'upstream/master'
@betesh
Copy link
Author

betesh commented Jun 26, 2024

Closing because trying to tackle this as a side project is taking away too much time from higher priorities

@betesh betesh closed this Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.