spicycode-micronaut-rails 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION.yml +1 -1
- data/examples/lib/micronaut-rails_example.rb +3 -2
- data/lib/micronaut-rails.rb +0 -1
- metadata +2 -2
data/VERSION.yml
CHANGED
@@ -2,11 +2,12 @@ require File.expand_path(File.dirname(__FILE__) + "/../example_helper")
|
|
2
2
|
|
3
3
|
describe Micronaut::Rails do
|
4
4
|
|
5
|
-
|
5
|
+
pending "should never include lib/autotest in the gemspec, as it breaks autotest for Micronaut - see #{ticket 4}
|
6
|
+
PENDING due to jeweler changing the gemspec tasks..." do
|
6
7
|
# We jump through hoops to make sure the Rake deprecation notice doesn't show up in the build (via stderr) or
|
7
8
|
# in the gemspec itself
|
8
9
|
silence_stream(STDERR) do
|
9
|
-
@spec_string = `rake --silent
|
10
|
+
@spec_string = `rake --silent gemspec`
|
10
11
|
end
|
11
12
|
@spec_string.gsub! /Gem::manage_gems is deprecated/, ""
|
12
13
|
gem_spec = eval(@spec_string)
|
data/lib/micronaut-rails.rb
CHANGED
@@ -4,7 +4,6 @@ require 'micronaut/rails/configuration'
|
|
4
4
|
require 'micronaut/rails/matchers/controllers/redirect_to'
|
5
5
|
require 'micronaut/rails/matchers/controllers/render_template'
|
6
6
|
require 'micronaut/rails/transactional_database_support'
|
7
|
-
require 'micronaut/rails/version'
|
8
7
|
require 'micronaut/rails/helpers'
|
9
8
|
require 'micronaut/rails/controllers'
|
10
9
|
require 'micronaut/rails/extensions/active_record'
|
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.
|
4
|
+
version: 0.2.3
|
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-02-
|
12
|
+
date: 2009-02-10 00:00:00 -08:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|