taps2 0.5.1 → 0.5.2

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.rdoc +10 -2
  3. data/VERSION.yml +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 29c0ebe9f630d37c81fbd70eda07d73815c21cac
4
- data.tar.gz: 12ba78e885895c65ac4e6066535103c0d7e0d314
3
+ metadata.gz: a9180fa16a2a3559b6ac1469d8f0b13d8b316bf6
4
+ data.tar.gz: 22fb069d469aa11a6eacbfa5393500eaefadc54a
5
5
  SHA512:
6
- metadata.gz: bfc4286780263e24e8e97c5d2cbf14c1bf8a236a615097243b67c33a5ddbe416acbe8bdcd1ad6f50ec3125490e2da910a1e8d244b12b8264282e607f2edc974f
7
- data.tar.gz: f76680ace14f6a03f6a00b5e2dd767a9149878da922f005d114beed5c818b6f30a62a60dfe924886122f97c69ae535708cb1b38c6b1559773eff8bf4141a7a87
6
+ metadata.gz: 2831c2f6d2a7014c4e880c7dc2c0ddad48fbbfb068766d1ab8d3458e374f54d491168b4305816df9b6ec1898408e805aae5b20282badd0195834c9850078e447
7
+ data.tar.gz: ae762f9e63281d8418341de24a1db33c937ce24fad41c09d507bfc7849745cc569860fc7e0fbb7deed5b3c2e63c9266890449a445f6ca9b835899debc2ef1b74
@@ -1,7 +1,15 @@
1
- = Taps -- simple database import/export app
1
+ = Taps (2) -- simple database import/export app
2
2
 
3
3
  A simple database agnostic import/export app to transfer data to/from a remote database.
4
4
 
5
+ *Forked and updated* with fixes and improvements. Integrates fixes and updates from {taps-taps}(https://github.com/wijet/taps) and {tapsicle}(https://github.com/jiffyondemand/tapsicle) forks.
6
+
7
+ == Installation
8
+
9
+ Renamed gem
10
+
11
+ $ gem install taps2
12
+
5
13
  == Usage: Server
6
14
 
7
15
  Here's how you start a taps server
@@ -38,7 +46,7 @@ or when you want to transfer tables that start with a word
38
46
 
39
47
  == Meta
40
48
 
41
- Maintained by Ricardo Chimal, Jr. (ricardo at heroku dot com)
49
+ Maintained by {Joel Van Horn}(http://github.com/joelvh)
42
50
 
43
51
  Written by Ricardo Chimal, Jr. (ricardo at heroku dot com) and Adam Wiggins (adam at heroku dot com)
44
52
 
@@ -2,4 +2,4 @@
2
2
  :build:
3
3
  :major: 0
4
4
  :minor: 5
5
- :patch: 1
5
+ :patch: 2
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: taps2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Chimal, Jr.