smailer 0.2.7 → 0.2.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,10 +2,9 @@ class SmailerMigrationGenerator < Rails::Generator::Base
2
2
  def manifest
3
3
  file_name = 'create_smailer_tables'
4
4
  @migration_name = file_name.camelize
5
- template_path = File.expand_path('../../lib/generators/smailer/templates/migration.rb.erb', File.dirname(__FILE__))
6
5
 
7
6
  record do |m|
8
- m.migration_template template_path, File.join('db', 'migrate'), :migration_file_name => file_name
7
+ m.migration_template 'migration.rb.erb', File.join('db', 'migrate'), :migration_file_name => file_name
9
8
  end
10
9
  end
11
10
  end
@@ -1,3 +1,3 @@
1
1
  module Smailer
2
- VERSION = "0.2.7"
2
+ VERSION = "0.2.8"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smailer
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 7
10
- version: 0.2.7
9
+ - 8
10
+ version: 0.2.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dimitar Dimitrov