active_wrapper 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -2
- data/gemspec.rb +1 -1
- data/lib/active_wrapper.rb +1 -0
- data/spec/active_wrapper/mail_spec.rb +1 -1
- metadata +2 -2
data/Rakefile
CHANGED
data/gemspec.rb
CHANGED
data/lib/active_wrapper.rb
CHANGED
@@ -10,7 +10,7 @@ describe ActiveWrapper::Db do
|
|
10
10
|
end
|
11
11
|
|
12
12
|
it "should set instance variables" do
|
13
|
-
$mail.base.should
|
13
|
+
$mail.base.should =~ %r{active_wrapper/spec/example_project}
|
14
14
|
$mail.config.should == {
|
15
15
|
:smtp => {
|
16
16
|
:address => "smtp.gmail.com",
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_wrapper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Winton Welsh
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2010-
|
12
|
+
date: 2010-02-23 00:00:00 -08:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|