-
Notifications
You must be signed in to change notification settings - Fork 26
Comparing changes
Open a pull request
base repository: ruby/base64
base: v0.1.0
head repository: ruby/base64
compare: v0.1.1
- 18 commits
- 5 files changed
- 4 contributors
Commits on Mar 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 61fa8c7 - Browse repository at this point
Copy the full SHA 61fa8c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 821d02d - Browse repository at this point
Copy the full SHA 821d02dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef5010e - Browse repository at this point
Copy the full SHA ef5010eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93211c8 - Browse repository at this point
Copy the full SHA 93211c8View commit details
Commits on Mar 31, 2021
-
gemspec: Explicitly empty executables list
This gem exposes no executables.
Configuration menu - View commit details
-
Copy full SHA for 9d2c49c - Browse repository at this point
Copy the full SHA 9d2c49cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1039779 - Browse repository at this point
Copy the full SHA 1039779View commit details
Commits on Apr 1, 2021
-
Merge pull request #2 from olleolleolle/patch-1
gemspec: Explicitly empty executables list
Configuration menu - View commit details
-
Copy full SHA for 892a7da - Browse repository at this point
Copy the full SHA 892a7daView commit details -
Merge pull request #3 from olleolleolle/patch-2
CI: Quote 3.0 in YAML to avoid a String "3"
Configuration menu - View commit details
-
Copy full SHA for 2a1ec14 - Browse repository at this point
Copy the full SHA 2a1ec14View commit details -
gemspec: Use an explicit file list
This avoids shelling out to git.
Configuration menu - View commit details
-
Copy full SHA for f45f06f - Browse repository at this point
Copy the full SHA f45f06fView commit details -
Merge pull request #4 from olleolleolle/patch-3
gemspec: Explicit file list
Configuration menu - View commit details
-
Copy full SHA for 06a0825 - Browse repository at this point
Copy the full SHA 06a0825View commit details
Commits on Sep 2, 2021
-
Improve Base64.urlsafe_encode64 performance
Improves the method's performance when asked to remove padding. str.delete!("=") iterates over the entire string looking for the equals character, but we know that we will, at most, find two at the end of the string.
Configuration menu - View commit details
-
Copy full SHA for 544e0c2 - Browse repository at this point
Copy the full SHA 544e0c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39e22ef - Browse repository at this point
Copy the full SHA 39e22efView commit details
Commits on Sep 5, 2021
-
Merge pull request #5 from jcmfernandes/improve-urlsafe_encode64-perf…
…ormance-removing-padding Improve Base64.urlsafe_encode64 performance
Configuration menu - View commit details
-
Copy full SHA for 1f08f53 - Browse repository at this point
Copy the full SHA 1f08f53View commit details
Commits on Sep 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8c82ee4 - Browse repository at this point
Copy the full SHA 8c82ee4View commit details -
Out with minitest, in with test-unit
Maybe some long time ago this used minitest? That's not the case anymore.
Configuration menu - View commit details
-
Copy full SHA for 37192dc - Browse repository at this point
Copy the full SHA 37192dcView commit details -
Avoid unnecessary string duplication
String#ljust returns a new string, so whenever we need to add padding, we can replace "-/" in place with String#tr! and avoid creating yet another copy of the string.
Configuration menu - View commit details
-
Copy full SHA for 6401ef5 - Browse repository at this point
Copy the full SHA 6401ef5View commit details
Commits on Sep 25, 2021
-
Merge pull request #6 from jcmfernandes/avoid-obj-allocation
Avoid unnecessary string duplication in .urlsafe_decode64
Configuration menu - View commit details
-
Copy full SHA for 00d889b - Browse repository at this point
Copy the full SHA 00d889bView commit details
Commits on Oct 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b9e23b2 - Browse repository at this point
Copy the full SHA b9e23b2View 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 v0.1.0...v0.1.1