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