smailer 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -18,9 +18,9 @@ Then run `bundle install`. For Rails 2.x projects which do not use Bundler, add
18
18
 
19
19
  ### Generate and run the migration
20
20
 
21
- To create the tables needed by Smailer to operate, run the `smailer_migration` generator after installing the Gem. For Rails 3, you can do this:
21
+ To create the tables needed by Smailer to operate, run the `smailer:migration` generator after installing the Gem. For Rails 3, you can do this:
22
22
 
23
- rails g smailer_migration
23
+ rails g smailer:migration
24
24
 
25
25
  For Rails 2.x projects, use `script/generate smailer_migration`.
26
26
 
@@ -1,4 +1,4 @@
1
- class SmailerMigrationGenerator < Rails::Generators::Base
1
+ class SmailerMigrationGenerator < Rails::Generator::Base
2
2
  desc "Create a migration file with definitions of the tables needed to run Smailer."
3
3
 
4
4
  def manifest
@@ -1,3 +1,3 @@
1
1
  module Smailer
2
- VERSION = "0.2.5"
2
+ VERSION = "0.2.6"
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: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 5
10
- version: 0.2.5
9
+ - 6
10
+ version: 0.2.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dimitar Dimitrov