<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dbshell-rails, branch v0.0.1</title>
<subtitle>A Rake task for Ruby on Rails to painlessly open a database shell</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dbshell-rails/'/>
<entry>
<title>dbshell-rails.gemspec: Add homepage</title>
<updated>2017-05-01T02:38:28+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-05-01T02:38:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dbshell-rails/commit/?id=67c870705085d44b99e9d0ca1361f9d62c133715'/>
<id>67c870705085d44b99e9d0ca1361f9d62c133715</id>
<content type='text'>
Link to the project's GitHub page.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Link to the project's GitHub page.
</pre>
</div>
</content>
</entry>
<entry>
<title>dbshell-rails.gemspec: Use SPDX ID for license</title>
<updated>2017-05-01T02:16:25+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-05-01T02:16:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dbshell-rails/commit/?id=317fca5fb651f6510f514332bab7bc4ff83a6176'/>
<id>317fca5fb651f6510f514332bab7bc4ff83a6176</id>
<content type='text'>
The RubyGems.org guide
(http://guides.rubygems.org/specification-reference/#license=) specifies
that the `license` field should use "the standard SPDX ID
spdx.org/licenses/ for the license".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The RubyGems.org guide
(http://guides.rubygems.org/specification-reference/#license=) specifies
that the `license` field should use "the standard SPDX ID
spdx.org/licenses/ for the license".
</pre>
</div>
</content>
</entry>
<entry>
<title>rails.rb: Simplify `load` call to include Rake task</title>
<updated>2017-05-01T02:08:58+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-05-01T02:08:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dbshell-rails/commit/?id=ad3b6c7e69470a2b5bd68c7cafa170332b213b92'/>
<id>ad3b6c7e69470a2b5bd68c7cafa170332b213b92</id>
<content type='text'>
Thanks to the Patterns guide on rubygems.org, I now see that we don't
have to use `__FILE__` at all. Cool!

See:
http://guides.rubygems.org/patterns/#requiring-files-relative-to-each-other
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to the Patterns guide on rubygems.org, I now see that we don't
have to use `__FILE__` at all. Cool!

See:
http://guides.rubygems.org/patterns/#requiring-files-relative-to-each-other
</pre>
</div>
</content>
</entry>
<entry>
<title>rails.rb: Change to single-quotes</title>
<updated>2017-05-01T02:05:32+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-05-01T02:05:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dbshell-rails/commit/?id=96b181b74aeac226d45a1f4d4a13488931b2b72d'/>
<id>96b181b74aeac226d45a1f4d4a13488931b2b72d</id>
<content type='text'>
Follow this package's convention.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow this package's convention.
</pre>
</div>
</content>
</entry>
<entry>
<title>License under the LGPLv3+</title>
<updated>2017-05-01T01:56:49+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-05-01T01:56:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dbshell-rails/commit/?id=e35a0d3d39ecb7c835b993a30c8d3aec8b07e8c2'/>
<id>e35a0d3d39ecb7c835b993a30c8d3aec8b07e8c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>README: Remove installation instructions using the `gem` command</title>
<updated>2017-05-01T01:08:24+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-05-01T01:08:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dbshell-rails/commit/?id=eeb8a50f76e1dcebb10814acd916b6dcd3f727c3'/>
<id>eeb8a50f76e1dcebb10814acd916b6dcd3f727c3</id>
<content type='text'>
The Rake task can't be found if the gem isn't included in the Gemfile.
Remove the instructions for installing with the `gem` command because it
isn't going to work using that installation method.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Rake task can't be found if the gem isn't included in the Gemfile.
Remove the instructions for installing with the `gem` command because it
isn't going to work using that installation method.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add README</title>
<updated>2017-05-01T00:55:03+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-05-01T00:55:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dbshell-rails/commit/?id=c8fbdffdcb476d6f9e28fb2c333de22241618f3f'/>
<id>c8fbdffdcb476d6f9e28fb2c333de22241618f3f</id>
<content type='text'>
Include a description and background, usage, and license information.
Installation instructions come from the auto-generated README provided
by Bundler.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include a description and background, usage, and license information.
Installation instructions come from the auto-generated README provided
by Bundler.
</pre>
</div>
</content>
</entry>
<entry>
<title>dbshell-rails.gemspec: Add long description</title>
<updated>2017-05-01T00:45:11+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-05-01T00:45:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dbshell-rails/commit/?id=d010a9eecc63a9a48789ecd4392aa0f9a12c8e36'/>
<id>d010a9eecc63a9a48789ecd4392aa0f9a12c8e36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dbshell-rails.gemspec: Use single-quotes</title>
<updated>2017-05-01T00:34:28+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-05-01T00:34:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dbshell-rails/commit/?id=4585a78e256599f2f75c7ef281cbb9e57b13b351'/>
<id>4585a78e256599f2f75c7ef281cbb9e57b13b351</id>
<content type='text'>
For consistency with the rest of the application. Leave double quotes on
the ``git ls-files -z`.split("\x0")` line so that the "\x0" gets
interpreted correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For consistency with the rest of the application. Leave double quotes on
the ``git ls-files -z`.split("\x0")` line so that the "\x0" gets
interpreted correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>dbshell-rails.gemspec: Add a short description</title>
<updated>2017-05-01T00:31:00+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-04-29T22:38:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dbshell-rails/commit/?id=b660b676c8bcf60a30252d109b762af8d42fd5d1'/>
<id>b660b676c8bcf60a30252d109b762af8d42fd5d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
