dsh 0.2.2 → 0.2.3

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 (6) hide show
  1. checksums.yaml +13 -5
  2. data/README.md +3 -0
  3. data/bin/dsh +2 -2
  4. data/lib/dsh.rb +1 -1
  5. data/lib/dsh/version.rb +1 -1
  6. metadata +10 -10
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 3a656bfdead95b31d0badb0cc29f49e08315d79a
4
- data.tar.gz: 74c89d188a3f9d191521ac2c80b7f006270fdafa
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ODE4Y2RiN2M3OTM0N2E4YmUwMDBiMWQ1OTQxN2E3ODgzZGY2ZTlkOA==
5
+ data.tar.gz: !binary |-
6
+ NjM3ZGQwMjk1MzM0NjU0YjcwOTU2ZDIxMTc3M2IxYWFhMzc2NDQxMg==
5
7
  SHA512:
6
- metadata.gz: eb8bd571f82988627a0e9868fb06dbbdf29b1e24180ea5c6f1682edc034f69faf3eec09991c7bef6e0d10073de64028608a5458901e4be04f58d705986f7111b
7
- data.tar.gz: b60814e9a8f92541b045cab4ce77ce755b18f914199fffa9c4c0e64331e91b0d004e13a8c977e566c56989b5f5208581702e81991c5a04fd3b90fbd4475e519b
8
+ metadata.gz: !binary |-
9
+ OGVkOGRhMjJlYTNiZDdmNjM3YjQwMmM3ZjRkOWNhOTRmMWE2ZTNlZTgxNTE4
10
+ N2JiZGFlOGU2NjFkMzcyOTMxNzdhOGYwZDU3NzUyNDBlMmUyMmZhOGUzZThi
11
+ YjU1OGJkMTRkZmQxOTFlOWVmZGU2OTNiMzA1M2RjOTE0NzkxMTA=
12
+ data.tar.gz: !binary |-
13
+ Nzg2YWFlMWJhMWNkNmU4ZGNmN2JjY2Q5YjdjZDJiNzljN2I4YjgzMGJmNWI2
14
+ OGRkMGYzMzMyY2I3OTRhYzIwZTFkMTI1YmE5NWU5MTI5YTVlZDE3M2VkYTBh
15
+ YzIyN2NlMDIxZjE3ZWY4ZTViMTkwZmJkNTU0NmY4Y2M0NTUzOTA=
data/README.md CHANGED
@@ -8,6 +8,8 @@ Install the Ruby gem with the following command:
8
8
 
9
9
  $ gem install dsh
10
10
 
11
+ You can use the same command to upgrade to a new release.
12
+
11
13
  ## Usage
12
14
 
13
15
  To search across all language docsets, simply enter your search query after the `dsh` command:
@@ -47,6 +49,7 @@ dsh -l manpages 'git diff'
47
49
  MIT License
48
50
 
49
51
  ## Changelog
52
+ **v0.2.3** - minor fixes to exception handling
50
53
 
51
54
  **v0.2.2** - removed repository image (was being pushed with the gem unintentionally...)
52
55
 
data/bin/dsh CHANGED
@@ -15,7 +15,7 @@ class App
15
15
  search_command = Dsh.makeCommand(query, language)
16
16
  Dsh.runit(search_command)
17
17
  rescue
18
- STDERR.puts "Kapow! You just blew a gasket. Probably a syntax issue. Please check your options + arguments and try again."
18
+ STDERR.puts "Kapow! That's a dsh error. Probably a syntax issue. Please check your options + arguments and try again."
19
19
  STDERR.puts e.message
20
20
  exit 1
21
21
  end
@@ -33,7 +33,7 @@ class App
33
33
  begin
34
34
  go!
35
35
  rescue
36
- STDERR.puts "Kapow! dsh just blew a gasket. Probably a syntax issue. Please check your options + arguments and try again."
36
+ STDERR.puts "Kapow! That's a dsh error. Probably a syntax issue. Please check your options + arguments and try again."
37
37
  exit 1
38
38
  end
39
39
  end
data/lib/dsh.rb CHANGED
@@ -19,7 +19,7 @@ module Dsh
19
19
  exit 1
20
20
  end
21
21
  rescue => e
22
- STDERR.puts "Kapow! You just blew a gasket. Probably a syntax issue. Please check your options + arguments and try again."
22
+ STDERR.puts "Kapow! That's a dsh error. Probably a syntax issue. Please check your options + arguments and try again."
23
23
  STDERR.puts e.message
24
24
  exit 1
25
25
  end
data/lib/dsh/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Dsh
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dsh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Simpkins
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-15 00:00:00.000000000 Z
11
+ date: 2013-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -28,42 +28,42 @@ dependencies:
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '>='
31
+ - - ! '>='
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '>='
38
+ - - ! '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rdoc
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - '>='
45
+ - - ! '>='
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - '>='
52
+ - - ! '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: aruba
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - '>='
59
+ - - ! '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - '>='
66
+ - - ! '>='
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  - !ruby/object:Gem::Dependency
@@ -128,12 +128,12 @@ require_paths:
128
128
  - lib
129
129
  required_ruby_version: !ruby/object:Gem::Requirement
130
130
  requirements:
131
- - - '>='
131
+ - - ! '>='
132
132
  - !ruby/object:Gem::Version
133
133
  version: '0'
134
134
  required_rubygems_version: !ruby/object:Gem::Requirement
135
135
  requirements:
136
- - - '>='
136
+ - - ! '>='
137
137
  - !ruby/object:Gem::Version
138
138
  version: '0'
139
139
  requirements: []