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

Commits on Nov 10, 2015

  1. Configuration menu
    Copy the full SHA
    f70acec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de39a47 View commit details
    Browse the repository at this point in the history
  3. update changelog [ci skip]

    jessedoyle committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    5eea0b9 View commit details
    Browse the repository at this point in the history
  4. fix typo. [ci skip]

    jessedoyle committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    03eacd0 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2015

  1. Merge pull request prawnpdf#60 from prawnpdf/issue_42

    Use a cell's specified font to determine text cell content width. prawnpdf#42
    jessedoyle committed Nov 15, 2015
    Configuration menu
    Copy the full SHA
    810ccda View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2015

  1. Fixed Rubygems licenses

    * Make it clear that Prawn license is a bit different to Ruby license
    * Use recommented names for GPL
    pointlessone committed Dec 19, 2015
    Configuration menu
    Copy the full SHA
    a6485b9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request prawnpdf#62 from prawnpdf/license

    Fixed Rubygems licenses
    packetmonkey committed Dec 19, 2015
    Configuration menu
    Copy the full SHA
    4989268 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2015

  1. Update to RSpec 3

    pointlessone committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    c70cdc0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request prawnpdf#64 from prawnpdf/rspec-upgrade

    Update to RSpec 3
    packetmonkey committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    875c432 View commit details
    Browse the repository at this point in the history
  3. Updated Travis CI config

    pointlessone committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    9a58ffb View commit details
    Browse the repository at this point in the history
  4. Drop Mocha

    pointlessone committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    2db3f4c View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2015

  1. Configuration menu
    Copy the full SHA
    d8729c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2015

  1. Merge pull request prawnpdf#63 from prawnpdf/travis

    Updated Travis CI config
    packetmonkey committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    4bfac0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb69728 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2016

  1. Configuration menu
    Copy the full SHA
    da04233 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2016

  1. Update FSF address

    Fale authored Jun 17, 2016
    Configuration menu
    Copy the full SHA
    621762d View commit details
    Browse the repository at this point in the history
  2. Merge pull request prawnpdf#69 from Fale/patch-1

    Update FSF address
    packetmonkey authored Jun 17, 2016
    Configuration menu
    Copy the full SHA
    8d33e89 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2017

  1. fix confusing intro, fixes prawnpdf#82

    matkoniecz authored and pointlessone committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    515f2db View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Configuration menu
    Copy the full SHA
    b00df78 View commit details
    Browse the repository at this point in the history
  2. Migrate to GitHub Actions

    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.
    petergoldstein authored and pointlessone committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    5bc83f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a67f51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b22139 View commit details
    Browse the repository at this point in the history
  5. Add Time to the class of values that can be used in a cell. Avoid err…

    …or when value is passed in options
    petergoldstein authored and pointlessone committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    98955a2 View commit details
    Browse the repository at this point in the history
  6. Fixes prawnpdf#43 - Migrate error from Prawn to prawn-table

    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)
    petergoldstein authored and pointlessone committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    4eb6545 View commit details
    Browse the repository at this point in the history
  7. Add images used in manual to repository. Update load paths.

    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.
    petergoldstein authored and pointlessone committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    cd4d9f8 View commit details
    Browse the repository at this point in the history
  8. Fix a typo (workflow name) in the CI badge

    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
    petergoldstein authored and pointlessone committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    0837d32 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Update repo to use prawn-dev

    Sets minimum Ruby version to 2.6.  Adds a Rubocop todo that can be burned down. Adds a code style job to CI
    petergoldstein authored and pointlessone committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    7a8e658 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    9600c9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1050cbd View commit details
    Browse the repository at this point in the history
  3. Fix lints, update spec syntax

    petergoldstein authored and pointlessone committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    f0b0d7d View commit details
    Browse the repository at this point in the history
  4. Fix changelog entry

    petergoldstein authored and pointlessone committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    18b511a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    066dc26 View commit details
    Browse the repository at this point in the history
  6. Add more padding examples

    brunoenten authored and pointlessone committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    b5bfd84 View commit details
    Browse the repository at this point in the history
  7. Remove reference to dead examples

    In the documentation there was a reference to an old example.
    In this commit we remove it, because it's no longer valid.
    fidalgo authored and pointlessone committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    e6b9965 View commit details
    Browse the repository at this point in the history
  8. Fix a few lints.

    petergoldstein authored and pointlessone committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    38b5bdb View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. [#187711120] Don't allow deprecations and missing translations

    Merge remote-tracking branch 'upstream/master'
    betesh committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    068d36f View commit details
    Browse the repository at this point in the history
  2. Fix Rails deprecation

    betesh committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    614fdb4 View commit details
    Browse the repository at this point in the history