levinalex-xdt 1.0.3 → 1.0.4
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.
- data/lib/xdt/ldt.rb +1 -1
- data/lib/xdt.rb +1 -2
- data/xdt.gemspec +2 -2
- metadata +2 -2
data/lib/xdt/ldt.rb
CHANGED
data/lib/xdt.rb
CHANGED
data/xdt.gemspec
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = %q{xdt}
|
|
3
|
-
s.version = "1.0.
|
|
3
|
+
s.version = "1.0.4"
|
|
4
4
|
|
|
5
5
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
6
6
|
s.authors = ["Levin Alexander"]
|
|
7
|
-
s.date = %q{2008-11-
|
|
7
|
+
s.date = %q{2008-11-10}
|
|
8
8
|
s.default_executable = %q{gdt2http}
|
|
9
9
|
s.description = %q{xDT is a library that reads and writes LDT, GDT and BDT data.}
|
|
10
10
|
s.email = ["mail@levinalex.net"]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: levinalex-xdt
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Levin Alexander
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2008-11-
|
|
12
|
+
date: 2008-11-10 00:00:00 -08:00
|
|
13
13
|
default_executable: gdt2http
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|