dojo-rails 0.9.1 → 0.9.2

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.
@@ -0,0 +1,6 @@
1
+ module Dojo
2
+ module Rails
3
+ class Engine < ::Rails::Engine
4
+ end
5
+ end
6
+ end
@@ -2,7 +2,7 @@ module Dojo
2
2
  module Rails
3
3
  MAJOR = 0
4
4
  MINOR = 9
5
- TINY = 1
5
+ TINY = 2
6
6
 
7
7
  VERSION = [MAJOR, MINOR, TINY].compact.join(".")
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dojo-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -26,6 +26,7 @@ files:
26
26
  - dojo-rails.gemspec
27
27
  - lib/dojo-rails.rb
28
28
  - lib/dojo/dojo-rails.rb
29
+ - lib/dojo/rails/engine.rb
29
30
  - lib/dojo/rails/version.rb
30
31
  - lib/dojo/version.rb
31
32
  - lib/generators/dijit/install/install_generator.rb