smailer 0.2.5 → 0.2.6
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.
- data/README.md +2 -2
- data/generators/smailer/smailer_migration_generator.rb +1 -1
- data/lib/smailer/version.rb +1 -1
- metadata +3 -3
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 `
|
|
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
|
|
23
|
+
rails g smailer:migration
|
|
24
24
|
|
|
25
25
|
For Rails 2.x projects, use `script/generate smailer_migration`.
|
|
26
26
|
|
data/lib/smailer/version.rb
CHANGED
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:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 6
|
|
10
|
+
version: 0.2.6
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Dimitar Dimitrov
|