README.rdoc in nuodb-1.0.0 vs README.rdoc in nuodb-1.0.1
- old
+ new
@@ -1,7 +1,11 @@
= NuoDB/Ruby Interface
+{<img src="https://api.travis-ci.org/nuodb/ruby-nuodb.png?branch=master" alt="Build Status" />}[http://travis-ci.org/nuodb/ruby-nuodb]
+{<img src="https://gemnasium.com/nuodb/ruby-nuodb.png?travis" alt="Dependency Status" />}[https://gemnasium.com/nuodb/ruby-nuodb]
+{<img src="https://codeclimate.com/badge.png" alt="Code Climate" />}[https://codeclimate.com/github/nuodb/ruby-nuodb]
+
== DESCRIPTION
This is the official Ruby Gem for NuoDB. It is written as a Ruby extension that
wraps the NuoDB C++ API, providing a natural API for Ruby developers.
@@ -11,15 +15,15 @@
rake clean build rdoc spec
== INSTALLING THE GEM
- NUODB_ROOT=/Users/rbuck/tmp/nuodb gem install nuodb-1.0.0.gem
+ NUODB_ROOT=/Users/rbuck/tmp/nuodb gem install nuodb-1.0.1.gem
Or from the source tree:
- NUODB_ROOT=/Users/rbuck/tmp/nuodb gem install pkg/nuodb-1.0.0.gem
+ NUODB_ROOT=/Users/rbuck/tmp/nuodb gem install pkg/nuodb-1.0.1.gem
== TESTING THE GEM
Start up a minimal chorus as follows:
@@ -41,28 +45,28 @@
=== TAGGING
Tag the product using tags per the SemVer specification; our tags have a v-prefix:
- git tag -a v1.0.0 -m "SemVer Version: v1.0.0"
+ git tag -a v1.0.1 -m "SemVer Version: v1.0.1"
If you make a mistake, take it back quickly:
- git tag -d v1.0.0
- git push origin :refs/tags/v1.0.0
+ git tag -d v1.0.1
+ git push origin :refs/tags/v1.0.1
===PUBLISHING
Here are the commands used to publish:
- gem push pkg/nuodb-1.0.0.gem
+ gem push pkg/nuodb-1.0.1.gem
== INSPECTING THE GEM
It is often useful to inspect the contents of a Gem before distribution.
To do this you dump the contents of a gem thus:
- gem unpack pkg/nuodb-1.0.0.gem
+ gem unpack pkg/nuodb-1.0.1.gem
== INSPECTING THE EXPORTED SYMBOLS
To inspec the symbols on Linux: