mms2r 1.1.3 → 1.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +5 -0
- data/Manifest.txt +35 -35
- data/README.txt +1 -0
- data/lib/mms2r.rb +3 -1
- data/lib/mms2r/a_t_t_media.rb +13 -0
- data/lib/mms2r/media.rb +1 -1
- data/test/fixtures/att-image-01.mail +37 -0
- data/test/{files → fixtures}/cingularme-text-01.mail +0 -0
- data/test/{files → fixtures}/cingularme-text-02.mail +0 -0
- data/test/{files → fixtures}/dobson-image-01.mail +0 -0
- data/test/{files → fixtures}/dot.jpg +0 -0
- data/test/{files → fixtures}/helio-image-01.mail +0 -0
- data/test/{files → fixtures}/hello_world_empty_text.mail +0 -0
- data/test/{files → fixtures}/hello_world_mail_multipart.mail +0 -0
- data/test/{files → fixtures}/hello_world_mail_plain_no_content_type.mail +0 -0
- data/test/{files → fixtures}/hello_world_mail_plain_with_content_type.mail +0 -0
- data/test/{files → fixtures}/mmode-image-01.mail +0 -0
- data/test/{files → fixtures}/mycingular-image-01.mail +0 -0
- data/test/{files → fixtures}/nextel-image-01.mail +0 -0
- data/test/{files → fixtures}/nextel-image-02.mail +0 -0
- data/test/{files → fixtures}/nextel-image-03.mail +0 -0
- data/test/{files → fixtures}/nextel-image-04.mail +0 -0
- data/test/{files → fixtures}/simple-with-two-images-two-texts.mail +0 -0
- data/test/{files → fixtures}/simple_image.mail +0 -0
- data/test/{files → fixtures}/simple_multipart_alternative.mail +0 -0
- data/test/{files → fixtures}/sprint-broken-image-01.mail +0 -0
- data/test/{files → fixtures}/sprint-image-01.mail +0 -0
- data/test/{files → fixtures}/sprint-pcs-text-01.mail +0 -0
- data/test/{files → fixtures}/sprint-text-01.mail +0 -0
- data/test/{files → fixtures}/sprint-two-images-01.mail +0 -0
- data/test/{files → fixtures}/sprint-video-01.mail +0 -0
- data/test/{files → fixtures}/sprint.mov +0 -0
- data/test/{files → fixtures}/tmobile-image-01.mail +0 -0
- data/test/{files → fixtures}/tmobile-image-02.mail +0 -0
- data/test/{files → fixtures}/verizon-image-01.mail +0 -0
- data/test/{files → fixtures}/verizon-image-02.mail +0 -0
- data/test/{files → fixtures}/verizon-text-01.mail +0 -0
- data/test/{files → fixtures}/verizon-video-01.mail +0 -0
- data/test/{files → fixtures}/vtext-text-01.mail +0 -0
- data/test/test_helper.rb +2 -2
- data/test/test_mms2r_a_t_t_media.rb +36 -0
- data/test/test_mms2r_media.rb +1 -0
- data/test/test_mms2r_sprint_media.rb +4 -4
- metadata +39 -38
- data/tinderbox/sandbox/cache/sources-0.0.1.gem +0 -0
- data/tinderbox/sandbox/gems/sources-0.0.1/lib/sources.rb +0 -6
- data/tinderbox/sandbox/specifications/sources-0.0.1.gemspec +0 -8
data/History.txt
CHANGED
data/Manifest.txt
CHANGED
@@ -17,6 +17,7 @@ conf/mms2r_verizon_media_ignore.yml
|
|
17
17
|
conf/mms2r_verizon_media_transform.yml
|
18
18
|
dev_tools/debug_sprint_hpricot_parsing.rb
|
19
19
|
lib/mms2r.rb
|
20
|
+
lib/mms2r/a_t_t_media.rb
|
20
21
|
lib/mms2r/cingular_me_media.rb
|
21
22
|
lib/mms2r/dobson_media.rb
|
22
23
|
lib/mms2r/helio_media.rb
|
@@ -53,39 +54,41 @@ lib/vendor/tmail/scanner_r.rb
|
|
53
54
|
lib/vendor/tmail/stringio.rb
|
54
55
|
lib/vendor/tmail/tmail.rb
|
55
56
|
lib/vendor/tmail/utils.rb
|
56
|
-
test/
|
57
|
-
test/
|
58
|
-
test/
|
59
|
-
test/
|
60
|
-
test/
|
61
|
-
test/
|
62
|
-
test/
|
63
|
-
test/
|
64
|
-
test/
|
65
|
-
test/
|
66
|
-
test/
|
67
|
-
test/
|
68
|
-
test/
|
69
|
-
test/
|
70
|
-
test/
|
71
|
-
test/
|
72
|
-
test/
|
73
|
-
test/
|
74
|
-
test/
|
75
|
-
test/
|
76
|
-
test/
|
77
|
-
test/
|
78
|
-
test/
|
79
|
-
test/
|
80
|
-
test/
|
81
|
-
test/
|
82
|
-
test/
|
83
|
-
test/
|
84
|
-
test/
|
85
|
-
test/
|
86
|
-
test/
|
87
|
-
test/
|
57
|
+
test/fixtures/att-image-01.mail
|
58
|
+
test/fixtures/cingularme-text-01.mail
|
59
|
+
test/fixtures/cingularme-text-02.mail
|
60
|
+
test/fixtures/dobson-image-01.mail
|
61
|
+
test/fixtures/dot.jpg
|
62
|
+
test/fixtures/helio-image-01.mail
|
63
|
+
test/fixtures/hello_world_empty_text.mail
|
64
|
+
test/fixtures/hello_world_mail_multipart.mail
|
65
|
+
test/fixtures/hello_world_mail_plain_no_content_type.mail
|
66
|
+
test/fixtures/hello_world_mail_plain_with_content_type.mail
|
67
|
+
test/fixtures/mmode-image-01.mail
|
68
|
+
test/fixtures/mycingular-image-01.mail
|
69
|
+
test/fixtures/nextel-image-01.mail
|
70
|
+
test/fixtures/nextel-image-02.mail
|
71
|
+
test/fixtures/nextel-image-03.mail
|
72
|
+
test/fixtures/nextel-image-04.mail
|
73
|
+
test/fixtures/simple-with-two-images-two-texts.mail
|
74
|
+
test/fixtures/simple_image.mail
|
75
|
+
test/fixtures/simple_multipart_alternative.mail
|
76
|
+
test/fixtures/sprint-broken-image-01.mail
|
77
|
+
test/fixtures/sprint-image-01.mail
|
78
|
+
test/fixtures/sprint-pcs-text-01.mail
|
79
|
+
test/fixtures/sprint-text-01.mail
|
80
|
+
test/fixtures/sprint-two-images-01.mail
|
81
|
+
test/fixtures/sprint-video-01.mail
|
82
|
+
test/fixtures/sprint.mov
|
83
|
+
test/fixtures/tmobile-image-01.mail
|
84
|
+
test/fixtures/tmobile-image-02.mail
|
85
|
+
test/fixtures/verizon-image-01.mail
|
86
|
+
test/fixtures/verizon-image-02.mail
|
87
|
+
test/fixtures/verizon-text-01.mail
|
88
|
+
test/fixtures/verizon-video-01.mail
|
89
|
+
test/fixtures/vtext-text-01.mail
|
88
90
|
test/test_helper.rb
|
91
|
+
test/test_mms2r_a_t_t_media.rb
|
89
92
|
test/test_mms2r_cingular_me_media.rb
|
90
93
|
test/test_mms2r_dobson_media.rb
|
91
94
|
test/test_mms2r_helio_media.rb
|
@@ -98,8 +101,5 @@ test/test_mms2r_sprint_pcs_media.rb
|
|
98
101
|
test/test_mms2r_t_mobile_media.rb
|
99
102
|
test/test_mms2r_verizon_media.rb
|
100
103
|
test/test_mms2r_vtext_media.rb
|
101
|
-
tinderbox/sandbox/cache/sources-0.0.1.gem
|
102
|
-
tinderbox/sandbox/gems/sources-0.0.1/lib/sources.rb
|
103
|
-
tinderbox/sandbox/specifications/sources-0.0.1.gemspec
|
104
104
|
vendor/plugins/mms2r/lib/autotest/discover.rb
|
105
105
|
vendor/plugins/mms2r/lib/autotest/mms2r.rb
|
data/README.txt
CHANGED
data/lib/mms2r.rb
CHANGED
@@ -6,6 +6,7 @@
|
|
6
6
|
|
7
7
|
$:.unshift(File.dirname(__FILE__) + "/vendor/")
|
8
8
|
require 'mms2r/media'
|
9
|
+
require 'mms2r/a_t_t_media'
|
9
10
|
require 'mms2r/cingular_me_media'
|
10
11
|
require 'mms2r/dobson_media'
|
11
12
|
require 'mms2r/helio_media'
|
@@ -28,6 +29,7 @@ module MMS2R
|
|
28
29
|
# is not available MMS2R::Media should be used.
|
29
30
|
|
30
31
|
CARRIER_CLASSES = {
|
32
|
+
'mms.att.net' => MMS2R::ATTMedia,
|
31
33
|
'cingularme.com' => MMS2R::CingularMeMedia,
|
32
34
|
'mms.dobson.net' => MMS2R::DobsonMedia,
|
33
35
|
'mms.myhelio.com' => MMS2R::HelioMedia,
|
@@ -59,7 +61,7 @@ module MMS2R
|
|
59
61
|
##
|
60
62
|
# MMS2R Library version
|
61
63
|
|
62
|
-
VERSION = '1.1.
|
64
|
+
VERSION = '1.1.4'
|
63
65
|
|
64
66
|
end
|
65
67
|
|
@@ -0,0 +1,13 @@
|
|
1
|
+
module MMS2R
|
2
|
+
|
3
|
+
##
|
4
|
+
# AT&T version of MMS2R::Media
|
5
|
+
#
|
6
|
+
# The AT&T examples (like their MMode brothers)
|
7
|
+
# do not contain advertising and the subject of the
|
8
|
+
# message can be the file name of the media attached
|
9
|
+
# to the MMS or empty.
|
10
|
+
|
11
|
+
class MMS2R::ATTMedia < MMS2R::Media
|
12
|
+
end
|
13
|
+
end
|
data/lib/mms2r/media.rb
CHANGED
@@ -0,0 +1,37 @@
|
|
1
|
+
Date: Thu, 2 Aug 2007 16:05:20 -0700
|
2
|
+
From: 12068675309@mms.att.net
|
3
|
+
To: hello@example.com
|
4
|
+
Message-Id: <6636176.4567095920490.JavaMail.wluser@xyzab01>
|
5
|
+
Subject:
|
6
|
+
Mime-Version: 1.0
|
7
|
+
Content-Type: multipart/mixed;
|
8
|
+
boundary=mimepart_46b78c9dd2de6_3f318b82120
|
9
|
+
Delivery-Date: Thu, 02 Aug 2007 23:05:30 +0000
|
10
|
+
X-Mms-Priority: 1
|
11
|
+
Envelope-To: hello@example.com
|
12
|
+
X-Mms-Transaction-Id: 3268915494-0
|
13
|
+
X-Mms-Message-Type: 0
|
14
|
+
X-Nokia-Ag-Internal: ; smiltype=true; internaldate=1186095920482
|
15
|
+
X-Mms-Sender-Visibility: 1
|
16
|
+
X-Mms-Read-Reply: 1
|
17
|
+
X-Mms-Message-Class: 0
|
18
|
+
X-Mms-Delivery-Report: 1
|
19
|
+
X-Mms-Mms-Version: 16
|
20
|
+
X-Nokia-Ag-Version: 2.0
|
21
|
+
|
22
|
+
|
23
|
+
--mimepart_46b78c9dd2de6_3f318b82120
|
24
|
+
Content-Type: image/jpeg
|
25
|
+
Content-Transfer-Encoding: Base64
|
26
|
+
Content-Disposition: inline
|
27
|
+
Content-Location: Photo_12.jpg
|
28
|
+
|
29
|
+
/9j/4AAQSkZJRgABAQEASABIAAD/4QAWRXhpZgAATU0AKgAAAAgAAAAAAAD//gAXQ3JlYXRl
|
30
|
+
ZCB3aXRoIFRoZSBHSU1Q/9sAQwAFAwQEBAMFBAQEBQUFBgcMCAcHBwcPCwsJDBEPEhIRDxER
|
31
|
+
ExYcFxMUGhURERghGBodHR8fHxMXIiQiHiQcHh8e/9sAQwEFBQUHBgcOCAgOHhQRFB4eHh4e
|
32
|
+
Hh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4e/8AAEQgAAQAB
|
33
|
+
AwEiAAIRAQMRAf/EABUAAQEAAAAAAAAAAAAAAAAAAAAH/8QAFBABAAAAAAAAAAAAAAAAAAAA
|
34
|
+
AP/EABUBAQEAAAAAAAAAAAAAAAAAAAcI/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQAC
|
35
|
+
EQMRAD8AlgA6WW//2Q==
|
36
|
+
|
37
|
+
--mimepart_46b78c9dd2de6_3f318b82120--
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/test/test_helper.rb
CHANGED
@@ -0,0 +1,36 @@
|
|
1
|
+
$:.unshift File.join(File.dirname(__FILE__), "..", "lib")
|
2
|
+
require File.dirname(__FILE__) + "/test_helper"
|
3
|
+
require 'test/unit'
|
4
|
+
require 'rubygems'
|
5
|
+
require 'mms2r'
|
6
|
+
require 'mms2r/media'
|
7
|
+
require 'tmail/mail'
|
8
|
+
require 'logger'
|
9
|
+
|
10
|
+
class MMS2R::ATTMediaTest < Test::Unit::TestCase
|
11
|
+
include MMS2R::TestHelper
|
12
|
+
|
13
|
+
def setup
|
14
|
+
@log = Logger.new(STDOUT)
|
15
|
+
@log.level = Logger::DEBUG
|
16
|
+
@log.datetime_format = "%H:%M:%S"
|
17
|
+
end
|
18
|
+
|
19
|
+
def teardown; end
|
20
|
+
|
21
|
+
def test_simple
|
22
|
+
mail = TMail::Mail.parse(load_mail('att-image-01.mail').join)
|
23
|
+
mms = MMS2R::Media.create(mail)
|
24
|
+
assert_equal(MMS2R::ATTMedia, mms.class, "expected a #{MMS2R::ATTMedia} and received a #{mms.class}")
|
25
|
+
mms.process
|
26
|
+
|
27
|
+
assert(mms.media.size == 1)
|
28
|
+
assert_nil(mms.media['text/plain'])
|
29
|
+
assert_nil(mms.media['text/html'])
|
30
|
+
assert_not_nil(mms.media['image/jpeg'][0])
|
31
|
+
assert_match(/Photo_12.jpg$/, mms.media['image/jpeg'][0])
|
32
|
+
|
33
|
+
assert_file_size(mms.media['image/jpeg'][0], 337)
|
34
|
+
mms.purge
|
35
|
+
end
|
36
|
+
end
|
data/test/test_mms2r_media.rb
CHANGED
@@ -18,6 +18,7 @@ class MMS2R::MediaTest < Test::Unit::TestCase
|
|
18
18
|
|
19
19
|
CARRIER_TO_CLASS = {
|
20
20
|
'mms2r.media' => MMS2R::Media,
|
21
|
+
'mms.att.net' => MMS2R::ATTMedia,
|
21
22
|
'cingularme.com' => MMS2R::CingularMeMedia,
|
22
23
|
'mms.dobson.net' => MMS2R::DobsonMedia,
|
23
24
|
'mms.myhelio.com' => MMS2R::HelioMedia,
|
@@ -14,7 +14,7 @@ require 'logger'
|
|
14
14
|
class SimpleImageServlet < WEBrick::HTTPServlet::AbstractServlet
|
15
15
|
def do_GET(req, res)
|
16
16
|
res['Content-Type'] = "image/jpeg"
|
17
|
-
f = "
|
17
|
+
f = "fixtures/dot.jpg"
|
18
18
|
res.body = File.open("#{File.dirname(__FILE__)}/#{f}", 'rb') { |file|
|
19
19
|
file.read
|
20
20
|
}
|
@@ -33,7 +33,7 @@ end
|
|
33
33
|
class SimpleVideoServlet < WEBrick::HTTPServlet::AbstractServlet
|
34
34
|
def do_GET(req, res)
|
35
35
|
res['Content-Type'] = "video/quicktime"
|
36
|
-
f = "
|
36
|
+
f = "fixtures/sprint.mov"
|
37
37
|
res.body = File.open("#{File.dirname(__FILE__)}/#{f}", 'rb') { |file|
|
38
38
|
file.read
|
39
39
|
}
|
@@ -212,10 +212,10 @@ class MMS2R::SprintMediaTest < Test::Unit::TestCase
|
|
212
212
|
mms.purge
|
213
213
|
end
|
214
214
|
|
215
|
-
def
|
215
|
+
def test_get_body_should_return_nil_when_there_is_no_user_text
|
216
216
|
mail = TMail::Mail.parse(load_mail('sprint-image-01.mail').join)
|
217
217
|
mms = MMS2R::Media.create(mail)
|
218
218
|
mms.process
|
219
|
-
assert_equal
|
219
|
+
assert_equal nil, mms.get_body
|
220
220
|
end
|
221
221
|
end
|
metadata
CHANGED
@@ -3,15 +3,15 @@ rubygems_version: 0.9.4
|
|
3
3
|
specification_version: 1
|
4
4
|
name: mms2r
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 1.1.
|
7
|
-
date: 2007-07
|
6
|
+
version: 1.1.4
|
7
|
+
date: 2007-08-07 00:00:00 -07:00
|
8
8
|
summary: Extract user media from MMS (and not carrier cruft)
|
9
9
|
require_paths:
|
10
10
|
- lib
|
11
11
|
email: mikemondragon@gmail.com
|
12
12
|
homepage: http://mms2r.rubyforge.org/
|
13
13
|
rubyforge_project: mms2r
|
14
|
-
description: "== DESCRIPTION: MMS2R is a library that decodes the parts of an MMS message to disk while stripping out advertising injected by the cellphone carriers. MMS messages are multipart email and the carriers often inject branding into these messages. Use MMS2R if you want to get at the real user generated content from a MMS without having to deal with the cruft from the carriers. If MMS2R is not aware of a particular carrier no extra processing is done to the MMS other than decoding and consolidating its media. Contact the author to add additional carriers to be processed by the library. Suggestions and patches appreciated and welcomed! Corpus of carriers currently processed by MMS2R: * AT&T/Cingular => mmode.com * Cingular => mms.mycingular.com * Cingular => cingularme.com * Dobson/Cellular One => mms.dobson.net * Helio => mms.myhelio.com * Nextel => messaging.nextel.com * Sprint => pm.sprint.com * Sprint => messaging.sprintpcs.com * T-Mobile => tmomail.net * Verizon => vzwpix.com * Verizon => vtext.com"
|
14
|
+
description: "== DESCRIPTION: MMS2R is a library that decodes the parts of an MMS message to disk while stripping out advertising injected by the cellphone carriers. MMS messages are multipart email and the carriers often inject branding into these messages. Use MMS2R if you want to get at the real user generated content from a MMS without having to deal with the cruft from the carriers. If MMS2R is not aware of a particular carrier no extra processing is done to the MMS other than decoding and consolidating its media. Contact the author to add additional carriers to be processed by the library. Suggestions and patches appreciated and welcomed! Corpus of carriers currently processed by MMS2R: * AT&T => mms.att.net * AT&T/Cingular => mmode.com * Cingular => mms.mycingular.com * Cingular => cingularme.com * Dobson/Cellular One => mms.dobson.net * Helio => mms.myhelio.com * Nextel => messaging.nextel.com * Sprint => pm.sprint.com * Sprint => messaging.sprintpcs.com * T-Mobile => tmomail.net * Verizon => vzwpix.com * Verizon => vtext.com"
|
15
15
|
autorequire:
|
16
16
|
default_executable:
|
17
17
|
bindir: bin
|
@@ -48,6 +48,7 @@ files:
|
|
48
48
|
- conf/mms2r_verizon_media_transform.yml
|
49
49
|
- dev_tools/debug_sprint_hpricot_parsing.rb
|
50
50
|
- lib/mms2r.rb
|
51
|
+
- lib/mms2r/a_t_t_media.rb
|
51
52
|
- lib/mms2r/cingular_me_media.rb
|
52
53
|
- lib/mms2r/dobson_media.rb
|
53
54
|
- lib/mms2r/helio_media.rb
|
@@ -84,39 +85,41 @@ files:
|
|
84
85
|
- lib/vendor/tmail/stringio.rb
|
85
86
|
- lib/vendor/tmail/tmail.rb
|
86
87
|
- lib/vendor/tmail/utils.rb
|
87
|
-
- test/
|
88
|
-
- test/
|
89
|
-
- test/
|
90
|
-
- test/
|
91
|
-
- test/
|
92
|
-
- test/
|
93
|
-
- test/
|
94
|
-
- test/
|
95
|
-
- test/
|
96
|
-
- test/
|
97
|
-
- test/
|
98
|
-
- test/
|
99
|
-
- test/
|
100
|
-
- test/
|
101
|
-
- test/
|
102
|
-
- test/
|
103
|
-
- test/
|
104
|
-
- test/
|
105
|
-
- test/
|
106
|
-
- test/
|
107
|
-
- test/
|
108
|
-
- test/
|
109
|
-
- test/
|
110
|
-
- test/
|
111
|
-
- test/
|
112
|
-
- test/
|
113
|
-
- test/
|
114
|
-
- test/
|
115
|
-
- test/
|
116
|
-
- test/
|
117
|
-
- test/
|
118
|
-
- test/
|
88
|
+
- test/fixtures/att-image-01.mail
|
89
|
+
- test/fixtures/cingularme-text-01.mail
|
90
|
+
- test/fixtures/cingularme-text-02.mail
|
91
|
+
- test/fixtures/dobson-image-01.mail
|
92
|
+
- test/fixtures/dot.jpg
|
93
|
+
- test/fixtures/helio-image-01.mail
|
94
|
+
- test/fixtures/hello_world_empty_text.mail
|
95
|
+
- test/fixtures/hello_world_mail_multipart.mail
|
96
|
+
- test/fixtures/hello_world_mail_plain_no_content_type.mail
|
97
|
+
- test/fixtures/hello_world_mail_plain_with_content_type.mail
|
98
|
+
- test/fixtures/mmode-image-01.mail
|
99
|
+
- test/fixtures/mycingular-image-01.mail
|
100
|
+
- test/fixtures/nextel-image-01.mail
|
101
|
+
- test/fixtures/nextel-image-02.mail
|
102
|
+
- test/fixtures/nextel-image-03.mail
|
103
|
+
- test/fixtures/nextel-image-04.mail
|
104
|
+
- test/fixtures/simple-with-two-images-two-texts.mail
|
105
|
+
- test/fixtures/simple_image.mail
|
106
|
+
- test/fixtures/simple_multipart_alternative.mail
|
107
|
+
- test/fixtures/sprint-broken-image-01.mail
|
108
|
+
- test/fixtures/sprint-image-01.mail
|
109
|
+
- test/fixtures/sprint-pcs-text-01.mail
|
110
|
+
- test/fixtures/sprint-text-01.mail
|
111
|
+
- test/fixtures/sprint-two-images-01.mail
|
112
|
+
- test/fixtures/sprint-video-01.mail
|
113
|
+
- test/fixtures/sprint.mov
|
114
|
+
- test/fixtures/tmobile-image-01.mail
|
115
|
+
- test/fixtures/tmobile-image-02.mail
|
116
|
+
- test/fixtures/verizon-image-01.mail
|
117
|
+
- test/fixtures/verizon-image-02.mail
|
118
|
+
- test/fixtures/verizon-text-01.mail
|
119
|
+
- test/fixtures/verizon-video-01.mail
|
120
|
+
- test/fixtures/vtext-text-01.mail
|
119
121
|
- test/test_helper.rb
|
122
|
+
- test/test_mms2r_a_t_t_media.rb
|
120
123
|
- test/test_mms2r_cingular_me_media.rb
|
121
124
|
- test/test_mms2r_dobson_media.rb
|
122
125
|
- test/test_mms2r_helio_media.rb
|
@@ -129,9 +132,6 @@ files:
|
|
129
132
|
- test/test_mms2r_t_mobile_media.rb
|
130
133
|
- test/test_mms2r_verizon_media.rb
|
131
134
|
- test/test_mms2r_vtext_media.rb
|
132
|
-
- tinderbox/sandbox/cache/sources-0.0.1.gem
|
133
|
-
- tinderbox/sandbox/gems/sources-0.0.1/lib/sources.rb
|
134
|
-
- tinderbox/sandbox/specifications/sources-0.0.1.gemspec
|
135
135
|
- vendor/plugins/mms2r/lib/autotest/discover.rb
|
136
136
|
- vendor/plugins/mms2r/lib/autotest/mms2r.rb
|
137
137
|
test_files:
|
@@ -148,6 +148,7 @@ test_files:
|
|
148
148
|
- test/test_mms2r_verizon_media.rb
|
149
149
|
- test/test_helper.rb
|
150
150
|
- test/test_mms2r_t_mobile_media.rb
|
151
|
+
- test/test_mms2r_a_t_t_media.rb
|
151
152
|
rdoc_options:
|
152
153
|
- --main
|
153
154
|
- README.txt
|
Binary file
|