<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>script/console</filename>
    </added>
    <added>
      <filename>script/destroy</filename>
    </added>
    <added>
      <filename>script/generate</filename>
    </added>
    <added>
      <filename>script/txt2html</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,2 +1,4 @@
 .DS_Store
 pkg/*.gem
+pkg/*.tgz
+pkg/**/*</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -30,12 +30,15 @@ lib/activesms/sms.rb
 lib/activesms/sms2email.rb
 lib/activesms/validations.rb
 lib/activesms/version.rb
-scripts/console
-scripts/destroy
-scripts/generate
-scripts/txt2html
+script/console
+script/destroy
+script/generate
+script/txt2html
 setup.rb
 sms_brasil.gemspec
+spec/activesms_spec.rb
+spec/spec.opts
+spec/spec_helper.rb
 tasks/deployment.rake
 tasks/environment.rake
 tasks/website.rake</diff>
      <filename>Manifest.txt</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
   s.description = %q{Active SMS is a framework for sending and receiving SMS messages}
   s.email = [&quot;rgcottrell@rubyforge.org&quot;, &quot;ben@esomnie.com&quot;, &quot;dean@esomnie.com&quot;]
   s.extra_rdoc_files = [&quot;History.txt&quot;, &quot;License.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.txt&quot;, &quot;website/index.txt&quot;]
-  s.files = [&quot;CHANGELOG&quot;, &quot;History.txt&quot;, &quot;License.txt&quot;, &quot;MIT-LICENSE&quot;, &quot;Manifest.txt&quot;, &quot;README.txt&quot;, &quot;Rakefile&quot;, &quot;config/hoe.rb&quot;, &quot;config/requirements.rb&quot;, &quot;generators/sms/USAGE&quot;, &quot;generators/sms/sms_generator.rb&quot;, &quot;generators/sms/templates/fixture.rhtml&quot;, &quot;generators/sms/templates/model.rb&quot;, &quot;generators/sms/templates/sms.yml&quot;, &quot;generators/sms/templates/unit_test.rb&quot;, &quot;init.rb&quot;, &quot;lib/activesms.rb&quot;, &quot;lib/activesms/adv_attr_accessor.rb&quot;, &quot;lib/activesms/base.rb&quot;, &quot;lib/activesms/config.rb&quot;, &quot;lib/activesms/connection_adapters/abstract_adapter.rb&quot;, &quot;lib/activesms/connection_adapters/bulk_sms_adapter.rb&quot;, &quot;lib/activesms/connection_adapters/clickatell_adapter.rb&quot;, &quot;lib/activesms/connection_adapters/human_adapter.rb&quot;, &quot;lib/activesms/connection_adapters/simplewire_adapter.rb&quot;, &quot;lib/activesms/connections.rb&quot;, &quot;lib/activesms/email.rb&quot;, &quot;lib/activesms/exceptions.rb&quot;, &quot;lib/activesms/sms.rb&quot;, &quot;lib/activesms/sms2email.rb&quot;, &quot;lib/activesms/validations.rb&quot;, &quot;lib/activesms/version.rb&quot;, &quot;scripts/console&quot;, &quot;scripts/destroy&quot;, &quot;scripts/generate&quot;, &quot;scripts/txt2html&quot;, &quot;setup.rb&quot;, &quot;sms_brasil.gemspec&quot;, &quot;tasks/deployment.rake&quot;, &quot;tasks/environment.rake&quot;, &quot;tasks/website.rake&quot;, &quot;test/connection_adapters/test_simplewire_adapter.rb&quot;, &quot;test/test_activesms.rb&quot;, &quot;test/test_helper.rb&quot;, &quot;views/active_sms/base/sms2_email/sms_message.html.erb&quot;, &quot;website/index.html&quot;, &quot;website/index.txt&quot;, &quot;website/javascripts/rounded_corners_lite.inc.js&quot;, &quot;website/stylesheets/screen.css&quot;, &quot;website/template.html.erb&quot;, &quot;website/template.rhtml&quot;]
+  s.files = [&quot;CHANGELOG&quot;, &quot;History.txt&quot;, &quot;License.txt&quot;, &quot;MIT-LICENSE&quot;, &quot;Manifest.txt&quot;, &quot;README.txt&quot;, &quot;Rakefile&quot;, &quot;config/hoe.rb&quot;, &quot;config/requirements.rb&quot;, &quot;generators/sms/USAGE&quot;, &quot;generators/sms/sms_generator.rb&quot;, &quot;generators/sms/templates/fixture.rhtml&quot;, &quot;generators/sms/templates/model.rb&quot;, &quot;generators/sms/templates/sms.yml&quot;, &quot;generators/sms/templates/unit_test.rb&quot;, &quot;init.rb&quot;, &quot;lib/activesms.rb&quot;, &quot;lib/activesms/adv_attr_accessor.rb&quot;, &quot;lib/activesms/base.rb&quot;, &quot;lib/activesms/config.rb&quot;, &quot;lib/activesms/connection_adapters/abstract_adapter.rb&quot;, &quot;lib/activesms/connection_adapters/bulk_sms_adapter.rb&quot;, &quot;lib/activesms/connection_adapters/clickatell_adapter.rb&quot;, &quot;lib/activesms/connection_adapters/human_adapter.rb&quot;, &quot;lib/activesms/connection_adapters/simplewire_adapter.rb&quot;, &quot;lib/activesms/connections.rb&quot;, &quot;lib/activesms/email.rb&quot;, &quot;lib/activesms/exceptions.rb&quot;, &quot;lib/activesms/sms.rb&quot;, &quot;lib/activesms/sms2email.rb&quot;, &quot;lib/activesms/validations.rb&quot;, &quot;lib/activesms/version.rb&quot;, &quot;script/console&quot;, &quot;script/destroy&quot;, &quot;script/generate&quot;, &quot;script/txt2html&quot;, &quot;setup.rb&quot;, &quot;sms_brasil.gemspec&quot;, &quot;tasks/deployment.rake&quot;, &quot;tasks/environment.rake&quot;, &quot;tasks/website.rake&quot;, &quot;test/connection_adapters/test_simplewire_adapter.rb&quot;, &quot;test/test_activesms.rb&quot;, &quot;test/test_helper.rb&quot;, &quot;views/active_sms/base/sms2_email/sms_message.html.erb&quot;, &quot;website/index.html&quot;, &quot;website/index.txt&quot;, &quot;website/javascripts/rounded_corners_lite.inc.js&quot;, &quot;website/stylesheets/screen.css&quot;, &quot;website/template.html.erb&quot;, &quot;website/template.rhtml&quot;]
   s.has_rdoc = true
   s.homepage = %q{http://activesms.rubyforge.org}
   s.post_install_message = %q{}</diff>
      <filename>sms_brasil.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -1,11 +1,84 @@
-&lt;html&gt;
-	&lt;head&gt;
-		&lt;meta http-equiv=&quot;Content-type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;
-		&lt;title&gt;test&lt;/title&gt;
-		
-	&lt;/head&gt;
-	&lt;body id=&quot;body&quot;&gt;
-		&lt;p&gt;This page has not yet been created for RubyGem &lt;code&gt;test&lt;/code&gt;&lt;/p&gt;
-		&lt;p&gt;To the developer: To generate it, update website/index.txt and run the rake task &lt;code&gt;website&lt;/code&gt; to generate this &lt;code&gt;index.html&lt;/code&gt; file.&lt;/p&gt;
-	&lt;/body&gt;
-&lt;/html&gt;
\ No newline at end of file
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
+&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
+&lt;head&gt;
+  &lt;link rel=&quot;stylesheet&quot; href=&quot;stylesheets/screen.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;
+  &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
+  &lt;title&gt;
+      ActiveSms
+  &lt;/title&gt;
+  &lt;script src=&quot;javascripts/rounded_corners_lite.inc.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
+&lt;style&gt;
+
+&lt;/style&gt;
+  &lt;script type=&quot;text/javascript&quot;&gt;
+    window.onload = function() {
+      settings = {
+          tl: { radius: 10 },
+          tr: { radius: 10 },
+          bl: { radius: 10 },
+          br: { radius: 10 },
+          antiAlias: true,
+          autoPad: true,
+          validTags: [&quot;div&quot;]
+      }
+      var versionBox = new curvyCorners(settings, document.getElementById(&quot;version&quot;));
+      versionBox.applyCornersToAll();
+    }
+  &lt;/script&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;div id=&quot;main&quot;&gt;
+
+    &lt;h1&gt;ActiveSms&lt;/h1&gt;
+    &lt;div id=&quot;version&quot; class=&quot;clickable&quot; onclick='document.location = &quot;http://rubyforge.org/projects/activesms&quot;; return false'&gt;
+      &lt;p&gt;Get Version&lt;/p&gt;
+      &lt;a href=&quot;http://rubyforge.org/projects/activesms&quot; class=&quot;numbers&quot;&gt;0.8.7&lt;/a&gt;
+    &lt;/div&gt;
+    &lt;h2&gt;What&lt;/h2&gt;
+&lt;h2&gt;Installing&lt;/h2&gt;
+&lt;p&gt;&lt;pre class='syntax'&gt;&lt;span class=&quot;ident&quot;&gt;sudo&lt;/span&gt; &lt;span class=&quot;ident&quot;&gt;gem&lt;/span&gt; &lt;span class=&quot;ident&quot;&gt;install&lt;/span&gt; &lt;span class=&quot;ident&quot;&gt;test&lt;/span&gt;&lt;/pre&gt;&lt;/p&gt;
+&lt;h2&gt;The basics&lt;/h2&gt;
+&lt;h2&gt;Demonstration of usage&lt;br /&gt;
+  &lt;br /&gt;
+  script/generate sms Notifier signup:email forgot_password:gateway&lt;/h2&gt;
+&lt;h2&gt;How to submit patches&lt;/h2&gt;
+&lt;p&gt;Read the &lt;a href=&quot;http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/&quot;&gt;8 steps for fixing other people&amp;#8217;s code&lt;/a&gt;&lt;/p&gt;
+&lt;h2&gt;Repository&lt;/h2&gt;
+&lt;p&gt;The repository is &lt;code&gt;git://github.com/nofxx/sms_brasil&lt;/code&gt; for anonymous access.&lt;/p&gt;
+&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;OOOORRRR&lt;/span&gt;&lt;/p&gt;
+&lt;p&gt;You can fetch the source from either:&lt;/p&gt;
+&lt;ul&gt;
+	&lt;li&gt;rubyforge: &lt;span class=&quot;caps&quot;&gt;MISSING&lt;/span&gt; IN &lt;span class=&quot;caps&quot;&gt;ACTION&lt;/span&gt;&lt;/li&gt;
+&lt;/ul&gt;
+&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;TODO&lt;/span&gt; &amp;#8211; You can not created a RubyForge project, OR have not run &lt;code&gt;rubyforge config&lt;/code&gt;&lt;br /&gt;
+yet to refresh your local rubyforge data with this projects&amp;#8217; id information.&lt;/p&gt;
+&lt;p&gt;When you do this, this message will magically disappear!&lt;/p&gt;
+&lt;p&gt;Or you can hack website/index.txt and make it all go away!!&lt;/p&gt;
+&lt;ul&gt;
+	&lt;li&gt;github: &lt;a href=&quot;http://github.com/GITHUB_USERNAME/test/tree/master&quot;&gt;http://github.com/GITHUB_USERNAME/test/tree/master&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+&lt;pre&gt;git clone git://github.com/GITHUB_USERNAME/test.git&lt;/pre&gt;
+&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;TODO&lt;/span&gt; &amp;#8211; add &amp;#8220;github_username: username&amp;#8221; to ~/.rubyforge/user-config.yml and newgem will reuse it for future projects.&lt;/p&gt;
+&lt;ul&gt;
+	&lt;li&gt;gitorious: &lt;a href=&quot;git://gitorious.org/test/mainline.git&quot;&gt;git://gitorious.org/test/mainline.git&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+&lt;pre&gt;git clone git://gitorious.org/test/mainline.git&lt;/pre&gt;
+&lt;h3&gt;Build and test instructions&lt;/h3&gt;
+&lt;pre&gt;cd sms_brasil
+rake test
+rake install_gem&lt;/pre&gt;
+&lt;h2&gt;License&lt;/h2&gt;
+&lt;p&gt;This code is free to use under the terms of the &lt;span class=&quot;caps&quot;&gt;MIT&lt;/span&gt; license.&lt;/p&gt;
+&lt;h2&gt;Contact&lt;/h2&gt;
+&lt;p&gt;Comments are welcome. Send an email to &lt;a href=&quot;mailto:chadart@gmail.com&quot;&gt;Marcos Piccinini&lt;/a&gt;&lt;/p&gt;
+    &lt;p class=&quot;coda&quot;&gt;
+      &lt;a href=&quot;FIXME email&quot;&gt;FIXME full name&lt;/a&gt;, 23rd July 2008&lt;br&gt;
+      Theme extended from &lt;a href=&quot;http://rb2js.rubyforge.org/&quot;&gt;Paul Battley&lt;/a&gt;
+    &lt;/p&gt;
+&lt;/div&gt;
+
+&lt;!-- insert site tracking codes here, like Google Urchin --&gt;
+
+&lt;/body&gt;
+&lt;/html&gt;</diff>
      <filename>website/index.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,4 @@
-h1. test
-
-h1. &amp;#x2192; 'test'
+h1. ActiveSms
 
 
 h2. What
@@ -14,22 +12,19 @@ h2. The basics
 
 
 h2. Demonstration of usage
+  
+  script/generate sms Notifier signup:email forgot_password:gateway
 
 
 
-h2. Forum
-
-&quot;http://groups.google.com/group/test&quot;:http://groups.google.com/group/test
-
-TODO - create Google Group - test
-
 h2. How to submit patches
 
-Read the &quot;8 steps for fixing other people's code&quot;:http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/ and for section &quot;8b: Submit patch to Google Groups&quot;:http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#8b-google-groups, use the Google Group above.
+Read the &quot;8 steps for fixing other people's code&quot;:http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/  
+
 
-TODO - pick SVN or Git instructions
+h2. Repository
 
-The trunk repository is &lt;code&gt;svn://rubyforge.org/var/svn/test/trunk&lt;/code&gt; for anonymous access.
+The repository is &lt;code&gt;git://github.com/nofxx/sms_brasil&lt;/code&gt; for anonymous access.
 
 OOOORRRR
 
@@ -68,7 +63,7 @@ TODO - add &quot;github_username: username&quot; to ~/.rubyforge/user-config.yml and newge
 
 h3. Build and test instructions
 
-&lt;pre&gt;cd test
+&lt;pre&gt;cd sms_brasil
 rake test
 rake install_gem&lt;/pre&gt;
 
@@ -79,5 +74,5 @@ This code is free to use under the terms of the MIT license.
 
 h2. Contact
 
-Comments are welcome. Send an email to &quot;FIXME full name&quot;:mailto:FIXME email via the &quot;forum&quot;:http://groups.google.com/group/test
+Comments are welcome. Send an email to &quot;Marcos Piccinini&quot;:mailto:chadart@gmail.com 
 </diff>
      <filename>website/index.txt</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>scripts/console</filename>
    </removed>
    <removed>
      <filename>scripts/destroy</filename>
    </removed>
    <removed>
      <filename>scripts/generate</filename>
    </removed>
    <removed>
      <filename>scripts/txt2html</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>039e8cfba8471fadbbe0c2c080b57a56e10b5209</id>
    </parent>
  </parents>
  <author>
    <name>Marcos Augusto</name>
    <email>x@nofxx.com</email>
  </author>
  <url>http://github.com/nofxx/activesms/commit/433ccd7b0f73fe4522455288f1184a3e253f2084</url>
  <id>433ccd7b0f73fe4522455288f1184a3e253f2084</id>
  <committed-date>2008-07-23T14:42:25-07:00</committed-date>
  <authored-date>2008-07-23T14:42:25-07:00</authored-date>
  <message>fixes</message>
  <tree>4d647ef4d762be1519fa96364e13746777454e4b</tree>
  <committer>
    <name>Marcos Augusto</name>
    <email>x@nofxx.com</email>
  </committer>
</commit>
