filepond-rails 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3371b4f31b36a228ececa27ed2d98c2a5a1db0464ef699ee04f8d33024fa6c66
4
- data.tar.gz: cf05bcc5c842119fefa32ccb135fe04470182f141f7ea141c98d1e0fb6922188
3
+ metadata.gz: 65d7df9190660aec85b162da3fc1f36c1bed56603c83629fcf99ac7ea3ba357a
4
+ data.tar.gz: 4e1786689556648f036cb00d911519af881ccfabc67bf364a919287b954113e5
5
5
  SHA512:
6
- metadata.gz: a147658ff35f3fdac1827daa0d7a25e9ca7d4a3186f8ef4a262a9b76e806fbebd1542ee8d3e2c0a42a7d5da58fd3b686af46276f4d91b60d0b916de618450c38
7
- data.tar.gz: df0bfab28be9c3dbca0ae60c8099650bf598a03cdc6133ade8077929f1f7c6d56530b45ffaaedb057b4144f062eae5ba139c864b65b4b9e1fd667f953fc0f1cf
6
+ metadata.gz: 405d98436dc4cbdebf1226ef2daf9daa18cf98de424e5e5736b96c4161509268d8adb2938ee233a4ad299e6ea97e0321ae832c251f7ca3c4c3615181e9d661b8
7
+ data.tar.gz: e9acc6c60e3744595eb5280312baafc70769b7be8915d2980bfeb3f2e32123c877d8eb432f7f9be6765cee3af1559468279a28d39cd0ab3c12dd00d97715f202
data/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  ![example workflow](https://github.com/Code-With-Rails/filepond-rails/actions/workflows/ci.yml/badge.svg)
4
4
 
5
+ [![Gem Version](https://badge.fury.io/rb/filepond-rails.svg)](https://badge.fury.io/rb/filepond-rails)
5
6
 
6
7
  This gem allows you to quickly integrate [FilePond](https://github.com/pqina/filepond) with your Ruby on Rails app.
7
8
 
@@ -100,7 +101,7 @@ docker compose run app bash
100
101
  You should now be able to run tests locally within this bash container:
101
102
 
102
103
  ```bash
103
- bin/rails test
104
+ bin/rails test && bin/rails app:test:system
104
105
  ```
105
106
 
106
107
  ## License
@@ -2,6 +2,6 @@
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
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: filepond-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Chiu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-29 00:00:00.000000000 Z
11
+ date: 2023-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails