Open mrcasals opened 3 years ago
As far as I can see, the only code change in 4.0.0 on rubygems.org that isn't yet on master
in this repository is the following:
diff --git a/lib/foundation_rails_helper/version.rb b/lib/foundation_rails_helper/version.rb
index 91d3d74..b6a18bf 100644
--- a/lib/foundation_rails_helper/version.rb
+++ b/lib/foundation_rails_helper/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module FoundationRailsHelper
- VERSION = '3.0.0'
+ VERSION = '4.0.0'
end
That is, the version bump produced by the gem release process hasn't made its way here, but you aren't missing any bug fixes or features or anything.
@werebus, i can confirm that the only difference between V4 on rubygems and master version from here is the Version Bump commit.
Does anyone has that particular commit and is willing to push it to repo, so we can have all the code public?
cc @sgruhier
Hi, @sgruhier
It looks like a version 4.0.0 of this gem was published, but the code is not yet on GitHub. Could you push the code?
Here's a diff of the code in Rubygems between versions v3.0.0 and v4.0.0:
https://my.diffend.io/gems/foundation_rails_helper/3.0.0/4.0.0
Thanks!