For versions of jasmine 3.x
I am not going to merge anything just yet
but I have created branches with almost every 3.x releases
just use the correct branch in your gemfile.
gem 'teaspoon', github: 'jejacks0n/teaspoon'
gem 'teaspoon-jasmine', github: 'jejacks0n/teaspoon', branch: 'teaspoon-jasmine-3.6.0'
Please report any problems, ideally with working fixes ;)
For the future person doing this in the future.
I edit teaspoon-jasmine/lib/teaspoon/jasmine/framework.rb and teaspoon-jasmine/lib/teaspoon/jasmine/version.rb
And then I run
vv=3.3.0; git add -u ; git add teaspoon-jasmine/lib/teaspoon/jasmine/assets/jasmine/${vv}.js ; git checkout -b teaspoon-jasmine-$vv ; git commit -m "Add jasmine $vv"; git push -u jejacks0n teaspoon-jasmine-$vv
For versions of jasmine 3.x
I am not going to merge anything just yet
but I have created branches with almost every 3.x releases
just use the correct branch in your gemfile.
Please report any problems, ideally with working fixes ;)
For the future person doing this in the future.
I edit
teaspoon-jasmine/lib/teaspoon/jasmine/framework.rbandteaspoon-jasmine/lib/teaspoon/jasmine/version.rbAnd then I run