smailer 0.2.9 → 0.2.10

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.
@@ -1,4 +1,4 @@
1
- class <%= @migration_name %> < ActiveRecord::Migration
1
+ class CreateSmailerTables < ActiveRecord::Migration
2
2
  def self.up
3
3
  create_table "mailing_lists", :force => true do |t|
4
4
  t.string "name"
@@ -10,7 +10,6 @@ module Smailer
10
10
 
11
11
  def generate_migration
12
12
  file_name = 'create_smailer_tables'
13
- @migration_name = file_name.camelize
14
13
 
15
14
  migration_template 'migration.rb.erb', "db/migrate/#{file_name}.rb"
16
15
  end
@@ -1,4 +1,4 @@
1
- class <%= @migration_name %> < ActiveRecord::Migration
1
+ class CreateSmailerTables < ActiveRecord::Migration
2
2
  def self.up
3
3
  create_table "mailing_lists", :force => true do |t|
4
4
  t.string "name"
@@ -1,3 +1,3 @@
1
1
  module Smailer
2
- VERSION = "0.2.9"
2
+ VERSION = "0.2.10"
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: 5
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 9
10
- version: 0.2.9
9
+ - 10
10
+ version: 0.2.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dimitar Dimitrov