Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rails/thor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: rails/thor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.1
Choose a head ref
  • 8 commits
  • 7 files changed
  • 5 contributors

Commits on Dec 15, 2019

  1. Add project metadata to the gemspec

    As per https://guides.rubygems.org/specification-reference/#metadata,
    add metadata to the gemspec file. This'll allow people to more easily
    access the source code, raise issues and read the changelog. These
    `bug_tracker_uri`, `changelog_uri`, `documentation_uri`,
    `source_code_uri`, and `wiki_uri` links will appear on the rubygems page
    at https://rubygems.org/gems/thor and be available via the rubygems API
    after the next release.
    orien committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    0e8d9a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Configuration menu
    Copy the full SHA
    916b6aa View commit details
    Browse the repository at this point in the history
  2. Handle relative source path in create_link #identical?

    When creating a symlink, the source path may be relative to the destination. If
    this is the case, #identical? fails becase it interprets it as an absolute path.
    Update #identical to resolve the source path before comparing.
    chrisandreae committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    ae1cea9 View commit details
    Browse the repository at this point in the history
  3. Move deprecation_warning to lib/thor/base.rb

    Make deprecation_warning available in Thor::Base and Thor::Option when
    "thor" is not required, by moving it to "lib/thor/base.rb" which will
    be required.
    
    [Fixes #703]
    BrianHawley committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    a5cbed8 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Merge pull request #704 from BrianHawley/fixes_703

    Move deprecation_warning to lib/thor/base.rb
    rafaelfranca authored Dec 17, 2019
    Configuration menu
    Copy the full SHA
    d994c27 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #699 from orien/gem-metadata

    Add project metadata to the gemspec
    rafaelfranca authored Dec 17, 2019
    Configuration menu
    Copy the full SHA
    9933018 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #701 from chrisandreae/create-relative-link

    Handle relative source path in create_link #identical?
    rafaelfranca authored Dec 17, 2019
    Configuration menu
    Copy the full SHA
    ac240ce View commit details
    Browse the repository at this point in the history
  4. Prepare to 1.0.1

    rafaelfranca committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    fb625b2 View commit details
    Browse the repository at this point in the history
Loading