spicycode-micronaut-rails 0.2.6 → 0.2.7

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.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :major: 0
3
2
  :minor: 2
4
- :patch: 6
3
+ :patch: 7
4
+ :major: 0
@@ -11,6 +11,7 @@ rescue LoadError => e
11
11
  puts
12
12
  exit(1)
13
13
  end
14
+ require 'action_controller'
14
15
  require 'micronaut'
15
16
  require 'micronaut-rails'
16
17
 
@@ -72,7 +72,7 @@ module Micronaut
72
72
  extended_behaviour.before do
73
73
  @request = ::ActionController::TestRequest.new
74
74
  @response = ::ActionController::TestResponse.new
75
- @controller ||= self.class.describes.new
75
+ @controller = self.class.describes.new
76
76
 
77
77
  @controller.request = @request
78
78
  @controller.params = {}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spicycode-micronaut-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chad Humphries
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-05 00:00:00 -07:00
12
+ date: 2009-04-15 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency