jerbil 1.4.6 → 1.4.7

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OGFjYzA3YzQ5MDk0NWU5NmFkMjk4ZDRiM2ZjZjEzNjI0ZTNiNjczMQ==
4
+ NzRhNTEwNzcxMzE5ODkzMDRiNTM5MGQwZmYyNTg3ZWQ5MTdmMTk5Yg==
5
5
  data.tar.gz: !binary |-
6
- YmFkZTJjMTllY2JkMTdlNmRlNzc4ZWIwMDFlZjI0ZmNjODM1ZDBlNA==
6
+ MzIxYzFmOTRmNGNhNDM3MzQ3YTZhODYwMzBjYzBjYjY2ZGMyNzAxMQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NmNjN2E2MzA1NmZmN2JlOTFlZDBjYTA3YWVmYzQ5YTJlMDgxNzA4YzA3YTUx
10
- ZDRkNWM4YzNhYWMzZTdiMDc4YjI0ZWFjNzA2Y2FkOWIxZTdlOTVkMDAxZTYx
11
- MDk5OTJkMDcxMDJjNTYxNGMxZWE0ZmE2MDdmMmM3MmNjOTNkMmI=
9
+ YTgwOWVjMTZkMDlhNzY1ZTJlZDU2ZTNiN2IwOTE3NGQyYzRkODY5YjNlNzc1
10
+ ZjdhNDk0MjIxYzY2YzlmNzkzMzkwMzU4NWI3MmUxYmJiODI3YWIwODkyNTU3
11
+ ODM2ODUxZGI4ODRkYWYxMjU5N2Q0OGFkYWQ1OGUyNDNkYzgzNDY=
12
12
  data.tar.gz: !binary |-
13
- ZGU5MzcxZDViZjEyZTM3OTZkNWQyZDBiYjAxOTdlNjhiZjdjNDBlMzVjYTMy
14
- MDFiNjczMTJlZGNkYmExOTk0ODE5ZGI1YWIyODBhYThjODY4MGRjMGU0Yzk4
15
- M2I4NzUwMTNkMjZiYmQzZGRiMmE1ODE2NGNkNjQ2MTNjOTNhOWM=
13
+ MDBhZjU0Y2E4MjM2OTUzMjQ2ZjNhY2FhNDE3MDRiMDBhNWJlNDg4NGYyNmM3
14
+ M2Y5YWY2NWU5ZTVkYWQwMTc1ZjA5YjcwOTNlMjM4YTQwMmUzYmZlODQzNmE0
15
+ NTA2NWE4ZThkNDUzN2MxNjdkM2M0ZWZhMjRmZDQ4MGE1NGZmMWQ=
@@ -4,6 +4,10 @@
4
4
 
5
5
  ==History
6
6
 
7
+ [jerbil-1.4.7 21-Oct-2014]
8
+
9
+ Fix readmes on rubydoc.info in the .yardopts file. A few tweaks to the jerbil utility.
10
+
7
11
  [jerbil-1.4.6 17-Oct-2014]
8
12
 
9
13
  Fix change to jerbil remotes so that it works!
data/bin/jerbil CHANGED
@@ -67,7 +67,7 @@ class Jerbs < Optplus::Parser
67
67
  @config = Jerbil.get_config(get_option(:config))
68
68
  @server = Jerbil::Servers.get_local_server(@config[:environment])
69
69
  rescue Jeckyl::ConfigFileMissing
70
- puts "Error: No config file #{config_file ? config_file : '/etc/jerbil/jerbil.rb'}".red.bold
70
+ exit_on_error "Error: No config file #{config_file ? config_file : '/etc/jerbil/jerbil.rb'}"
71
71
  end
72
72
 
73
73
 
@@ -116,8 +116,8 @@ class Jerbs < Optplus::Parser
116
116
  say " Jerbil server version: #{remote.connect.version}"
117
117
  say " Running under Ruby version: #{remote.connect.ruby_version}"
118
118
  say " Remote server has been up since #{remote.connect.started.strftime('%d %b %Y at %H:%M')}"
119
- #rescue
120
- # say " No info on ruby version from this server"
119
+ rescue
120
+ warn " No info on ruby version from this server"
121
121
  end
122
122
  end
123
123
  end
@@ -1,13 +1,13 @@
1
1
  # Created by Jevoom
2
2
  #
3
- # 17-Oct-2014
4
- # Fix change to jerbil remotes so that it works!
3
+ # 21-Oct-2014
4
+ # Fix readmes on rubydoc.info in the .yardopts file.
5
5
 
6
6
  module Jerbil
7
- # version set to 1.4.6
8
- Version = '1.4.6'
9
- # date set to 17-Oct-2014
10
- Version_Date = '17-Oct-2014'
11
- #ident string set to: jerbil-1.4.6 17-Oct-2014
12
- Ident = 'jerbil-1.4.6 17-Oct-2014'
7
+ # version set to 1.4.7
8
+ Version = '1.4.7'
9
+ # date set to 21-Oct-2014
10
+ Version_Date = '21-Oct-2014'
11
+ #ident string set to: jerbil-1.4.7 21-Oct-2014
12
+ Ident = 'jerbil-1.4.7 21-Oct-2014'
13
13
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jerbil
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.6
4
+ version: 1.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dr Robert
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-17 00:00:00.000000000 Z
11
+ date: 2014-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: !binary |-