erb2haml 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -1,5 +1,8 @@
1
1
  require 'rake'
2
2
 
3
+ $LOAD_PATH.unshift 'lib'
4
+
5
+
3
6
  desc "Release gem"
4
7
  task :release do
5
8
  require 'erb2haml'
@@ -1,6 +1,6 @@
1
- module ERb2Haml
2
- require 'erb2haml/railtie' if defined?(Rails)
1
+ require 'erb2haml/railtie'
3
2
 
4
- VERSION = "0.1.0"
3
+ module ERb2Haml
4
+ VERSION = "0.1.1"
5
5
  end
6
6
 
@@ -2,7 +2,6 @@ require 'erb2haml'
2
2
  require 'rails'
3
3
 
4
4
  module ERb2Haml
5
- VERSION = "0.1.0"
6
5
  class Railtie < Rails::Railtie
7
6
  rake_tasks do
8
7
  load 'erb2haml/railties/erb2haml.rake'
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - David Leung