0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
Mar 28, 2023 — Mar 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
v0.5.1 - Ruby 3.2 compat More... about 1 year ago
File.exists? -> File.exist? -- the former is deprecated More... about 1 year ago
test: Update Ruby language version matrix for testing More... about 1 year ago
readme: Fix global switch syntax More... over 2 years ago
readme: Removed more old notes More... over 2 years ago
readme: Remove Travis CI badge and old irrelevant notes More... over 2 years ago
Merge pull request #10 from joealba/dry-cli More... over 2 years ago
Travis CI -> GitHub Actions More... over 2 years ago
Transition from thor to dry-cli More... over 2 years ago
Travis: Test with the latest 3 supported Ruby versions More... about 3 years ago
Add code coverage and provide coverage reports to codeclimate More... over 6 years ago
[travisci] Use the latest Ruby versions for 2.2, 2.3, and 2.4 More... over 6 years ago
Update the list of Ruby versions to test in Travis CI More... about 7 years ago
[skip ci] Fixed Travis badge More... over 8 years ago
[skip ci] Version bump More... over 8 years ago
[skip ci] Added Travis CI badge More... over 8 years ago
Updated dev gems. Updated test suite for RSpec 3 More... over 8 years ago
Updated travis ci ruby versions More... over 8 years ago
Updated the date in the gemspec More... almost 12 years ago
Version bump because I must not have released the gem properly. Rubygems.org shows an old date. More... almost 12 years ago
Updated the Travis CI config, as it contained deprecated Ruby version strings More... almost 12 years ago
Let the memoized users var handle itself when the file is updated. It will read from the file if it gets a read request after a file write. More... almost 12 years ago
A pretty big refactor. Using class methods instead of instance methods in gitswitch/commands.rb Fixed a bug where if you passed a tag name on the command line, that tag name would wind up being frozen in Ruby 1.9 -- and the gsub! would throw an error when trying to sanitize the input. More... almost 12 years ago
Bouncing the git command line stuff out to a separate class More... almost 12 years ago
Testing a few additional rubies in Travis CI More... over 12 years ago
Global switches were not displaying the expected results for the current git information when you are already in a repository directory with associated user info. More... about 13 years ago
Missed the class name for the setter call. More... about 13 years ago
gitswitch init would fail if you did not already have a global .gitconfig user/email established. Now gitswitch init will ask you for good default info. More... about 13 years ago
Version bump. Added Gem Testers support and fixed a bug in the global command More... about 13 years ago
Updated description of the 'rake test' task More... about 13 years ago