salesflip-lead_notifications 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.10
1
+ 0.0.11
@@ -3,15 +3,11 @@ module LeadNotifications
3
3
 
4
4
  def lead_notification( lead )
5
5
  @lead = lead
6
- #mail(:to => lead.user.company.users.map(&:email), :subject => 'New Lead',
7
- # :from => 'service@salesflip.com')
8
- mail(:to => ['benjamin.pochhammer@1000jobboersen.de',
9
- 'florian.schiffer@1000jobboersen.de',
10
- 'stephan.mehdorn@1000jobboersen.de',
11
- 'mattbeedle@googlemail.com',
12
- 'annika.fleischer@1000jobboersen.de'],
6
+ mail(:to => ['florian.behn@1000jobboersen.de',
7
+ 'matt.beedle@1000jobboersen.de',
8
+ 'annika.fleischer@1000jobboersen.de'],
13
9
  :subject => 'New Lead',
14
10
  :from => 'service@salesflip.com')
15
11
  end
16
12
  end
17
- end
13
+ end
@@ -19,9 +19,9 @@ module LeadNotifications
19
19
  version '0.6'
20
20
  description 'Notify all users by email of a new lead arrival when it is added to the site by some means other than HTML'
21
21
  end
22
-
22
+
23
23
  require 'app/lead_notifications/mailers/lead_notification_mailer'
24
24
  require 'app/lead_notifications/lib/controller_hooks'
25
25
  end
26
26
  end
27
- end
27
+ end
@@ -1,36 +1,34 @@
1
1
  # Generated by jeweler
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{salesflip-lead_notifications}
8
- s.version = "0.0.10"
8
+ s.version = "0.0.11"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Matt Beedle"]
12
- s.date = %q{2010-10-27}
12
+ s.date = %q{2010-12-19}
13
13
  s.description = %q{A notification email is sent to all users when a new lead arrives}
14
14
  s.email = %q{matt.beedle@1000jobboersen.de}
15
15
  s.extra_rdoc_files = [
16
16
  "README"
17
17
  ]
18
18
  s.files = [
19
- ".gitignore",
20
- ".rvmrc",
21
- "README",
22
- "Rakefile",
23
- "VERSION",
24
- "lib/app/lead_notifications/lib/controller_hooks.rb",
25
- "lib/app/lead_notifications/lib/tasks/tasks.rake",
26
- "lib/app/lead_notifications/mailers/lead_notification_mailer.rb",
27
- "lib/app/lead_notifications/views/lead_notifications/lead_notification_mailer/lead_notification.text.erb",
28
- "lib/lead_notifications.rb",
29
- "lib/lead_notifications/engine.rb",
30
- "salesflip-lead_notifications.gemspec"
19
+ ".rvmrc",
20
+ "README",
21
+ "Rakefile",
22
+ "VERSION",
23
+ "lib/app/lead_notifications/lib/controller_hooks.rb",
24
+ "lib/app/lead_notifications/lib/tasks/tasks.rake",
25
+ "lib/app/lead_notifications/mailers/lead_notification_mailer.rb",
26
+ "lib/app/lead_notifications/views/lead_notifications/lead_notification_mailer/lead_notification.text.erb",
27
+ "lib/lead_notifications.rb",
28
+ "lib/lead_notifications/engine.rb",
29
+ "salesflip-lead_notifications.gemspec"
31
30
  ]
32
31
  s.homepage = %q{http://github.com/mattbeedle/salesflip-lead_notifications}
33
- s.rdoc_options = ["--charset=UTF-8"]
34
32
  s.require_paths = ["lib"]
35
33
  s.rubygems_version = %q{1.3.7}
36
34
  s.summary = %q{Add lead notifications to Salesflip}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: salesflip-lead_notifications
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 10
10
- version: 0.0.10
9
+ - 11
10
+ version: 0.0.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - Matt Beedle
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-27 00:00:00 +02:00
18
+ date: 2010-12-19 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -28,7 +28,6 @@ extensions: []
28
28
  extra_rdoc_files:
29
29
  - README
30
30
  files:
31
- - .gitignore
32
31
  - .rvmrc
33
32
  - README
34
33
  - Rakefile
@@ -45,8 +44,8 @@ homepage: http://github.com/mattbeedle/salesflip-lead_notifications
45
44
  licenses: []
46
45
 
47
46
  post_install_message:
48
- rdoc_options:
49
- - --charset=UTF-8
47
+ rdoc_options: []
48
+
50
49
  require_paths:
51
50
  - lib
52
51
  required_ruby_version: !ruby/object:Gem::Requirement
data/.gitignore DELETED
@@ -1 +0,0 @@
1
- pkg/*