jerbil 1.4.7 → 1.4.8
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/README.md +1 -1
- 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
|
+
ZmM1YWU1NmMxNmQzYTRmYzU0ZTMxODQxODQ4MzYyYjc2ZDAzMTRjNA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MDY3N2RiNTM1ZTIwMjVjMzFkZTczNzRkMDdiYzM4MGIxYWQzYzkyYQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MTk3OTllYWZhMjg4MWU4NDYyYzU5ZTRkOGE1NDFhYzgzNjNmOTlkNjZiMGI5
|
10
|
+
YTAzMTRmNDcyZjU5NzI0OWNkMTQ2MzE4M2RmMGJlNGU5MGM3OGUyZmI5YzEx
|
11
|
+
MDcyMGVlOWVmNzI5ODY2ZjM3ZTUzNDJiNGQ2NWYzMmFjMjc0MGE=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NjIwODE1OTI2NGQ1ZjUxMDUxNzBiM2JmMjU0YTBkNjI5ZmNmMTFiNzgxNTA2
|
14
|
+
OWUxZTNmMTAxY2Q0NTIwM2ZhNjJkOTY1Y2NiMzliODIwOWM1ODA5YjY4MGE5
|
15
|
+
ZTcxNzEwMjg3ZDE1ZWNhM2Y0ZDQ0NDdiNzk5MDA4ZWJlOTNlZTM=
|
data/History.txt
CHANGED
data/README.md
CHANGED
@@ -16,7 +16,7 @@ tedious work and should avoid a lot of the headaches of alternatives such as Rin
|
|
16
16
|
|
17
17
|
**GitHub:** [https://github.com/osburn-sharp/jerbil](https://github.com/osburn-sharp/jerbil)
|
18
18
|
|
19
|
-
**RubyDoc:** [http://rubydoc.info/github/osburn-sharp/jerbil/frames](http://rubydoc.info/github/osburn-sharp/jerbil/frames)
|
19
|
+
**RubyDoc:** [http://rubydoc.info/github/osburn-sharp/jerbil/frames/file/README.md](http://rubydoc.info/github/osburn-sharp/jerbil/frames/file/README.md)
|
20
20
|
|
21
21
|
**RubyGems:** [https://rubygems.org/gems/jerbil](https://rubygems.org/gems/jerbil)
|
22
22
|
|
data/lib/jerbil/version.rb
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
# Created by Jevoom
|
2
2
|
#
|
3
|
-
#
|
4
|
-
#
|
3
|
+
# 26-Oct-2014
|
4
|
+
# Tweaked Rubydoc.info address to get to the right readme page.
|
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.8
|
8
|
+
Version = '1.4.8'
|
9
|
+
# date set to 26-Oct-2014
|
10
|
+
Version_Date = '26-Oct-2014'
|
11
|
+
#ident string set to: jerbil-1.4.8 26-Oct-2014
|
12
|
+
Ident = 'jerbil-1.4.8 26-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.8
|
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-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: !binary |-
|