representable 0.0.1.alpha1 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) hide show
  1. data/README.rdoc +58 -153
  2. data/lib/representable.rb +18 -42
  3. data/lib/representable/bindings/json_bindings.rb +69 -0
  4. data/lib/representable/bindings/xml_bindings.rb +152 -0
  5. data/lib/representable/definition.rb +1 -12
  6. data/lib/representable/json.rb +66 -0
  7. data/lib/representable/version.rb +1 -1
  8. data/lib/representable/xml.rb +32 -38
  9. data/representable.gemspec +3 -2
  10. data/test/bindings_test.rb +110 -0
  11. data/test/json_test.rb +130 -0
  12. data/test/{roxml_test.rb → representable_test.rb} +28 -9
  13. data/test/test_helper.rb +2 -0
  14. data/test/xml_test.rb +192 -0
  15. metadata +32 -105
  16. data/History.txt +0 -354
  17. data/TODO +0 -37
  18. data/VERSION +0 -1
  19. data/examples/amazon.rb +0 -35
  20. data/examples/current_weather.rb +0 -27
  21. data/examples/dashed_elements.rb +0 -20
  22. data/examples/library.rb +0 -40
  23. data/examples/posts.rb +0 -27
  24. data/examples/rails.rb +0 -70
  25. data/examples/twitter.rb +0 -37
  26. data/examples/xml/active_record.xml +0 -70
  27. data/examples/xml/amazon.xml +0 -133
  28. data/examples/xml/current_weather.xml +0 -89
  29. data/examples/xml/dashed_elements.xml +0 -52
  30. data/examples/xml/posts.xml +0 -23
  31. data/examples/xml/twitter.xml +0 -422
  32. data/lib/representable/references.rb +0 -153
  33. data/spec/definition_spec.rb +0 -495
  34. data/spec/examples/active_record_spec.rb +0 -41
  35. data/spec/examples/amazon_spec.rb +0 -54
  36. data/spec/examples/current_weather_spec.rb +0 -37
  37. data/spec/examples/dashed_elements_spec.rb +0 -20
  38. data/spec/examples/library_spec.rb +0 -46
  39. data/spec/examples/post_spec.rb +0 -24
  40. data/spec/examples/twitter_spec.rb +0 -32
  41. data/spec/roxml_integration_test.rb +0 -289
  42. data/spec/roxml_spec.rb +0 -372
  43. data/spec/shared_specs.rb +0 -15
  44. data/spec/spec_helper.rb +0 -5
  45. data/spec/support/libxml.rb +0 -3
  46. data/spec/support/nokogiri.rb +0 -3
  47. data/spec/xml/array_spec.rb +0 -36
  48. data/spec/xml/attributes_spec.rb +0 -71
  49. data/spec/xml/encoding_spec.rb +0 -53
  50. data/spec/xml/namespace_spec.rb +0 -270
  51. data/spec/xml/namespaces_spec.rb +0 -67
  52. data/spec/xml/object_spec.rb +0 -82
  53. data/spec/xml/parser_spec.rb +0 -21
  54. data/spec/xml/text_spec.rb +0 -71
  55. data/test/fixtures/book_malformed.xml +0 -5
  56. data/test/fixtures/book_pair.xml +0 -8
  57. data/test/fixtures/book_text_with_attribute.xml +0 -5
  58. data/test/fixtures/book_valid.xml +0 -5
  59. data/test/fixtures/book_with_authors.xml +0 -7
  60. data/test/fixtures/book_with_contributions.xml +0 -9
  61. data/test/fixtures/book_with_contributors.xml +0 -7
  62. data/test/fixtures/book_with_contributors_attrs.xml +0 -7
  63. data/test/fixtures/book_with_default_namespace.xml +0 -9
  64. data/test/fixtures/book_with_depth.xml +0 -6
  65. data/test/fixtures/book_with_octal_pages.xml +0 -4
  66. data/test/fixtures/book_with_publisher.xml +0 -7
  67. data/test/fixtures/book_with_wrapped_attr.xml +0 -3
  68. data/test/fixtures/dictionary_of_attr_name_clashes.xml +0 -8
  69. data/test/fixtures/dictionary_of_attrs.xml +0 -6
  70. data/test/fixtures/dictionary_of_guarded_names.xml +0 -6
  71. data/test/fixtures/dictionary_of_mixeds.xml +0 -4
  72. data/test/fixtures/dictionary_of_name_clashes.xml +0 -10
  73. data/test/fixtures/dictionary_of_names.xml +0 -4
  74. data/test/fixtures/dictionary_of_texts.xml +0 -10
  75. data/test/fixtures/library.xml +0 -30
  76. data/test/fixtures/library_uppercase.xml +0 -30
  77. data/test/fixtures/muffins.xml +0 -3
  78. data/test/fixtures/nameless_ageless_youth.xml +0 -2
  79. data/test/fixtures/node_with_attr_name_conflicts.xml +0 -1
  80. data/test/fixtures/node_with_name_conflicts.xml +0 -4
  81. data/test/fixtures/numerology.xml +0 -4
  82. data/test/fixtures/person.xml +0 -1
  83. data/test/fixtures/person_with_guarded_mothers.xml +0 -13
  84. data/test/fixtures/person_with_mothers.xml +0 -10
  85. data/test/mocks/dictionaries.rb +0 -57
  86. data/test/mocks/mocks.rb +0 -279
  87. data/test/support/fixtures.rb +0 -11
  88. data/test/unit/definition_test.rb +0 -235
  89. data/test/unit/deprecations_test.rb +0 -24
  90. data/test/unit/to_xml_test.rb +0 -81
  91. data/test/unit/xml_attribute_test.rb +0 -39
  92. data/test/unit/xml_block_test.rb +0 -81
  93. data/test/unit/xml_bool_test.rb +0 -122
  94. data/test/unit/xml_convention_test.rb +0 -150
  95. data/test/unit/xml_hash_test.rb +0 -115
  96. data/test/unit/xml_initialize_test.rb +0 -49
  97. data/test/unit/xml_name_test.rb +0 -141
  98. data/test/unit/xml_namespace_test.rb +0 -31
  99. data/test/unit/xml_object_test.rb +0 -206
  100. data/test/unit/xml_required_test.rb +0 -94
  101. data/test/unit/xml_text_test.rb +0 -71
  102. data/website/index.html +0 -98
@@ -1,52 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <commit>
3
- <removed type="array">
4
- <removed>
5
- <filename>commands.rb</filename>
6
- </removed>
7
- <removed>
8
- <filename>helpers.rb</filename>
9
- </removed>
10
- </removed>
11
- <added type="array">
12
- <added>
13
- <filename>commands/commands.rb</filename>
14
- </added>
15
- <added>
16
- <filename>commands/helpers.rb</filename>
17
- </added>
18
- </added>
19
- <message>move commands.rb and helpers.rb into commands/ dir</message>
20
- <modified type="array">
21
- <modified>
22
- <diff>@@ -56,7 +56,7 @@ module GitHub
23
- end
24
-
25
- def load(file)
26
- - file[0] == ?/ ? super : super(BasePath + "/#{file}")
27
- + file[0] == ?/ ? super : super(BasePath + "/commands/#{file}")
28
- end
29
-
30
- def debug(*messages)</diff>
31
- <filename>lib/github.rb</filename>
32
- </modified>
33
- </modified>
34
- <parents type="array">
35
- <parent>
36
- <id>d462d2a2e60438ded3dd9e8e6593ca4146c5a0ba</id>
37
- </parent>
38
- </parents>
39
- <url>http://github.com/defunkt/github-gem/commit/c26d4ce9807ecf57d3f9eefe19ae64e75bcaaa8b</url>
40
- <author>
41
- <name>Chris Wanstrath</name>
42
- <email>chris@ozmm.org</email>
43
- </author>
44
- <id>c26d4ce9807ecf57d3f9eefe19ae64e75bcaaa8b</id>
45
- <committed-date>2008-03-02T16:45:41-08:00</committed-date>
46
- <authored-date>2008-03-02T16:45:41-08:00</authored-date>
47
- <tree>28a1a1ca3e663d35ba8bf07d3f1781af71359b76</tree>
48
- <committer>
49
- <name>Chris Wanstrath</name>
50
- <email>chris@ozmm.org</email>
51
- </committer>
52
- </commit>
@@ -1,23 +0,0 @@
1
- <posts user="jnunemaker" tag="ruby">
2
- <post href="http://roxml.rubyforge.org/" hash="19bba2ab667be03a19f67fb67dc56917" description="ROXML - Ruby Object to XML Mapping Library" tag="ruby xml gems mapping" time="2008-08-09T05:24:20Z" others="56" extended="ROXML is a Ruby library designed to make it easier for Ruby developers to work with XML. Using simple annotations, it enables Ruby classes to be custom-mapped to XML. ROXML takes care of the marshalling and unmarshalling of mapped attributes so that developers can focus on building first-class Ruby classes."/>
3
- <post href="http://code.google.com/p/sparrow/" hash="1df8a7cb9e8960992556518c0ea0d146" description="sparrow - Google Code" tag="ruby sparrow memcache queue" time="2008-08-06T15:07:24Z" others="115" extended="Sparrow is a really fast lightweight queue written in Ruby that speaks memcache. That means you can use Sparrow with any memcached client library (Ruby or otherwise)."/>
4
- <post href="http://code.google.com/p/query-reviewer/" hash="963187e8bf350ae42e21eee13a2bef07" description="query-reviewer - Google Code" tag="rails ruby railstips plugins database optimization" time="2008-08-04T21:50:14Z" others="180" extended="This rails plugin not only runs &quot;EXPLAIN&quot; before each of your select queries in development, but provides a small DIV in the rendered output of each page with the summary of query warnings that it analyzed."/>
5
- <post href="http://dev.zeraweb.com/introducing-functor" hash="2cdd545934bd37ae6f4829c51b3041c5" description="dev.zeraweb.com: Introducing Functor" tag="ruby methods gems railstips" time="2008-08-04T21:46:47Z" others="61" extended="Really cool ruby lib for overloading method definitions. I can think of a few places this would be handy."/>
6
- <post href="http://prawn.majesticseacreature.com/" hash="92764e019de7553b4cd38017e42e4aaa" description="prawn.majesticseacreature.com" tag="pdf ruby railstips" time="2008-08-04T21:26:20Z" others="237" extended="pure ruby pdf generation library."/>
7
- <post href="http://meme-rocket.com/2006/09/28/ruby-moduleinclude-at-odds-with-duck-typing/" hash="4ce96c7c237161819e9625737c22b462" description="Bill Burcham’s memeRocket :: Ruby Module#include at Odds with Duck Typing." tag="ruby railstips enumerable comparable" time="2008-08-03T16:09:24Z" others="3" extended="How to build your own enumerable and comparable objects in ruby. This article is old but just came across it and found it handy."/>
8
- <post href="http://bl.ogtastic.com/archives/2008/7" hash="6bebd138c037d7d7c88a7046ca03f671" description="The right way to do something you should never do" tag="juggernaut observers rails flash ruby" time="2008-08-03T03:50:58Z" others="0" extended="Example of how to use juggernaut with an observer."/>
9
- <post href="http://ncavig.com/blog/?page_id=8" hash="55450d103d6e2dd609b203ad133d751f" description="Nic’s Notions » Juggernaut Tutorials" tag="juggernaut rails ruby flash plugins server chat" time="2008-08-03T02:26:39Z" others="30" extended="Several juggernaut tutorials."/>
10
- <post href="http://blog.labnotes.org/2008/05/05/distributed-twitter-client-in-20-lines-of-code/" hash="7c2a36292db109b144036a02eb3f46b7" description="Labnotes » Distributed Twitter Client in 20 lines of code" tag="xmpp ruby jabber xmpp4r" time="2008-08-01T18:16:23Z" others="18" extended="Cool little snippet of xmpp goodness to check your buddies status messages."/>
11
- <post href="http://labs.reevoo.com/plugins/beanstalk-messaging" hash="d100c10208acbf5e954320a5577838d9" description="reevoolabs - Beanstalk Messaging" tag="railstips messaging queue rails ruby" time="2008-07-28T02:57:00Z" others="33" extended="Good write up on beanstalk"/>
12
- <post href="http://www.slideshare.net/guest807bb2/rubyfringe?src=embed" hash="c3dc3b940dbe25e39737240b4e1ab071" description="Rockstar Memcached" tag="memcached performance caching ruby rails railstips" time="2008-07-28T02:30:50Z" others="11" extended="Killer presentation on memcached by Tobi of Shopify."/>
13
- <post href="http://www.igvita.com/2008/07/22/unix-signals-for-live-debugging/" hash="288054a38d870b15bdf060ed5c6b2a2e" description="Unix Signals for Live Debugging - igvita.com" tag="ruby signals unix debugging signal railstips" time="2008-07-27T04:53:00Z" others="86" extended="I've known how to kill processes and such but never quite understood kill. Ilya Grigorik explains not only how to send those signals but how to use them in your scripts to change the way they behave on the fly. Very cool."/>
14
- <post href="http://www.rubyinside.com/redcloth-4-released-962.html" hash="b3db9b84940ce550e26a560b83eb2f66" description="RedCloth 4.0 Released: 40x Faster Textile Rendering" tag="textile ruby gems railstips" time="2008-07-27T04:42:29Z" others="20" extended="Redcloth gets some serious love. It's now much faster. Sweet!"/>
15
- <post href="http://code.google.com/p/rubycas-server/" hash="b532ea5933e4eba76c44823e17fecd31" description="rubycas-server - Google Code" tag="sso authentication cas ruby" time="2008-07-22T17:04:09Z" others="132" extended="RubyCAS-Server provides a single sign-on solution for web applications, implementing the server-end of JA-SIG's CAS protocol."/>
16
- <post href="http://reinh.com/blog/2008/07/14/a-thinking-mans-sphinx.html" hash="033d72ac54d8c722618383e0e2aa18ff" description="ReinH — A Thinking Man's Sphinx" tag="rails railstips sphinx search ruby" time="2008-07-17T19:34:59Z" others="142" extended="A guide to the two sphynx plugins: ultrasphynx and thinksphynx and why you should choose one or the other."/>
17
- <post href="http://www.rubyinside.com/ruby-xml-crisis-over-libxml-0-8-0-released-955.html" hash="70490d9786f09db5ba5f7904f88d304c" description="libxml-ruby 0.8.0 Released: Ruby Gets Fast, Reliable XML Processing At Last" tag="libxml xml ruby gems" time="2008-07-17T18:22:23Z" others="55" extended="lib xml gets an update and now it's really fast."/>
18
- <post href="http://github.com/RISCfuture/autumn/tree/master" hash="9b47db4bf59da2009642f4084e3113a2" description="autumn at master — GitHub" tag="irc ruby gems" time="2008-07-17T18:20:19Z" others="18" extended="Easy, fresh, feature-rich IRC bots in Ruby"/>
19
- <post href="http://groups.google.com/group/datamapper/browse_thread/thread/d33fbb20e41fad04" hash="4403898c92b37788f002ad6d79a66b68" description="New Finder Syntax (before 1.0) -" tag="railstips ruby datamapper" time="2008-07-05T20:42:27Z" others="1" extended="really cool idea for conditions in datamapper. even if you don't use datamapper, read this as it's sweet."/>
20
- <post href="http://codeclimber.blogspot.com/2008/06/using-ruby-for-imap-with-gmail.html" hash="33bbf2492beac5fbf1fc167014060067" description="CodeClimber: using Ruby for IMAP with Gmail" tag="email gems gmail google imap rails railstips ruby" time="2008-07-05T20:06:47Z" others="118" extended="how to check gmail using ruby's IMAP libraries. the key is to use the login method instead of the authenticate one."/>
21
- <post href="http://xullicious.blogspot.com/2008/07/updated-curb-multi-interface-patch.html" hash="f95dcc012bdc13bc26bace3ceed10656" description="Xul for thought: Updated curb multi interface patch" tag="curl ruby http" time="2008-07-03T21:52:45Z" others="1" extended="Really cool multi curl stuff to rapidly hit urls."/>
22
- </posts>
23
- <!-- fe04.api.del.ac4.yahoo.net uncompressed/chunked Sat Aug 9 00:20:11 PDT 2008 -->
@@ -1,422 +0,0 @@
1
- <statuses type="array">
2
- <status>
3
- <created_at>Sat Aug 09 05:38:12 +0000 2008</created_at>
4
- <id>882281424</id>
5
- <text>I so just thought the guy lighting the Olympic torch was falling when he began to run on the wall. Wow that would have been catastrophic.</text>
6
- <source>web</source>
7
- <truncated>false</truncated>
8
- <in_reply_to_status_id>1234</in_reply_to_status_id>
9
- <in_reply_to_user_id>12345</in_reply_to_user_id>
10
- <favorited></favorited>
11
- <user>
12
- <id>4243</id>
13
- <name>John Nunemaker</name>
14
- <screen_name>jnunemaker</screen_name>
15
- <location>Mishawaka, IN, US</location>
16
- <description>Loves his wife, ruby, notre dame football and iu basketball</description>
17
- <profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/53781608/Photo_75_normal.jpg</profile_image_url>
18
- <url>http://addictedtonew.com</url>
19
- <protected>false</protected>
20
- <followers_count>486</followers_count>
21
- </user>
22
- </status>
23
- <status>
24
- <created_at>Sat Aug 09 02:04:56 +0000 2008</created_at>
25
- <id>882145663</id>
26
- <text>@ijonas - wow that stuff sounds sweet</text>
27
- <source>web</source>
28
- <truncated>false</truncated>
29
- <in_reply_to_status_id>882005142</in_reply_to_status_id>
30
- <in_reply_to_user_id>1000471</in_reply_to_user_id>
31
- <favorited></favorited>
32
- <user>
33
- <id>4243</id>
34
- <name>John Nunemaker</name>
35
- <screen_name>jnunemaker</screen_name>
36
- <location>Mishawaka, IN, US</location>
37
- <description>Loves his wife, ruby, notre dame football and iu basketball</description>
38
- <profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/53781608/Photo_75_normal.jpg</profile_image_url>
39
- <url>http://addictedtonew.com</url>
40
- <protected>false</protected>
41
- <followers_count>486</followers_count>
42
- </user>
43
- </status>
44
- <status>
45
- <created_at>Sat Aug 09 01:36:41 +0000 2008</created_at>
46
- <id>882126691</id>
47
- <text>Steph is driving Sally for the first time. I'm proud of her.</text>
48
- <source>&lt;a href="http://help.twitter.com/index.php?pg=kb.page&amp;id=75"&gt;txt&lt;/a&gt;</source>
49
- <truncated>false</truncated>
50
- <in_reply_to_status_id></in_reply_to_status_id>
51
- <in_reply_to_user_id></in_reply_to_user_id>
52
- <favorited></favorited>
53
- <user>
54
- <id>4243</id>
55
- <name>John Nunemaker</name>
56
- <screen_name>jnunemaker</screen_name>
57
- <location>Mishawaka, IN, US</location>
58
- <description>Loves his wife, ruby, notre dame football and iu basketball</description>
59
- <profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/53781608/Photo_75_normal.jpg</profile_image_url>
60
- <url>http://addictedtonew.com</url>
61
- <protected>false</protected>
62
- <followers_count>486</followers_count>
63
- </user>
64
- </status>
65
- <status>
66
- <created_at>Fri Aug 08 22:21:21 +0000 2008</created_at>
67
- <id>881987762</id>
68
- <text>@ijonas - what are you making with couchdb, ruby and httparty?</text>
69
- <source>web</source>
70
- <truncated>false</truncated>
71
- <in_reply_to_status_id>881947237</in_reply_to_status_id>
72
- <in_reply_to_user_id>1000471</in_reply_to_user_id>
73
- <favorited></favorited>
74
- <user>
75
- <id>4243</id>
76
- <name>John Nunemaker</name>
77
- <screen_name>jnunemaker</screen_name>
78
- <location>Mishawaka, IN, US</location>
79
- <description>Loves his wife, ruby, notre dame football and iu basketball</description>
80
- <profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/53781608/Photo_75_normal.jpg</profile_image_url>
81
- <url>http://addictedtonew.com</url>
82
- <protected>false</protected>
83
- <followers_count>486</followers_count>
84
- </user>
85
- </status>
86
- <status>
87
- <created_at>Fri Aug 08 14:20:14 +0000 2008</created_at>
88
- <id>881535796</id>
89
- <text>@oaknd1 - delete it off phone and iTunes.</text>
90
- <source>&lt;a href="http://help.twitter.com/index.php?pg=kb.page&amp;id=75"&gt;txt&lt;/a&gt;</source>
91
- <truncated>false</truncated>
92
- <in_reply_to_status_id>881526234</in_reply_to_status_id>
93
- <in_reply_to_user_id>3038211</in_reply_to_user_id>
94
- <favorited></favorited>
95
- <user>
96
- <id>4243</id>
97
- <name>John Nunemaker</name>
98
- <screen_name>jnunemaker</screen_name>
99
- <location>Mishawaka, IN, US</location>
100
- <description>Loves his wife, ruby, notre dame football and iu basketball</description>
101
- <profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/53781608/Photo_75_normal.jpg</profile_image_url>
102
- <url>http://addictedtonew.com</url>
103
- <protected>false</protected>
104
- <followers_count>486</followers_count>
105
- </user>
106
- </status>
107
- <status>
108
- <created_at>Fri Aug 08 14:07:29 +0000 2008</created_at>
109
- <id>881522394</id>
110
- <text>Listening to U2 "beautiful day" in honor of it being such a beautiful day.</text>
111
- <source>&lt;a href="http://help.twitter.com/index.php?pg=kb.page&amp;id=75"&gt;txt&lt;/a&gt;</source>
112
- <truncated>false</truncated>
113
- <in_reply_to_status_id></in_reply_to_status_id>
114
- <in_reply_to_user_id></in_reply_to_user_id>
115
- <favorited></favorited>
116
- <user>
117
- <id>4243</id>
118
- <name>John Nunemaker</name>
119
- <screen_name>jnunemaker</screen_name>
120
- <location>Mishawaka, IN, US</location>
121
- <description>Loves his wife, ruby, notre dame football and iu basketball</description>
122
- <profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/53781608/Photo_75_normal.jpg</profile_image_url>
123
- <url>http://addictedtonew.com</url>
124
- <protected>false</protected>
125
- <followers_count>486</followers_count>
126
- </user>
127
- </status>
128
- <status>
129
- <created_at>Fri Aug 08 14:06:44 +0000 2008</created_at>
130
- <id>881521592</id>
131
- <text>@lizsmc1 - hi! (just passed her on the road)</text>
132
- <source>&lt;a href="http://help.twitter.com/index.php?pg=kb.page&amp;id=75"&gt;txt&lt;/a&gt;</source>
133
- <truncated>false</truncated>
134
- <in_reply_to_status_id>881519558</in_reply_to_status_id>
135
- <in_reply_to_user_id>11485452</in_reply_to_user_id>
136
- <favorited></favorited>
137
- <user>
138
- <id>4243</id>
139
- <name>John Nunemaker</name>
140
- <screen_name>jnunemaker</screen_name>
141
- <location>Mishawaka, IN, US</location>
142
- <description>Loves his wife, ruby, notre dame football and iu basketball</description>
143
- <profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/53781608/Photo_75_normal.jpg</profile_image_url>
144
- <url>http://addictedtonew.com</url>
145
- <protected>false</protected>
146
- <followers_count>486</followers_count>
147
- </user>
148
- </status>
149
- <status>
150
- <created_at>Fri Aug 08 13:59:35 +0000 2008</created_at>
151
- <id>881514030</id>
152
- <text>Beautiful day for a motorcycle ride.</text>
153
- <source>&lt;a href="http://help.twitter.com/index.php?pg=kb.page&amp;id=75"&gt;txt&lt;/a&gt;</source>
154
- <truncated>false</truncated>
155
- <in_reply_to_status_id></in_reply_to_status_id>
156
- <in_reply_to_user_id></in_reply_to_user_id>
157
- <favorited></favorited>
158
- <user>
159
- <id>4243</id>
160
- <name>John Nunemaker</name>
161
- <screen_name>jnunemaker</screen_name>
162
- <location>Mishawaka, IN, US</location>
163
- <description>Loves his wife, ruby, notre dame football and iu basketball</description>
164
- <profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/53781608/Photo_75_normal.jpg</profile_image_url>
165
- <url>http://addictedtonew.com</url>
166
- <protected>false</protected>
167
- <followers_count>486</followers_count>
168
- </user>
169
- </status>
170
- <status>
171
- <created_at>Fri Aug 08 13:45:21 +0000 2008</created_at>
172
- <id>881499439</id>
173
- <text>@lizamc1 - no way! Politos will be missed. I remember eating a whole garlic pizza there with Joe.</text>
174
- <source>&lt;a href="http://help.twitter.com/index.php?pg=kb.page&amp;id=75"&gt;txt&lt;/a&gt;</source>
175
- <truncated>false</truncated>
176
- <in_reply_to_status_id></in_reply_to_status_id>
177
- <in_reply_to_user_id></in_reply_to_user_id>
178
- <favorited></favorited>
179
- <user>
180
- <id>4243</id>
181
- <name>John Nunemaker</name>
182
- <screen_name>jnunemaker</screen_name>
183
- <location>Mishawaka, IN, US</location>
184
- <description>Loves his wife, ruby, notre dame football and iu basketball</description>
185
- <profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/53781608/Photo_75_normal.jpg</profile_image_url>
186
- <url>http://addictedtonew.com</url>
187
- <protected>false</protected>
188
- <followers_count>486</followers_count>
189
- </user>
190
- </status>
191
- <status>
192
- <created_at>Fri Aug 08 13:41:50 +0000 2008</created_at>
193
- <id>881496024</id>
194
- <text>Riding my motorcyle to campus. Using the library basement for a meeting.</text>
195
- <source>&lt;a href="http://help.twitter.com/index.php?pg=kb.page&amp;id=75"&gt;txt&lt;/a&gt;</source>
196
- <truncated>false</truncated>
197
- <in_reply_to_status_id></in_reply_to_status_id>
198
- <in_reply_to_user_id></in_reply_to_user_id>
199
- <favorited></favorited>
200
- <user>
201
- <id>4243</id>
202
- <name>John Nunemaker</name>
203
- <screen_name>jnunemaker</screen_name>
204
- <location>Mishawaka, IN, US</location>
205
- <description>Loves his wife, ruby, notre dame football and iu basketball</description>
206
- <profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/53781608/Photo_75_normal.jpg</profile_image_url>
207
- <url>http://addictedtonew.com</url>
208
- <protected>false</protected>
209
- <followers_count>486</followers_count>
210
- </user>
211
- </status>
212
- <status>
213
- <created_at>Thu Aug 07 22:52:20 +0000 2008</created_at>
214
- <id>880896190</id>
215
- <text>Scraping super glue off my finger with a knife.</text>
216
- <source>web</source>
217
- <truncated>false</truncated>
218
- <in_reply_to_status_id></in_reply_to_status_id>
219
- <in_reply_to_user_id></in_reply_to_user_id>
220
- <favorited></favorited>
221
- <user>
222
- <id>4243</id>
223
- <name>John Nunemaker</name>
224
- <screen_name>jnunemaker</screen_name>
225
- <location>Mishawaka, IN, US</location>
226
- <description>Loves his wife, ruby, notre dame football and iu basketball</description>
227
- <profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/53781608/Photo_75_normal.jpg</profile_image_url>
228
- <url>http://addictedtonew.com</url>
229
- <protected>false</protected>
230
- <followers_count>486</followers_count>
231
- </user>
232
- </status>
233
- <status>
234
- <created_at>Thu Aug 07 22:14:35 +0000 2008</created_at>
235
- <id>880866160</id>
236
- <text>So cold...Starbucks north side, you win the day, but I shall bring a sweatshirt to our next battle!</text>
237
- <source>&lt;a href="http://help.twitter.com/index.php?pg=kb.page&amp;id=75"&gt;txt&lt;/a&gt;</source>
238
- <truncated>false</truncated>
239
- <in_reply_to_status_id></in_reply_to_status_id>
240
- <in_reply_to_user_id></in_reply_to_user_id>
241
- <favorited></favorited>
242
- <user>
243
- <id>4243</id>
244
- <name>John Nunemaker</name>
245
- <screen_name>jnunemaker</screen_name>
246
- <location>Mishawaka, IN, US</location>
247
- <description>Loves his wife, ruby, notre dame football and iu basketball</description>
248
- <profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/53781608/Photo_75_normal.jpg</profile_image_url>
249
- <url>http://addictedtonew.com</url>
250
- <protected>false</protected>
251
- <followers_count>486</followers_count>
252
- </user>
253
- </status>
254
- <status>
255
- <created_at>Thu Aug 07 17:25:40 +0000 2008</created_at>
256
- <id>880610064</id>
257
- <text>Headed home for a bit to get my headphones and then to the north side to meet @orderedlist.</text>
258
- <source>&lt;a href="http://help.twitter.com/index.php?pg=kb.page&amp;id=75"&gt;txt&lt;/a&gt;</source>
259
- <truncated>false</truncated>
260
- <in_reply_to_status_id></in_reply_to_status_id>
261
- <in_reply_to_user_id></in_reply_to_user_id>
262
- <favorited></favorited>
263
- <user>
264
- <id>4243</id>
265
- <name>John Nunemaker</name>
266
- <screen_name>jnunemaker</screen_name>
267
- <location>Mishawaka, IN, US</location>
268
- <description>Loves his wife, ruby, notre dame football and iu basketball</description>
269
- <profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/53781608/Photo_75_normal.jpg</profile_image_url>
270
- <url>http://addictedtonew.com</url>
271
- <protected>false</protected>
272
- <followers_count>485</followers_count>
273
- </user>
274
- </status>
275
- <status>
276
- <created_at>Thu Aug 07 17:15:59 +0000 2008</created_at>
277
- <id>880600278</id>
278
- <text>Panera wifi, why do you hate me?</text>
279
- <source>&lt;a href="http://help.twitter.com/index.php?pg=kb.page&amp;id=75"&gt;txt&lt;/a&gt;</source>
280
- <truncated>false</truncated>
281
- <in_reply_to_status_id></in_reply_to_status_id>
282
- <in_reply_to_user_id></in_reply_to_user_id>
283
- <favorited></favorited>
284
- <user>
285
- <id>4243</id>
286
- <name>John Nunemaker</name>
287
- <screen_name>jnunemaker</screen_name>
288
- <location>Mishawaka, IN, US</location>
289
- <description>Loves his wife, ruby, notre dame football and iu basketball</description>
290
- <profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/53781608/Photo_75_normal.jpg</profile_image_url>
291
- <url>http://addictedtonew.com</url>
292
- <protected>false</protected>
293
- <followers_count>485</followers_count>
294
- </user>
295
- </status>
296
- <status>
297
- <created_at>Thu Aug 07 15:46:25 +0000 2008</created_at>
298
- <id>880509577</id>
299
- <text>At panera. Turned my alarm off this morning and woke up late. Oh well.</text>
300
- <source>&lt;a href="http://help.twitter.com/index.php?pg=kb.page&amp;id=75"&gt;txt&lt;/a&gt;</source>
301
- <truncated>false</truncated>
302
- <in_reply_to_status_id></in_reply_to_status_id>
303
- <in_reply_to_user_id></in_reply_to_user_id>
304
- <favorited></favorited>
305
- <user>
306
- <id>4243</id>
307
- <name>John Nunemaker</name>
308
- <screen_name>jnunemaker</screen_name>
309
- <location>Mishawaka, IN, US</location>
310
- <description>Loves his wife, ruby, notre dame football and iu basketball</description>
311
- <profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/53781608/Photo_75_normal.jpg</profile_image_url>
312
- <url>http://addictedtonew.com</url>
313
- <protected>false</protected>
314
- <followers_count>485</followers_count>
315
- </user>
316
- </status>
317
- <status>
318
- <created_at>Thu Aug 07 15:01:35 +0000 2008</created_at>
319
- <id>880463746</id>
320
- <text>@kloh I remember days like that. Exhausting. Also, NullRiver said to sync again, uninstall app from phone and then resync app. Evidently ...</text>
321
- <source>web</source>
322
- <truncated>true</truncated>
323
- <in_reply_to_status_id>880432701</in_reply_to_status_id>
324
- <in_reply_to_user_id>10193732</in_reply_to_user_id>
325
- <favorited></favorited>
326
- <user>
327
- <id>4243</id>
328
- <name>John Nunemaker</name>
329
- <screen_name>jnunemaker</screen_name>
330
- <location>Mishawaka, IN, US</location>
331
- <description>Loves his wife, ruby, notre dame football and iu basketball</description>
332
- <profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/53781608/Photo_75_normal.jpg</profile_image_url>
333
- <url>http://addictedtonew.com</url>
334
- <protected>false</protected>
335
- <followers_count>485</followers_count>
336
- </user>
337
- </status>
338
- <status>
339
- <created_at>Thu Aug 07 02:52:38 +0000 2008</created_at>
340
- <id>879986739</id>
341
- <text>@kloh - I haven't updated my OS so I'm wondering how apple could have made the app stop working. I did contact NullRiver support just no ...</text>
342
- <source>web</source>
343
- <truncated>true</truncated>
344
- <in_reply_to_status_id>879980813</in_reply_to_status_id>
345
- <in_reply_to_user_id>10193732</in_reply_to_user_id>
346
- <favorited></favorited>
347
- <user>
348
- <id>4243</id>
349
- <name>John Nunemaker</name>
350
- <screen_name>jnunemaker</screen_name>
351
- <location>Mishawaka, IN, US</location>
352
- <description>Loves his wife, ruby, notre dame football and iu basketball</description>
353
- <profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/53781608/Photo_75_normal.jpg</profile_image_url>
354
- <url>http://addictedtonew.com</url>
355
- <protected>false</protected>
356
- <followers_count>486</followers_count>
357
- </user>
358
- </status>
359
- <status>
360
- <created_at>Thu Aug 07 02:38:58 +0000 2008</created_at>
361
- <id>879976045</id>
362
- <text>@jerry - i went with the pdf download.</text>
363
- <source>web</source>
364
- <truncated>false</truncated>
365
- <in_reply_to_status_id>879878196</in_reply_to_status_id>
366
- <in_reply_to_user_id>613</in_reply_to_user_id>
367
- <favorited></favorited>
368
- <user>
369
- <id>4243</id>
370
- <name>John Nunemaker</name>
371
- <screen_name>jnunemaker</screen_name>
372
- <location>Mishawaka, IN, US</location>
373
- <description>Loves his wife, ruby, notre dame football and iu basketball</description>
374
- <profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/53781608/Photo_75_normal.jpg</profile_image_url>
375
- <url>http://addictedtonew.com</url>
376
- <protected>false</protected>
377
- <followers_count>486</followers_count>
378
- </user>
379
- </status>
380
- <status>
381
- <created_at>Thu Aug 07 02:31:26 +0000 2008</created_at>
382
- <id>879969851</id>
383
- <text>@kloh - it worked at home for multiple tests and just stopped when I acyltually needed it.</text>
384
- <source>&lt;a href="http://help.twitter.com/index.php?pg=kb.page&amp;id=75"&gt;txt&lt;/a&gt;</source>
385
- <truncated>false</truncated>
386
- <in_reply_to_status_id>879968483</in_reply_to_status_id>
387
- <in_reply_to_user_id>10193732</in_reply_to_user_id>
388
- <favorited></favorited>
389
- <user>
390
- <id>4243</id>
391
- <name>John Nunemaker</name>
392
- <screen_name>jnunemaker</screen_name>
393
- <location>Mishawaka, IN, US</location>
394
- <description>Loves his wife, ruby, notre dame football and iu basketball</description>
395
- <profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/53781608/Photo_75_normal.jpg</profile_image_url>
396
- <url>http://addictedtonew.com</url>
397
- <protected>false</protected>
398
- <followers_count>486</followers_count>
399
- </user>
400
- </status>
401
- <status>
402
- <created_at>Thu Aug 07 01:18:28 +0000 2008</created_at>
403
- <id>879913748</id>
404
- <text>Netshare will no longer start up for me. Of course it borks the first time I actually want to use it.</text>
405
- <source>&lt;a href="http://help.twitter.com/index.php?pg=kb.page&amp;id=75"&gt;txt&lt;/a&gt;</source>
406
- <truncated>false</truncated>
407
- <in_reply_to_status_id></in_reply_to_status_id>
408
- <in_reply_to_user_id></in_reply_to_user_id>
409
- <favorited></favorited>
410
- <user>
411
- <id>4243</id>
412
- <name>John Nunemaker</name>
413
- <screen_name>jnunemaker</screen_name>
414
- <location>Mishawaka, IN, US</location>
415
- <description>Loves his wife, ruby, notre dame football and iu basketball</description>
416
- <profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/53781608/Photo_75_normal.jpg</profile_image_url>
417
- <url>http://addictedtonew.com</url>
418
- <protected>false</protected>
419
- <followers_count>486</followers_count>
420
- </user>
421
- </status>
422
- </statuses>