On a new Bridgetown v1.2.0.beta3 site, the following output is produced:
init :"bridgetown-cloudinary"do
cloud_name "andrewmcodes"
end
instead of:
init :"bridgetown-cloudinary" do
cloud_name "andrewmcodes"
end
Notice there is no space between the "" and do in the first example.
Reproduction Steps
Run bin/bridgetown apply https://github.com/bridgetownrb/bridgetown-cloudinary in the root of your Bridgetown site
Look at output in config/initializers.rb
Desired Solution
Ideally there would be a space between the end of the " and do here. I tried messing with it for a few minutes and couldn't get it so wanted to get an issue opened for visibility.
Yeah, that was an annoying thing I think I fixed on main but it didn't get into the beta3 release. Thanks for tracking it here so we can verify it later.
Bug
When running the automation:
On a new Bridgetown v1.2.0.beta3 site, the following output is produced:
instead of:
Notice there is no space between the
"
" anddo
in the first example.Reproduction Steps
bin/bridgetown apply https://github.com/bridgetownrb/bridgetown-cloudinary
in the root of your Bridgetown siteconfig/initializers.rb
Desired Solution
Ideally there would be a space between the end of the
"
anddo
here. I tried messing with it for a few minutes and couldn't get it so wanted to get an issue opened for visibility.Versions
1.2.0.beta3
2.1.0