File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.0.1 (January 10, 2023)
4+ * Update license information
5+ * Update README with instructions on running system tests
6+
37## 1.0.0 (December 29, 2022)
48* Add Docker to allow consistent development environment
59* Remove unneeded files which were added during scaffolding
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- filepond-rails (1.0.0 )
4+ filepond-rails (1.0.1 )
55 rails (>= 7.0 , < 8 )
66
77GEM
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ docker compose run app bash
101101You should now be able to run tests locally within this bash container:
102102
103103``` bash
104- bin/rails test
104+ bin/rails test && bin/rails app:test:system
105105```
106106
107107## License
Original file line number Diff line number Diff line change 22
33module Filepond
44 module Rails
5- VERSION = '1.0.0 '
5+ VERSION = '1.0.1 '
66 end
77end
You can’t perform that action at this time.
0 commit comments