univedo-shell 0.4.0 → 0.5.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 282f43137dc043b8e806a3763461c562d630d18e
4
- data.tar.gz: 1513746b9d44d51e52583f9cbac6c1de0a2cbcdb
3
+ metadata.gz: 1a272b40647e04d3b60fe9ab954d2e9095725db5
4
+ data.tar.gz: 97f113b0f4bc4f81a20a8d051e4dbdbfc8d31822
5
5
  SHA512:
6
- metadata.gz: 6d95ec17d5d06328086fc55642ca9ab05e422edc4a2b16c0add6955c1773d9aae8e6aeaa73667ad39d214ce413cecb93125ed21e6475ee92068d94d1705c02f6
7
- data.tar.gz: 59f0a4f58253817a49f9c74e1f8d846e6a262eda71c71ab3ab44ee974ad70d039354d4ebb2bf050b9940a8b188947b439920166618cd34625f73588e2175da2e
6
+ metadata.gz: dfd9a338d88ef1131cdd048b55775c2eba01a276c89065369bf87aef7883155a06d811de60b71126ed67ef06d1b0ea950626dfb954689d0650bc69615a4407a9
7
+ data.tar.gz: 4209f86b6364a13924ea34dc17ad3b789c625ce7deb845aa81f0ecd1e7b31df1fa9f1e1595ca40598e33772afebaf186a45bedfceb670bcd6bc390354aefd422
data/README.md CHANGED
@@ -15,7 +15,7 @@ univedo-shell -u path/to/file.uts ws://localhost/f8018f09-fb75-4d3d-8e11-44b2dc7
15
15
  Then just type your SQL queries:
16
16
 
17
17
  ```sh
18
- $ univedo-shell ws://localhost/f8018f09-fb75-4d3d-8e11-44b2dc796130 468145f2-4ebb-405b-8a42-bcbab94cd0d0
18
+ $ univedo-shell ws://localhost f8018f09-fb75-4d3d-8e11-44b2dc796130 468145f2-4ebb-405b-8a42-bcbab94cd0d0
19
19
  Connected.
20
20
  >> SELECT * FROM people LIMIT 2
21
21
  +------------+-----------------+----------------------+----+--------+-----------------------+
@@ -48,7 +48,7 @@ options[:perspective] = ARGV.shift
48
48
  #################################
49
49
 
50
50
  connection = Runivedo::Connection.new options[:url]
51
- session = connection.get_session(options[:bucket], {})
51
+ session = connection.get_session(options[:bucket], {username: "marvin"})
52
52
  puts "Connected."
53
53
  session.apply_uts(File.read(options[:uts])) if options[:uts]
54
54
  perspective = session.get_perspective(options[:perspective])
@@ -1,3 +1,3 @@
1
1
  module UnivedoShell
2
- VERSION = "0.4.0"
2
+ VERSION = "0.5.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: univedo-shell
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucas Clemente
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-09 00:00:00.000000000 Z
11
+ date: 2015-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: coolline
@@ -144,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
144
144
  version: '0'
145
145
  requirements: []
146
146
  rubyforge_project:
147
- rubygems_version: 2.4.2
147
+ rubygems_version: 2.4.5
148
148
  signing_key:
149
149
  specification_version: 4
150
150
  summary: Simple SQL shell for debugging univedo.