mailee 0.1.0 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/init.rb +0 -3
- data/lib/mailee.rb +2 -11
- data/mailee.gemspec +3 -1
- data/pkg/mailee-0.1.0.gem +0 -0
- data/pkg/mailee-0.1.1.gem +0 -0
- data/pkg/mailee-0.1.2.gem +0 -0
- metadata +4 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.2
|
data/init.rb
CHANGED
data/lib/mailee.rb
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
require 'active_resource'
|
1
2
|
module Mailee
|
2
3
|
class Config < ActiveResource::Base
|
3
4
|
# O self.site tem q ser configurado no environment!
|
@@ -135,17 +136,7 @@ module Mailee
|
|
135
136
|
end
|
136
137
|
end
|
137
138
|
end
|
138
|
-
|
139
139
|
end
|
140
|
-
|
141
|
-
|
142
140
|
end
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
141
|
end
|
151
|
-
|
142
|
+
ActiveRecord::Base.send(:include, Mailee::Sync)
|
data/mailee.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{mailee}
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Juan Maiz"]
|
@@ -29,6 +29,8 @@ Gem::Specification.new do |s|
|
|
29
29
|
"lib/mailee.rb",
|
30
30
|
"mailee.gemspec",
|
31
31
|
"pkg/mailee-0.1.0.gem",
|
32
|
+
"pkg/mailee-0.1.1.gem",
|
33
|
+
"pkg/mailee-0.1.2.gem",
|
32
34
|
"tasks/mailee_tasks.rake",
|
33
35
|
"test/helper.rb",
|
34
36
|
"test/test_mailee.rb"
|
data/pkg/mailee-0.1.0.gem
CHANGED
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
version: 0.1.
|
8
|
+
- 2
|
9
|
+
version: 0.1.2
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Juan Maiz
|
@@ -40,6 +40,8 @@ files:
|
|
40
40
|
- lib/mailee.rb
|
41
41
|
- mailee.gemspec
|
42
42
|
- pkg/mailee-0.1.0.gem
|
43
|
+
- pkg/mailee-0.1.1.gem
|
44
|
+
- pkg/mailee-0.1.2.gem
|
43
45
|
- tasks/mailee_tasks.rake
|
44
46
|
- test/helper.rb
|
45
47
|
- test/test_mailee.rb
|