jcangas-datagateway 1.1.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.
metadata ADDED
@@ -0,0 +1,100 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jcangas-datagateway
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Jorge L. Cangas
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-01-28 00:00:00 -08:00
13
+ default_executable: datagw
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: activerecord
17
+ version_requirement:
18
+ version_requirements: !ruby/object:Gem::Requirement
19
+ requirements:
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: "0"
23
+ version:
24
+ description: TODO
25
+ email: jorge.cangas@gmail.com
26
+ executables:
27
+ - datagw
28
+ extensions: []
29
+
30
+ extra_rdoc_files: []
31
+
32
+ files:
33
+ - VERSION.yml
34
+ - bin/datagw
35
+ - lib/version.rb
36
+ - lib/datagateway
37
+ - lib/datagateway/version.rb
38
+ - lib/datagateway/dbchange_point.rb
39
+ - lib/datagateway/ssh_transfer.rb
40
+ - lib/datagateway/jobs
41
+ - lib/datagateway/jobs/nexus_import.rb
42
+ - lib/datagateway/jobs/shopin_import.rb
43
+ - lib/datagateway/jobs/nexus_export.rb
44
+ - lib/datagateway/jobs/shopin_export.rb
45
+ - lib/datagateway/conduits
46
+ - lib/datagateway/conduits/yaml_conduit.rb
47
+ - lib/datagateway/conduits/csv_conduit.rb
48
+ - lib/datagateway/nexus
49
+ - lib/datagateway/nexus/nax_ar.rb
50
+ - lib/datagateway/nexus/nax_tlb.rb
51
+ - lib/datagateway/nexus/nexus_ar.rb
52
+ - lib/datagateway/data_gateway.rb
53
+ - lib/datagateway/folder_writer.rb
54
+ - lib/datagateway.rb
55
+ - test/test_helper.rb
56
+ - test/datagateway_test.rb
57
+ - template-prj/log
58
+ - template-prj/log/README
59
+ - template-prj/data
60
+ - template-prj/data/outbox
61
+ - template-prj/data/outbox/README
62
+ - template-prj/data/donebox
63
+ - template-prj/data/donebox/README
64
+ - template-prj/data/inbox
65
+ - template-prj/data/inbox/README
66
+ - template-prj/config
67
+ - template-prj/config/settings.yml
68
+ - template-prj/config/README
69
+ - template-prj/config/database.yml
70
+ - template-prj/README
71
+ - template-prj/datagateway.rb
72
+ has_rdoc: true
73
+ homepage: http://github.com/jcangas/datagateway
74
+ post_install_message:
75
+ rdoc_options:
76
+ - --inline-source
77
+ - --charset=UTF-8
78
+ require_paths:
79
+ - lib
80
+ required_ruby_version: !ruby/object:Gem::Requirement
81
+ requirements:
82
+ - - ">="
83
+ - !ruby/object:Gem::Version
84
+ version: "0"
85
+ version:
86
+ required_rubygems_version: !ruby/object:Gem::Requirement
87
+ requirements:
88
+ - - ">="
89
+ - !ruby/object:Gem::Version
90
+ version: "0"
91
+ version:
92
+ requirements: []
93
+
94
+ rubyforge_project:
95
+ rubygems_version: 1.2.0
96
+ signing_key:
97
+ specification_version: 2
98
+ summary: Datagateway tool
99
+ test_files: []
100
+