rasputin 0.8.1 → 0.8.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Rasputin
2
- VERSION = "0.8.1"
2
+ VERSION = "0.8.2"
3
3
  end
data/lib/rasputin.rb CHANGED
@@ -1,3 +1,7 @@
1
1
  require "rasputin/version"
2
- require "rasputin/engine"
3
2
  require "rasputin/handlebars_template"
3
+
4
+ module Rasputin
5
+ class Engine < ::Rails::Engine
6
+ end
7
+ end
data/rasputin.gemspec CHANGED
@@ -12,9 +12,10 @@ Gem::Specification.new do |s|
12
12
  s.description = %q{SproutCore 2.0 for the Rails asset pipeline.}
13
13
 
14
14
  s.rubyforge_project = "rasputin"
15
- s.add_runtime_dependency 'railties', '~> 3.1.0.rc'
16
- s.add_runtime_dependency 'actionpack', '~> 3.1.0.rc'
17
- s.add_runtime_dependency 'sprockets', '~> 2.0.0.beta'
15
+ s.add_runtime_dependency 'railties', '~> 3.1.0'
16
+ s.add_runtime_dependency 'actionpack', '~> 3.1.0'
17
+ s.add_runtime_dependency 'sprockets', '~> 2.0.0'
18
+ #s.add_runtime_dependency 'jquery-rails', '~> 1.0'
18
19
 
19
20
  s.files = `git ls-files`.split("\n")
20
21
  #s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")