trailblazer-rails 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGES.md +5 -0
- data/lib/trailblazer/rails/railtie.rb +1 -0
- data/lib/trailblazer/rails/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 01e3a04b3c86bbaf621c3ff2cc6c40df7f4788af
|
4
|
+
data.tar.gz: 7c808e6a1176e12078ed80371867f5585b601824
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df485f98a78078cabd8711646c88a051fe67a90ba514c5534da0e5fa8556556abfbf9d719c6e6fb0e8fbd2465b314342362f7352d6b936abb774faaab00e3360
|
7
|
+
data.tar.gz: 566fced4a3077db36782dbefda2536f310517fdbbb6ab6365b53e3856a242f11880da5a720c2b5510e21e1a9c9957a72abf295163cffb296532b4488ba534a67
|
data/CHANGES.md
CHANGED
@@ -1,7 +1,12 @@
|
|
1
|
+
# 0.2.1
|
2
|
+
|
3
|
+
* Require `trailblazer-loader`.
|
4
|
+
|
1
5
|
# 0.2.0
|
2
6
|
|
3
7
|
* Use `trailblazer-loader` for loading operations and associated files, now. Note that `operations.rb` now is `operation.rb` (hence the minor bump).
|
4
8
|
* The `Operation::Controller` module is not included into `ApplicationController` automatically.
|
9
|
+
* Added `Trailblazer::Test::Integration`.
|
5
10
|
|
6
11
|
# 0.1.6
|
7
12
|
|