sbfaulkner-rsql 0.9.12 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/rsql/rsql.rb +1 -1
  2. data/rsql.gemspec +2 -2
  3. metadata +2 -2
data/lib/rsql/rsql.rb CHANGED
@@ -278,7 +278,7 @@ module RSQL
278
278
  # quiet-mode wins over verbose-mode
279
279
  OPTIONS.delete :verbose if OPTIONS[:quiet]
280
280
 
281
- puts "#{COMMAND} v0.9.12 - Copyright (c) 2007-2008 unwwwired.net" unless OPTIONS[:quiet]
281
+ puts "#{COMMAND} v1.0.0 - Copyright (c) 2007-2008 unwwwired.net" unless OPTIONS[:quiet]
282
282
 
283
283
  begin
284
284
  # use dsn if provided
data/rsql.gemspec CHANGED
@@ -1,14 +1,14 @@
1
1
  SPEC = Gem::Specification.new do |s|
2
2
  # identify the gem
3
3
  s.name = "rsql"
4
- s.version = "0.9.12"
4
+ s.version = "1.0.0"
5
5
  s.author = "S. Brent Faulkner"
6
6
  s.email = "brentf@unwwwired.net"
7
7
  s.homepage = "http://www.unwwwired.net"
8
8
  # platform of choice
9
9
  s.platform = Gem::Platform::RUBY
10
10
  # description of gem
11
- s.summary = "A ruby implementation of an interactive SQL command-line for ODBC"
11
+ s.summary = "A ruby implementation of an interactive SQL command-line for ODBC data sources"
12
12
  s.files = %w(bin/rsql lib/rsql/odbc.rb lib/rsql/rsql.rb MIT-LICENSE Rakefile README rsql.gemspec)
13
13
  s.require_path = "lib"
14
14
  # s.autorequire = "rsql"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sbfaulkner-rsql
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.12
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - S. Brent Faulkner
@@ -62,6 +62,6 @@ rubyforge_project:
62
62
  rubygems_version: 1.2.0
63
63
  signing_key:
64
64
  specification_version: 2
65
- summary: A ruby implementation of an interactive SQL command-line for ODBC
65
+ summary: A ruby implementation of an interactive SQL command-line for ODBC data sources
66
66
  test_files: []
67
67