-
Notifications
You must be signed in to change notification settings - Fork 6
/
mailee.gemspec
135 lines (130 loc) · 4.49 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
122
123
124
125
126
127
128
129
130
131
132
133
134
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{mailee}
s.version = "0.6.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Juan Maiz"]
s.date = %q{2012-02-03}
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"
]
s.files = [
".rspec",
"Gemfile",
"Gemfile.lock",
"LICENSE",
"MIT-LICENSE",
"README.markdown",
"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/schema.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",
"pkg/mailee-0.4.4.gem",
"pkg/mailee-0.5.1.gem",
"spec/am_spec_helper.rb",
"spec/ar_spec_helper.rb",
"spec/mailee-api-am_spec.rb",
"spec/mailee-api-ar_spec.rb",
"spec/mailee-api_spec.rb",
"spec/spec_helper.rb",
"tasks/mailee_tasks.rake"
]
s.homepage = %q{http://help.mailee.me/integration_rails.html}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.6.2}
s.summary = %q{Gem para uso da API do Mailee.me}
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<actionmailer>, ["~> 3.0"])
s.add_runtime_dependency(%q<activeresource>, ["~> 3.0"])
s.add_runtime_dependency(%q<activerecord>, ["~> 3.0"])
s.add_development_dependency(%q<rspec>, ["~> 2.8.0"])
s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_development_dependency(%q<jeweler>, ["~> 1.6.4"])
s.add_development_dependency(%q<sqlite3>, ["~> 1.3.4"])
else
s.add_dependency(%q<actionmailer>, ["~> 3.0"])
s.add_dependency(%q<activeresource>, ["~> 3.0"])
s.add_dependency(%q<activerecord>, ["~> 3.0"])
s.add_dependency(%q<rspec>, ["~> 2.8.0"])
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.6.4"])
s.add_dependency(%q<sqlite3>, ["~> 1.3.4"])
end
else
s.add_dependency(%q<actionmailer>, ["~> 3.0"])
s.add_dependency(%q<activeresource>, ["~> 3.0"])
s.add_dependency(%q<activerecord>, ["~> 3.0"])
s.add_dependency(%q<rspec>, ["~> 2.8.0"])
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.6.4"])
s.add_dependency(%q<sqlite3>, ["~> 1.3.4"])
end
end