forked from prawnpdf/prawn-table
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Closed
+1,746
−622
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
Fixed Rubygems licenses
Update to RSpec 3
Updated Travis CI config
Update FSF address
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.
…or when value is passed in options
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
by the table cell_style prawnpdf#56
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'
Closing because trying to tackle this as a side project is taking away too much time from higher priorities |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#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.