dojo-rails 0.9.2 → 0.9.3

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.
@@ -2,7 +2,7 @@ module Dojo
2
2
  module Rails
3
3
  MAJOR = 0
4
4
  MINOR = 9
5
- TINY = 2
5
+ TINY = 3
6
6
 
7
7
  VERSION = [MAJOR, MINOR, TINY].compact.join(".")
8
8
  end
data/lib/dojo/rails.rb ADDED
@@ -0,0 +1,2 @@
1
+ require "dojo/rails/engine"
2
+ require "dojo/rails/version"
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.2
4
+ version: 0.9.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-17 00:00:00.000000000 Z
12
+ date: 2012-07-18 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: The dojo toolkit (dojo, dojox & dijit) library with Ruby on Rails
15
15
  email:
@@ -25,7 +25,7 @@ files:
25
25
  - Rakefile
26
26
  - dojo-rails.gemspec
27
27
  - lib/dojo-rails.rb
28
- - lib/dojo/dojo-rails.rb
28
+ - lib/dojo/rails.rb
29
29
  - lib/dojo/rails/engine.rb
30
30
  - lib/dojo/rails/version.rb
31
31
  - lib/dojo/version.rb
@@ -1 +0,0 @@
1
- require "dojo/rails"