pigeons 0.0.1pre → 0.0.1pre2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -16,6 +16,12 @@ Or install it yourself as:
16
16
 
17
17
  $ gem install pigeons
18
18
 
19
+ ## Installation
20
+
21
+ Pigeons requires a few changes to your app. Specifically, you'll need a PigeonLetter model in your ORM, and a PigeonMailer module to deliver emails. These can be created by calling:
22
+
23
+ rails generate pigeons:install
24
+
19
25
  ## Usage
20
26
 
21
27
  TODO: Write usage instructions here
@@ -1,3 +1,6 @@
1
+ require 'active_support/all'
2
+ require 'active_record'
3
+ require 'action_mailer'
1
4
 
2
5
  # Pigeon controls the Carrier Pigeon system
3
6
  # Note, we're going to try to make this not require Rails - but it may require some aspects of ActiveSupport, etc.
@@ -1,3 +1,3 @@
1
1
  module Pigeons
2
- VERSION = "0.0.1pre"
2
+ VERSION = "0.0.1pre2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pigeons
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1pre
4
+ version: 0.0.1pre2
5
5
  prerelease: 5
6
6
  platform: ruby
7
7
  authors: