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 +8 -8
- data/History.txt +4 -0
- data/bin/jerbil +3 -3
- data/lib/jerbil/version.rb +8 -8
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NzRhNTEwNzcxMzE5ODkzMDRiNTM5MGQwZmYyNTg3ZWQ5MTdmMTk5Yg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MzIxYzFmOTRmNGNhNDM3MzQ3YTZhODYwMzBjYzBjYjY2ZGMyNzAxMQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YTgwOWVjMTZkMDlhNzY1ZTJlZDU2ZTNiN2IwOTE3NGQyYzRkODY5YjNlNzc1
|
|
10
|
+
ZjdhNDk0MjIxYzY2YzlmNzkzMzkwMzU4NWI3MmUxYmJiODI3YWIwODkyNTU3
|
|
11
|
+
ODM2ODUxZGI4ODRkYWYxMjU5N2Q0OGFkYWQ1OGUyNDNkYzgzNDY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MDBhZjU0Y2E4MjM2OTUzMjQ2ZjNhY2FhNDE3MDRiMDBhNWJlNDg4NGYyNmM3
|
|
14
|
+
M2Y5YWY2NWU5ZTVkYWQwMTc1ZjA5YjcwOTNlMjM4YTQwMmUzYmZlODQzNmE0
|
|
15
|
+
NTA2NWE4ZThkNDUzN2MxNjdkM2M0ZWZhMjRmZDQ4MGE1NGZmMWQ=
|
data/History.txt
CHANGED
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
|
-
|
|
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
|
-
|
|
120
|
-
|
|
119
|
+
rescue
|
|
120
|
+
warn " No info on ruby version from this server"
|
|
121
121
|
end
|
|
122
122
|
end
|
|
123
123
|
end
|
data/lib/jerbil/version.rb
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# Created by Jevoom
|
|
2
2
|
#
|
|
3
|
-
#
|
|
4
|
-
# Fix
|
|
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.
|
|
8
|
-
Version = '1.4.
|
|
9
|
-
# date set to
|
|
10
|
-
Version_Date = '
|
|
11
|
-
#ident string set to: jerbil-1.4.
|
|
12
|
-
Ident = 'jerbil-1.4.
|
|
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.
|
|
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-
|
|
11
|
+
date: 2014-10-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: !binary |-
|