strongmind-platform-sdk 3.19.2 → 3.19.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/lib/platform_sdk/spec_support/shared_examples/data_pipelineable_examples.rb +4 -0
- data/lib/platform_sdk/spec_support/shared_examples/one_roster_data_pipelineable_examples.rb +4 -0
- data/lib/platform_sdk/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d12cfdf00b2d06fbd2b04dc67e983726521fdbc080bfed5b3109755c6be3ca76
|
|
4
|
+
data.tar.gz: '09a83987646e5072760cdb24485c7c8e2bbff1b4bc64bc295d946d0258f96226'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7f18fe6e29a925f6859157788b4b3cedec58e6a1efe8786bc467623a6fcc23bd9d86c72d094cb33a647e54ff4d35dcfb64d04aeb8d90caa8bf30acf139b73d12
|
|
7
|
+
data.tar.gz: 69d4de88e486e1bc0993e95b8889888e48e4ce4808cf9fa26039258d7ad3949b53221c388fbdff5c6ad7b8ea79ef7f82a4964e0f2e4361d61bdf9c5c488383f3
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -72,7 +72,7 @@ After checking out the repo, run `bin/setup` to install dependencies.
|
|
|
72
72
|
Migrate the database for the dummy app:
|
|
73
73
|
```
|
|
74
74
|
cd spec/dummy
|
|
75
|
-
rails db:migrate
|
|
75
|
+
RAILS_ENV=test rails db:migrate
|
|
76
76
|
```
|
|
77
77
|
|
|
78
78
|
Then, run `bundle exec rspec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
data/lib/platform_sdk/version.rb
CHANGED