gdlc 2.5.4.1 → 2.6.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/gdlc/version.rb +2 -2
- data/res/gdlc.jar +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6d20aae80fe43d87bb288944c25216e6224a320d
|
4
|
+
data.tar.gz: 4c9538d05bfe4fdc3ebb57db5d366a2e5de4ef1a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 20182c6d46ca82ea19c6573b25d6a3e9fe9e6a1e8a852b27edb771c476634976a7fe8e9e5d463137fd9f0fb09e08937cc83a050a7edba3cc43f4dac887c72bb1
|
7
|
+
data.tar.gz: 9412457bd2185cca4a411f4123967fae59603b26f9e6f2d2b754bf82b729a784b6a29c217c0783b04c7537e90b45376b51f3f57cb8f690188fbf28be73eec730
|
data/lib/gdlc/version.rb
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
#
|
17
17
|
|
18
18
|
module Gdlc
|
19
|
-
VERSION = "2.
|
19
|
+
VERSION = "2.6.0.0" unless constants.include?("VERSION")
|
20
20
|
APPNAME = "GDLC" unless constants.include?("APPNAME")
|
21
|
-
COPYRIGHT = "Copyright (c)
|
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: 2.
|
4
|
+
version: 2.6.0.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:
|
11
|
+
date: 2016-01-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
70
70
|
version: '0'
|
71
71
|
requirements: []
|
72
72
|
rubyforge_project:
|
73
|
-
rubygems_version: 2.
|
73
|
+
rubygems_version: 2.4.5.1
|
74
74
|
signing_key:
|
75
75
|
specification_version: 4
|
76
76
|
summary: Ruby support for GDLC compiler
|