-
Notifications
You must be signed in to change notification settings - Fork 552
Comparing changes
Open a pull request
base repository: rails/thor
base: v1.0.0
head repository: rails/thor
compare: v1.0.1
- 8 commits
- 7 files changed
- 5 contributors
Commits on Dec 15, 2019
-
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.
Configuration menu - View commit details
-
Copy full SHA for 0e8d9a2 - Browse repository at this point
Copy the full SHA 0e8d9a2View commit details
Commits on Dec 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 916b6aa - Browse repository at this point
Copy the full SHA 916b6aaView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for ae1cea9 - Browse repository at this point
Copy the full SHA ae1cea9View commit details -
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]
Configuration menu - View commit details
-
Copy full SHA for a5cbed8 - Browse repository at this point
Copy the full SHA a5cbed8View commit details
Commits on Dec 17, 2019
-
Merge pull request #704 from BrianHawley/fixes_703
Move deprecation_warning to lib/thor/base.rb
Configuration menu - View commit details
-
Copy full SHA for d994c27 - Browse repository at this point
Copy the full SHA d994c27View commit details -
Merge pull request #699 from orien/gem-metadata
Add project metadata to the gemspec
Configuration menu - View commit details
-
Copy full SHA for 9933018 - Browse repository at this point
Copy the full SHA 9933018View commit details -
Merge pull request #701 from chrisandreae/create-relative-link
Handle relative source path in create_link #identical?
Configuration menu - View commit details
-
Copy full SHA for ac240ce - Browse repository at this point
Copy the full SHA ac240ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb625b2 - Browse repository at this point
Copy the full SHA fb625b2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.0...v1.0.1