Skip to content

Commit 9149bf9

Browse files
committed
Merge pull request #11 from crate/h/wording
updated description and crate version
2 parents e3dc85b + 2a765ef commit 9149bf9

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# CrateRuby
77

8-
Official Ruby library to access a [Crate](http://crate.io) database.
8+
Official Ruby library to access the [Crate.IO](http://crate.io) database.
99

1010
## Installation
1111

@@ -22,6 +22,7 @@ Or install it yourself as:
2222
## Usage
2323

2424
### Issueing SQL statements
25+
2526
require 'crate_ruby'
2627

2728
client = CrateRuby::Client.new
@@ -76,10 +77,11 @@ If you think something is missing, either create a pull request
7677
or log a new issue, so someone else can tackle it.
7778
Please refer to CONTRIBUTING.rst for further information.
7879

79-
##Maintainer
80+
## Maintainer
8081

8182
* [CRATE Technology GmbH](http://crate.io)
8283
* [Christoph Klocker](http://www.vedanova.com), [@corck](http://www.twitter.com/corck)
8384

84-
##License & Copyright
85+
## License & Copyright
86+
8587
See LICENSE for details.

crate_ruby.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Gem::Specification.new do |spec|
2828
spec.version = CrateRuby::VERSION
2929
spec.authors = ["Christoph Klocker", "CRATE Technology GmbH"]
3030
spec.email = ["[email protected]"]
31-
spec.summary = "A simple interface for the Crate database"
32-
spec.description = "A Ruby interface for Crate, the distributed database for Docker."
31+
spec.summary = "A simple interface for the Crate.IO database."
32+
spec.description = "A Ruby interface for Crate.IO. Put your data to work. Simply."
3333
spec.homepage = "http://crate.io"
3434
spec.license = "Apache License, v2.0"
3535
spec.required_ruby_version = '>= 2.0'

spec/bootstrap.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
class Bootstrap
2828

29-
VERSION = '0.48.2'
29+
VERSION = '0.52.4'
3030

3131
def initialize
3232
@fname = "crate-#{VERSION}.tar.gz"

0 commit comments

Comments
 (0)