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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 67b66b38caa7865052bc90f97de4f49aba626616
4
- data.tar.gz: 89c1fe8c19b1cf7ceed3690e4807e7c9785efdc6
3
+ metadata.gz: 01e3a04b3c86bbaf621c3ff2cc6c40df7f4788af
4
+ data.tar.gz: 7c808e6a1176e12078ed80371867f5585b601824
5
5
  SHA512:
6
- metadata.gz: 7cd11282fb7101a0f7f2c9be90bb0ccf6e14898d5871f90ba4bf026646fc998b12882b080e5a687c904818f2005296e60ca8e4e01e46c0d3f02a5103f1a5edbb
7
- data.tar.gz: fcf9a0d0ac5d872d1500513684837c9c3c226d35322c3c2ce9f2266a73d82ba75df19b199fc66fd2224e5adf32e8791ed8db9b366968ccb71bee515718b323dc
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
 
@@ -1,4 +1,5 @@
1
1
  require "rails/railtie"
2
+ require "trailblazer/loader"
2
3
 
3
4
  module Trailblazer
4
5
  class Railtie < ::Rails::Railtie
@@ -1,5 +1,5 @@
1
1
  module Trailblazer
2
2
  module Rails
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trailblazer-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Sutterer