plinth 0.0.1.beta.1 → 0.0.1.beta.2

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -8,7 +8,7 @@ GIT
8
8
  PATH
9
9
  remote: .
10
10
  specs:
11
- plinth (0.0.1.pre)
11
+ plinth (0.0.1.beta.1)
12
12
  actionpack (>= 3.1, < 4.1)
13
13
  activesupport (>= 3.1, < 4.1)
14
14
  compass-rails (>= 1.0, < 2.0)
@@ -1,3 +1,3 @@
1
1
  module Plinth
2
- VERSION = "0.0.1.beta.1"
2
+ VERSION = "0.0.1.beta.2"
3
3
  end
data/lib/plinth.rb CHANGED
@@ -1,9 +1,9 @@
1
1
  require "plinth/version"
2
- require 'sprockets/railtie'
3
2
  require 'sass-rails'
3
+ require 'rails'
4
4
 
5
5
  module Plinth
6
- class Railtie < ::Rails::Railtie
6
+ class Engine < ::Rails::Engine
7
7
  require "modular-scale"
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plinth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.beta.1
4
+ version: 0.0.1.beta.2
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: