gdlc 3.1.2.0 → 3.1.3.0
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 +4 -4
- data/lib/gdlc/version.rb +1 -1
- data/res/gdlc.jar +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eea5c3bde11f2b8eca177a623e9f46ac148890b3
|
|
4
|
+
data.tar.gz: 9e6cfb3cec0220db75e4789b9b00f8879f2191b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8e13971d0a0fabc4226ee98304366bdeb82a3ae3ff3667622ea8dce17cd4a9702778ad2d69b90d81f4a7bebe58d6c9614b5fede45ef96e58725768d557070ba7
|
|
7
|
+
data.tar.gz: 45d7143f442ae9d6ce9b974c31405c5b53f7e29d69d1aac8d166a3e432d7a6862391ea4a76670839c4ed0e9352c5c6bf3b216e3205522b61a421977fc10b0162
|
data/lib/gdlc/version.rb
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
#
|
|
17
17
|
|
|
18
18
|
module Gdlc
|
|
19
|
-
VERSION = "3.1.
|
|
19
|
+
VERSION = "3.1.3.0" unless constants.include?("VERSION")
|
|
20
20
|
APPNAME = "GDLC" unless constants.include?("APPNAME")
|
|
21
21
|
COPYRIGHT = "Copyright (c) 2016 Jeff McAffee. All rights reserved" unless constants.include?("COPYRIGHT")
|
|
22
22
|
end
|
data/res/gdlc.jar
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gdlc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.
|
|
4
|
+
version: 3.1.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jeff McAffee
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-03-
|
|
11
|
+
date: 2016-03-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|