eroi 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.3
data/eroi.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{eroi}
8
- s.version = "0.1.2"
8
+ s.version = "0.1.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["CardPlayer"]
@@ -102,17 +102,17 @@ class TestClient < Test::Unit::TestCase
102
102
 
103
103
  context "when sending an email to a contact" do
104
104
  teardown do
105
- # @client.remove_contact('longbob@longbob.com')
105
+ @client.remove_contact('longbob@longbob.com')
106
106
  end
107
107
 
108
108
  should "respond with a success" do
109
109
  @client.add_contact(
110
- :email => 'russ@bashme.org',
110
+ :email => 'longbob@longbob.com'
111
111
  :firstname => 'Longbob',
112
112
  :lastname => 'Longson',
113
113
  :mailing_lists => 'MainList')
114
114
 
115
- response = @client.send_list_edition_to_contact('MainList', 'Testing', 'russ@bashme.org')
115
+ response = @client.send_list_edition_to_contact('MainList', 'Testing', 'longbob@longbob.com')
116
116
 
117
117
  assert_equal true, response.success?
118
118
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eroi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - CardPlayer