bt-rb / bridgetown-plausible

Plausible Analytics Bridgetown Plugin
MIT License
11 stars 0 forks source link

automation adds wrong version of the gem #6

Closed andrewmcodes closed 2 years ago

andrewmcodes commented 3 years ago

Version

Running the automation sets the wrong version constraint when running add_bridgetown_plugin

Description

Additional Details

Steps to reproduce

bundle exec bridgetown apply https://github.com/bt-rb/bridgetown-plausible

What is Expected?

Gemfile will be appended with:

gem "bridgetown-plausible-tag", "~> 1.0.1", :group => :bridgetown_plugins

What is actually happening?

gem "bridgetown-plausible-tag", "~> 0.0.1", :group => :bridgetown_plugins