forked from panopit/mailee-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mailee.gemspec
122 lines (117 loc) · 3.71 KB
/
mailee.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{mailee}
s.version = "0.4.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Juan Maiz"]
s.date = %q{2010-10-16}
s.description = %q{Permite sincronizar automaticamente seus modelos com o Mailee.me, inclusive com gerenciamento de optin.}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
"LICENSE",
"README.markdown",
"README.markdown.pt",
"README.rdoc"
]
s.files = [
"LICENSE",
"MIT-LICENSE",
"README.markdown",
"README.rdoc",
"Rakefile",
"VERSION",
"app/.gitignore",
"app/Gemfile",
"app/Gemfile.lock",
"app/README",
"app/Rakefile",
"app/app/controllers/application_controller.rb",
"app/app/helpers/application_helper.rb",
"app/app/mailers/foo.rb",
"app/app/views/foo/bar.html.erb",
"app/app/views/foo/baz.text.erb",
"app/app/views/layouts/application.html.erb",
"app/config.ru",
"app/config/application.rb",
"app/config/boot.rb",
"app/config/database.yml",
"app/config/environment.rb",
"app/config/environments/development.rb",
"app/config/environments/production.rb",
"app/config/environments/test.rb",
"app/config/initializers/backtrace_silencers.rb",
"app/config/initializers/inflections.rb",
"app/config/initializers/mailee.rb",
"app/config/initializers/mime_types.rb",
"app/config/initializers/secret_token.rb",
"app/config/initializers/session_store.rb",
"app/config/locales/en.yml",
"app/config/routes.rb",
"app/db/seeds.rb",
"app/doc/README_FOR_APP",
"app/lib/tasks/.gitkeep",
"app/public/404.html",
"app/public/422.html",
"app/public/500.html",
"app/public/favicon.ico",
"app/public/images/rails.png",
"app/public/index.html",
"app/public/javascripts/application.js",
"app/public/javascripts/controls.js",
"app/public/javascripts/dragdrop.js",
"app/public/javascripts/effects.js",
"app/public/javascripts/prototype.js",
"app/public/javascripts/rails.js",
"app/public/robots.txt",
"app/public/stylesheets/.gitkeep",
"app/script/rails",
"app/test.rb",
"app/test/functional/foo_test.rb",
"app/test/performance/browsing_test.rb",
"app/test/test_helper.rb",
"app/vendor/plugins/.gitkeep",
"init.rb",
"install.rb",
"lib/mailee.rb",
"lib/mailee/action_mailer.rb",
"lib/mailee/active_record.rb",
"lib/mailee/active_resource.rb",
"lib/mailee/railties.rb",
"mailee.gemspec",
"pkg/mailee-0.1.0.gem",
"pkg/mailee-0.1.1.gem",
"pkg/mailee-0.1.2.gem",
"spec/am_spec_helper.rb",
"spec/ar_spec_helper.rb",
"spec/mailee-api-am.rb",
"spec/mailee-api-ar.rb",
"spec/mailee-api.rb",
"spec/spec.opts",
"spec/spec_helper.rb",
"tasks/mailee_tasks.rake"
]
s.homepage = %q{http://help.mailee.me/integration_rails.html}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{Gem de integração do Mailee.me}
s.test_files = [
"spec/am_spec_helper.rb",
"spec/ar_spec_helper.rb",
"spec/mailee-api-am.rb",
"spec/mailee-api-ar.rb",
"spec/mailee-api.rb",
"spec/spec_helper.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end