shelldon-essentials 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 67a69417b2620a632b83683d16ada0beb05d6332
4
- data.tar.gz: 6f08ffe297f3f401f3aedb19aefdee6ade309a91
3
+ metadata.gz: a671470c3a49e02fcd2de704924e323c7274a290
4
+ data.tar.gz: 288987c8cd39756100dcd04cd329771f49cb0a32
5
5
  SHA512:
6
- metadata.gz: 6c3464d5874e9610e7f1a36059a0aad798aeff4050c3fd3e908addc7db25a3c7820be768c43bed5a067fbec94ac9769ecacf14bc3467d794cbc84d8e8a8f2cbe
7
- data.tar.gz: 6c6c5b864207a3e9d74b0fae08214fc3ead62a998a1655e68d6d8a7a6f9a3b662edbc4542cc1e614f8067bd67318f104dfac7d40c92b7bf28ddb13a0e477cc98
6
+ metadata.gz: 48f6c7b79d0a4d0666faa55783de47373b34d2115ce114214ed35b9f50f4003f7ecd61143764f0f6faa44f476077bf28561ff88b28c3bdbff452039861be842f
7
+ data.tar.gz: ab8c17c6435fff08a978d23c52f75763baa6b5c351c95bf365f56902c924d0eeb23ce51c066455f5a13d7307d69ac5c8df65897c241695d3521a3c6a7a172fcc
@@ -59,8 +59,7 @@ Shelldon.module :essentials do
59
59
  command :set do
60
60
  help 'Set a configuration option for the remainder of the session.'
61
61
 
62
- action do |args|
63
- tokens = args.split(' ')
62
+ action do |tokens|
64
63
  config[tokens[0].to_sym] = tokens[1]
65
64
  end
66
65
  end
@@ -1,3 +1,3 @@
1
1
  module ShelldonEssentials
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shelldon-essentials
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wesley Boynton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-23 00:00:00.000000000 Z
11
+ date: 2016-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: shelldon