csv_db 0.0.4 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (5) hide show
  1. data/Rakefile +1 -1
  2. data/csv_db.gemspec +1 -1
  3. data.tar.gz.sig +0 -0
  4. metadata +1 -1
  5. metadata.gz.sig +0 -0
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('csv_db', '0.0.4') do |p|
5
+ Echoe.new('csv_db', '1.0.0') do |p|
6
6
  p.description = "Backup a db table to a csv or push csv content to a db table"
7
7
  p.url = "http://github.com/phongsi/csv_db"
8
8
  p.author = "Phong Si"
data/csv_db.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "csv_db"
5
- s.version = "0.0.4"
5
+ s.version = "1.0.0"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Phong Si"]
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: csv_db
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 1.0.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Phong Si
metadata.gz.sig CHANGED
Binary file