dbtools 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +13 -7
  3. data/lib/dbtools/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 836a2bf1d0432d2fd21cc831cecdccf8767336fb
4
- data.tar.gz: f4a8477d5824a0ba5f620a199bfc63ade084ea23
3
+ metadata.gz: e6ae84a6ca83ecfeb3541d659d56a9bcb9b1cf8a
4
+ data.tar.gz: 4a637af3b39d6705afb1ae5ce32290a05938f411
5
5
  SHA512:
6
- metadata.gz: ba133c70b316391c025118b2b84d4244699bde0d1882483c2afea1696a9ea2dfc7473b52683ca7b4c47bece03961d3b9414833d7706246cbc26af4cc75aedd42
7
- data.tar.gz: 2d0838799a72beec6ec0cf683da9af3d49e1f94e5309407f409c1defd271623f75e1530a010cc2e1949788eca4974848027f61079d21d9b9ebc17f8efa14b1f7
6
+ metadata.gz: d994e358e507ab915f7d1a91e7b7d23112362592c724bbc7d08a5316333067d910e8c634c3905cd3a68f2ab31b3f202d8eaeeab622b0938dcc7a0fafa7e3a5f8
7
+ data.tar.gz: 821bd7420b68d2a081087c03c9be1dc3f0a4820973c2c08013addff53e7bdc8b8a77a0e18cfbf828938b076df5cfd1fbe9492a2e916138d99fe89afca5b7481a
data/README.md CHANGED
@@ -3,16 +3,22 @@
3
3
 
4
4
  This sections describes how to use this tool. For development, go to the Development section.
5
5
 
6
+ ## Publishing the gem
7
+
8
+ After any modification in the code, the following should be done:
9
+
10
+ gem build dbtools.gemspec
11
+ gem push dbtools-X.X.X.gem
12
+
13
+ Replace X.X.X by the version.
14
+
15
+ We published the gem using the account under a.bansode@geophy.com.
16
+
6
17
  ## Installation
7
18
 
8
- This application is a Ruby gem that can be installed, and run as an executable.
9
- Clone this repo and install the latest version gem by running:
19
+ Install it yourself as:
10
20
 
11
- gem install rdf-reasoner -v 0.4.1
12
- gem install specific_install
13
- gem specific_install -l ssh://git@git.geophy.com:9922/coredb/coredb-application-dbtools.git
14
-
15
- Depending on how Ruby is installed on your machine, you might have to run this command using `sudo` (not recommended).
21
+ gem install dbtools
16
22
 
17
23
  ## Configuration
18
24
 
@@ -1,3 +1,3 @@
1
1
  module Dbtools
2
- VERSION = "0.5.2"
2
+ VERSION = "0.5.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dbtools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hung Nguyen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-01 00:00:00.000000000 Z
11
+ date: 2017-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rdf-reasoner