spicycode-micronaut-rails 0.2.7 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :minor: 2
3
- :patch: 7
4
2
  :major: 0
3
+ :minor: 3
4
+ :patch: 0
@@ -34,7 +34,7 @@ module Micronaut
34
34
  end
35
35
 
36
36
  def enable_reasonable_defaults!
37
- enable_active_record_transactional_support :behaviour => { :describes => lambda { |dt| dt < ::ActiveRecord::Base } }
37
+ enable_active_record_transactional_support
38
38
  enable_helper_support :behaviour => { :describes => lambda { |dt| dt.to_s.ends_with?('Helper') } }
39
39
  enable_controller_support :behaviour => { :describes => lambda { |dt| dt < ::ActionController::Base } }
40
40
  enable_rails_specific_mocking_extensions
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.7
4
+ version: 0.3.0
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-15 00:00:00 -07:00
12
+ date: 2009-04-24 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -85,7 +85,7 @@ requirements: []
85
85
  rubyforge_project:
86
86
  rubygems_version: 1.2.0
87
87
  signing_key:
88
- specification_version: 2
88
+ specification_version: 3
89
89
  summary: An excellent replacement for the wheel on rails...
90
90
  test_files:
91
91
  - examples/example_helper.rb