sdbcli 1.2.1 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README +1 -1
  2. data/bin/sdbcli +1 -1
  3. metadata +1 -1
data/README CHANGED
@@ -156,4 +156,4 @@ If '-' is specified as a file name, the input/output of data will become a stand
156
156
  ap-northeast-1> select * from employees limit 3 | hire_date.to_f.avg;
157
157
  --- 1991.0
158
158
 
159
- 'sum' method and 'avg' method are added to the Array class.
159
+ 'sum' method and 'avg' method are added to Array class.
data/bin/sdbcli CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
  $LOAD_PATH << File.join(File.dirname(__FILE__), '..', 'lib')
3
3
 
4
- Version = '1.2.1'
4
+ Version = '1.2.2'
5
5
  HISTORY_FILE = File.join((ENV['HOME'] || ENV['USERPROFILE'] || '.'), '.sdbcli_history')
6
6
  HISTSIZE = 500
7
7
  SELECT_LIMIT = 2500
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sdbcli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: