gizzmo 0.12.0 → 0.12.1

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/LICENSE CHANGED
@@ -1,177 +1,13 @@
1
- Copyright (c) 2010 Twitter, Inc.
1
+ Copyright 2011 Twitter, Inc.
2
2
 
3
+ Licensed under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License.
5
+ You may obtain a copy of the License at
3
6
 
4
- Apache License
5
- Version 2.0, January 2004
6
- http://www.apache.org/licenses/
7
+ http://www.apache.org/licenses/LICENSE-2.0
7
8
 
8
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
9
-
10
- 1. Definitions.
11
-
12
- "License" shall mean the terms and conditions for use, reproduction,
13
- and distribution as defined by Sections 1 through 9 of this document.
14
-
15
- "Licensor" shall mean the copyright owner or entity authorized by
16
- the copyright owner that is granting the License.
17
-
18
- "Legal Entity" shall mean the union of the acting entity and all
19
- other entities that control, are controlled by, or are under common
20
- control with that entity. For the purposes of this definition,
21
- "control" means (i) the power, direct or indirect, to cause the
22
- direction or management of such entity, whether by contract or
23
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
24
- outstanding shares, or (iii) beneficial ownership of such entity.
25
-
26
- "You" (or "Your") shall mean an individual or Legal Entity
27
- exercising permissions granted by this License.
28
-
29
- "Source" form shall mean the preferred form for making modifications,
30
- including but not limited to software source code, documentation
31
- source, and configuration files.
32
-
33
- "Object" form shall mean any form resulting from mechanical
34
- transformation or translation of a Source form, including but
35
- not limited to compiled object code, generated documentation,
36
- and conversions to other media types.
37
-
38
- "Work" shall mean the work of authorship, whether in Source or
39
- Object form, made available under the License, as indicated by a
40
- copyright notice that is included in or attached to the work
41
- (an example is provided in the Appendix below).
42
-
43
- "Derivative Works" shall mean any work, whether in Source or Object
44
- form, that is based on (or derived from) the Work and for which the
45
- editorial revisions, annotations, elaborations, or other modifications
46
- represent, as a whole, an original work of authorship. For the purposes
47
- of this License, Derivative Works shall not include works that remain
48
- separable from, or merely link (or bind by name) to the interfaces of,
49
- the Work and Derivative Works thereof.
50
-
51
- "Contribution" shall mean any work of authorship, including
52
- the original version of the Work and any modifications or additions
53
- to that Work or Derivative Works thereof, that is intentionally
54
- submitted to Licensor for inclusion in the Work by the copyright owner
55
- or by an individual or Legal Entity authorized to submit on behalf of
56
- the copyright owner. For the purposes of this definition, "submitted"
57
- means any form of electronic, verbal, or written communication sent
58
- to the Licensor or its representatives, including but not limited to
59
- communication on electronic mailing lists, source code control systems,
60
- and issue tracking systems that are managed by, or on behalf of, the
61
- Licensor for the purpose of discussing and improving the Work, but
62
- excluding communication that is conspicuously marked or otherwise
63
- designated in writing by the copyright owner as "Not a Contribution."
64
-
65
- "Contributor" shall mean Licensor and any individual or Legal Entity
66
- on behalf of whom a Contribution has been received by Licensor and
67
- subsequently incorporated within the Work.
68
-
69
- 2. Grant of Copyright License. Subject to the terms and conditions of
70
- this License, each Contributor hereby grants to You a perpetual,
71
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
72
- copyright license to reproduce, prepare Derivative Works of,
73
- publicly display, publicly perform, sublicense, and distribute the
74
- Work and such Derivative Works in Source or Object form.
75
-
76
- 3. Grant of Patent License. Subject to the terms and conditions of
77
- this License, each Contributor hereby grants to You a perpetual,
78
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
79
- (except as stated in this section) patent license to make, have made,
80
- use, offer to sell, sell, import, and otherwise transfer the Work,
81
- where such license applies only to those patent claims licensable
82
- by such Contributor that are necessarily infringed by their
83
- Contribution(s) alone or by combination of their Contribution(s)
84
- with the Work to which such Contribution(s) was submitted. If You
85
- institute patent litigation against any entity (including a
86
- cross-claim or counterclaim in a lawsuit) alleging that the Work
87
- or a Contribution incorporated within the Work constitutes direct
88
- or contributory patent infringement, then any patent licenses
89
- granted to You under this License for that Work shall terminate
90
- as of the date such litigation is filed.
91
-
92
- 4. Redistribution. You may reproduce and distribute copies of the
93
- Work or Derivative Works thereof in any medium, with or without
94
- modifications, and in Source or Object form, provided that You
95
- meet the following conditions:
96
-
97
- (a) You must give any other recipients of the Work or
98
- Derivative Works a copy of this License; and
99
-
100
- (b) You must cause any modified files to carry prominent notices
101
- stating that You changed the files; and
102
-
103
- (c) You must retain, in the Source form of any Derivative Works
104
- that You distribute, all copyright, patent, trademark, and
105
- attribution notices from the Source form of the Work,
106
- excluding those notices that do not pertain to any part of
107
- the Derivative Works; and
108
-
109
- (d) If the Work includes a "NOTICE" text file as part of its
110
- distribution, then any Derivative Works that You distribute must
111
- include a readable copy of the attribution notices contained
112
- within such NOTICE file, excluding those notices that do not
113
- pertain to any part of the Derivative Works, in at least one
114
- of the following places: within a NOTICE text file distributed
115
- as part of the Derivative Works; within the Source form or
116
- documentation, if provided along with the Derivative Works; or,
117
- within a display generated by the Derivative Works, if and
118
- wherever such third-party notices normally appear. The contents
119
- of the NOTICE file are for informational purposes only and
120
- do not modify the License. You may add Your own attribution
121
- notices within Derivative Works that You distribute, alongside
122
- or as an addendum to the NOTICE text from the Work, provided
123
- that such additional attribution notices cannot be construed
124
- as modifying the License.
125
-
126
- You may add Your own copyright statement to Your modifications and
127
- may provide additional or different license terms and conditions
128
- for use, reproduction, or distribution of Your modifications, or
129
- for any such Derivative Works as a whole, provided Your use,
130
- reproduction, and distribution of the Work otherwise complies with
131
- the conditions stated in this License.
132
-
133
- 5. Submission of Contributions. Unless You explicitly state otherwise,
134
- any Contribution intentionally submitted for inclusion in the Work
135
- by You to the Licensor shall be under the terms and conditions of
136
- this License, without any additional terms or conditions.
137
- Notwithstanding the above, nothing herein shall supersede or modify
138
- the terms of any separate license agreement you may have executed
139
- with Licensor regarding such Contributions.
140
-
141
- 6. Trademarks. This License does not grant permission to use the trade
142
- names, trademarks, service marks, or product names of the Licensor,
143
- except as required for reasonable and customary use in describing the
144
- origin of the Work and reproducing the content of the NOTICE file.
145
-
146
- 7. Disclaimer of Warranty. Unless required by applicable law or
147
- agreed to in writing, Licensor provides the Work (and each
148
- Contributor provides its Contributions) on an "AS IS" BASIS,
149
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
150
- implied, including, without limitation, any warranties or conditions
151
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
152
- PARTICULAR PURPOSE. You are solely responsible for determining the
153
- appropriateness of using or redistributing the Work and assume any
154
- risks associated with Your exercise of permissions under this License.
155
-
156
- 8. Limitation of Liability. In no event and under no legal theory,
157
- whether in tort (including negligence), contract, or otherwise,
158
- unless required by applicable law (such as deliberate and grossly
159
- negligent acts) or agreed to in writing, shall any Contributor be
160
- liable to You for damages, including any direct, indirect, special,
161
- incidental, or consequential damages of any character arising as a
162
- result of this License or out of the use or inability to use the
163
- Work (including but not limited to damages for loss of goodwill,
164
- work stoppage, computer failure or malfunction, or any and all
165
- other commercial damages or losses), even if such Contributor
166
- has been advised of the possibility of such damages.
167
-
168
- 9. Accepting Warranty or Additional Liability. While redistributing
169
- the Work or Derivative Works thereof, You may choose to offer,
170
- and charge a fee for, acceptance of support, warranty, indemnity,
171
- or other liability obligations and/or rights consistent with this
172
- License. However, in accepting such obligations, You may act only
173
- on Your own behalf and on Your sole responsibility, not on behalf
174
- of any other Contributor, and only if You agree to indemnify,
175
- defend, and hold each Contributor harmless for any liability
176
- incurred by, or claims asserted against, such Contributor by reason
177
- of your accepting any such warranty or additional liability.
9
+ Unless required by applicable law or agreed to in writing, software
10
+ distributed under the License is distributed on an "AS IS" BASIS,
11
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ See the License for the specific language governing permissions and
13
+ limitations under the License.
@@ -7,7 +7,7 @@ Gizzmo is a command-line client for managing gizzard clusters.
7
7
  Installation is a simple gem install. You may find it useful to create a ~/.gizzmorc file, which is simply YAML key/values. The keys are the long-style command line option keys converted into Ruby-style variables. A common .gizzmorc will simply be:
8
8
 
9
9
  host: localhost
10
- port: 7917
10
+ port: 7920
11
11
 
12
12
  == Usage
13
13
 
@@ -37,7 +37,7 @@ Contributions are welcome! Please send a pull request, or if you're internal to
37
37
 
38
38
  The tests may be somewhat difficult to run outside of Twitter. They assume the following:
39
39
 
40
- 1. You have a running FlockDB development environment exposing a ShardManager over thrift on localhost:7917
40
+ 1. You have a running FlockDB development environment exposing a ShardManager over thrift on localhost:7920
41
41
  2. You don't mind blowing away the data in your dev environment.
42
42
  3. Your MySQL username and password are in the environment variables DB_USERNAME and DB_PASSWORD
43
43
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.12.0
1
+ 0.12.1
@@ -1,99 +1,84 @@
1
1
  # Generated by jeweler
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{gizzmo}
8
- s.version = "0.12.0"
8
+ s.version = "0.12.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Kyle Maxwell"]
12
- s.date = %q{2011-05-05}
12
+ s.date = %q{2011-10-20}
13
13
  s.description = %q{Gizzmo is a command-line client for managing gizzard clusters.}
14
14
  s.email = %q{kmaxwell@twitter.com}
15
- s.executables = ["gizzmo", "setup_shards"]
15
+ s.executables = ["setup_shards", "gizzmo"]
16
16
  s.extra_rdoc_files = [
17
17
  "LICENSE",
18
- "README.rdoc"
18
+ "README.rdoc"
19
19
  ]
20
20
  s.files = [
21
- ".gitignore",
22
- "LICENSE",
23
- "README.rdoc",
24
- "Rakefile",
25
- "VERSION",
26
- "bin/gizzmo",
27
- "bin/setup_shards",
28
- "gizzmo.gemspec",
29
- "lib/gizzard.rb",
30
- "lib/gizzard/commands.rb",
31
- "lib/gizzard/digest.rb",
32
- "lib/gizzard/migrator.rb",
33
- "lib/gizzard/nameserver.rb",
34
- "lib/gizzard/rebalancer.rb",
35
- "lib/gizzard/shard_template.rb",
36
- "lib/gizzard/thrift.rb",
37
- "lib/gizzard/transformation.rb",
38
- "lib/gizzard/transformation_op.rb",
39
- "lib/gizzard/transformation_scheduler.rb",
40
- "lib/gizzmo.rb",
41
- "lib/vendor/thrift_client/simple.rb",
42
- "test/config.yaml",
43
- "test/expected/deep.txt",
44
- "test/expected/dry-wrap-table_b_0.txt",
45
- "test/expected/empty-file.txt",
46
- "test/expected/find-only-sql-shard-type.txt",
47
- "test/expected/forwardings.txt",
48
- "test/expected/help-info.txt",
49
- "test/expected/info.txt",
50
- "test/expected/links-for-replicating_table_b_0.txt",
51
- "test/expected/links-for-table_b_0.txt",
52
- "test/expected/links-for-table_repl_0.txt",
53
- "test/expected/original-find.txt",
54
- "test/expected/subtree-info.txt",
55
- "test/expected/subtree.txt",
56
- "test/expected/unwrapped-replicating_table_b_0.txt",
57
- "test/expected/unwrapped-table_b_0.txt",
58
- "test/expected/wrap-table_b_0.txt",
59
- "test/gizzmo_spec.rb",
60
- "test/helper.rb",
61
- "test/nameserver_spec.rb",
62
- "test/recreate.sql",
63
- "test/scheduler_spec.rb",
64
- "test/shard_template_spec.rb",
65
- "test/spec.opts",
66
- "test/spec_helper.rb",
67
- "test/test.sh",
68
- "test/test_server/.gitignore",
69
- "test/test_server/project/build.properties",
70
- "test/test_server/project/build/Project.scala",
71
- "test/test_server/project/plugins/Plugins.scala",
72
- "test/test_server/src/main/scala/Main.scala",
73
- "test/test_server/src/main/scala/TestServer.scala",
74
- "test/test_server/src/main/thrift/TestServer.thrift",
75
- "test/transformation_spec.rb"
21
+ "LICENSE",
22
+ "README.rdoc",
23
+ "Rakefile",
24
+ "VERSION",
25
+ "bin/gizzmo",
26
+ "bin/setup_shards",
27
+ "gizzmo.gemspec",
28
+ "lib/gizzard.rb",
29
+ "lib/gizzard/commands.rb",
30
+ "lib/gizzard/digest.rb",
31
+ "lib/gizzard/migrator.rb",
32
+ "lib/gizzard/nameserver.rb",
33
+ "lib/gizzard/rebalancer.rb",
34
+ "lib/gizzard/shard_template.rb",
35
+ "lib/gizzard/thrift.rb",
36
+ "lib/gizzard/transformation.rb",
37
+ "lib/gizzard/transformation_op.rb",
38
+ "lib/gizzard/transformation_scheduler.rb",
39
+ "lib/gizzmo.rb",
40
+ "lib/vendor/thrift_client/simple.rb",
41
+ "test/config.yaml",
42
+ "test/expected/deep.txt",
43
+ "test/expected/dry-wrap-table_b_0.txt",
44
+ "test/expected/empty-file.txt",
45
+ "test/expected/find-only-sql-shard-type.txt",
46
+ "test/expected/forwardings.txt",
47
+ "test/expected/help-info.txt",
48
+ "test/expected/info.txt",
49
+ "test/expected/links-for-replicating_table_b_0.txt",
50
+ "test/expected/links-for-table_b_0.txt",
51
+ "test/expected/links-for-table_repl_0.txt",
52
+ "test/expected/original-find.txt",
53
+ "test/expected/subtree-info.txt",
54
+ "test/expected/subtree.txt",
55
+ "test/expected/unwrapped-replicating_table_b_0.txt",
56
+ "test/expected/unwrapped-table_b_0.txt",
57
+ "test/expected/wrap-table_b_0.txt",
58
+ "test/gizzmo_spec.rb",
59
+ "test/helper.rb",
60
+ "test/nameserver_spec.rb",
61
+ "test/recreate.sql",
62
+ "test/scheduler_spec.rb",
63
+ "test/shard_template_spec.rb",
64
+ "test/spec.opts",
65
+ "test/spec_helper.rb",
66
+ "test/test.sh",
67
+ "test/test_server/.gitignore",
68
+ "test/test_server/project/build.properties",
69
+ "test/test_server/project/build/Project.scala",
70
+ "test/test_server/project/plugins/Plugins.scala",
71
+ "test/test_server/src/main/scala/Main.scala",
72
+ "test/test_server/src/main/scala/TestServer.scala",
73
+ "test/test_server/src/main/thrift/TestServer.thrift",
74
+ "test/transformation_spec.rb"
76
75
  ]
77
76
  s.homepage = %q{http://github.com/twitter/gizzmo}
78
- s.rdoc_options = ["--charset=UTF-8"]
79
77
  s.require_paths = ["lib"]
80
- s.rubygems_version = %q{1.3.7}
78
+ s.rubygems_version = %q{1.4.1}
81
79
  s.summary = %q{Gizzmo is a command-line client for managing gizzard clusters.}
82
- s.test_files = [
83
- "test/gizzmo_spec.rb",
84
- "test/helper.rb",
85
- "test/nameserver_spec.rb",
86
- "test/scheduler_spec.rb",
87
- "test/shard_template_spec.rb",
88
- "test/spec_helper.rb",
89
- "test/test_server/target/gen-rb/test_server.rb",
90
- "test/test_server/target/gen-rb/test_server_constants.rb",
91
- "test/test_server/target/gen-rb/test_server_types.rb",
92
- "test/transformation_spec.rb"
93
- ]
94
80
 
95
81
  if s.respond_to? :specification_version then
96
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
97
82
  s.specification_version = 3
98
83
 
99
84
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
@@ -640,6 +640,8 @@ module Gizzard
640
640
  manager.remove_link(link.up_id, link.down_id)
641
641
  manager.add_link(link.up_id, to_shard_id, link.weight)
642
642
  end
643
+ manager.remove_link(replica_shard_id, from_shard_id)
644
+ manager.remove_link(replica_shard_id, write_only_shard_id)
643
645
  manager.replace_forwarding(replica_shard_id, to_shard_id)
644
646
  manager.delete_shard(replica_shard_id)
645
647
  manager.delete_shard(write_only_shard_id)
@@ -86,7 +86,7 @@ module Gizzard
86
86
  class Nameserver
87
87
  include ParallelMap
88
88
 
89
- DEFAULT_PORT = 7917
89
+ DEFAULT_PORT = 7920
90
90
  DEFAULT_RETRIES = 10
91
91
  PARALLELISM = 10
92
92
 
@@ -49,10 +49,11 @@ module Gizzard
49
49
 
50
50
  def apply!
51
51
  @start_time = Time.now
52
-
52
+ control_interrupts
53
+
53
54
  loop do
54
55
  reload_busy_shards
55
-
56
+
56
57
  cleanup_jobs
57
58
  schedule_jobs(max_copies - busy_shards.length)
58
59
 
@@ -219,5 +220,27 @@ module Gizzard
219
220
  [days,hours,minutes,seconds].compact.map {|i| "%0.2i" % i }.join(":")
220
221
  end
221
222
  end
223
+
224
+ # Trap interrupt (Ctrl+C) for better/safer handling
225
+ def control_interrupts
226
+ ints_left = 3
227
+ trap("INT") do
228
+ ints_left -= 1
229
+ if !@jobs_pending.empty?
230
+ # get rid of scheduled jobs
231
+ puts "\nINTERRUPT RECEIVED! Cancelling jobs not yet started. Finishing jobs in progress..."
232
+ @jobs_pending.clear
233
+ end
234
+ if ints_left > 0
235
+ puts "\nPress Ctrl+C #{ints_left} more time#{'s' if ints_left > 1} to terminate jobs in progress. This is dangerous."
236
+ end
237
+ if ints_left == 1
238
+ puts "This could leave the database in a bad state. Make sure you know what you're doing."
239
+ elsif ints_left == 0
240
+ puts "\nTerminating on interrupt..."
241
+ exit 1
242
+ end
243
+ end
244
+ end
222
245
  end
223
246
  end
@@ -317,7 +317,7 @@ subcommands = {
317
317
  end
318
318
  end,
319
319
  'transform-tree' => OptionParser.new do |opts|
320
- opts.banner = "Usage: #{zero} transform-tree [options] ROOT_SHARD_ID TEMPLATE"
320
+ opts.banner = "Usage: #{zero} transform-tree [options] TEMPLATE ROOT_SHARD_ID"
321
321
  separators(opts, DOC_STRINGS['transform-tree'])
322
322
 
323
323
  add_scheduler_opts subcommand_options, opts
@@ -392,7 +392,7 @@ global = OptionParser.new do |opts|
392
392
  opts.separator "simply contains:"
393
393
  opts.separator ""
394
394
  opts.separator " hosts: localhost"
395
- opts.separator " port: 7917"
395
+ opts.separator " port: 7920"
396
396
  opts.separator ""
397
397
  opts.separator "Subcommands:"
398
398
  subcommands.keys.compact.sort.each do |sc|
@@ -547,5 +547,6 @@ rescue Errno::EPIPE
547
547
  # head -1, then this script will keep running after head closes. We don't care, and
548
548
  # seeing the backtrace is annoying!
549
549
  rescue Interrupt
550
+ STDERR.puts "\nERROR: Received an unhandled interrupt"
550
551
  exit 1
551
552
  end
@@ -1,2 +1,2 @@
1
1
  host: localhost
2
- port: 7917
2
+ port: 7920
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gizzmo
3
3
  version: !ruby/object:Gem::Version
4
- hash: 47
5
- prerelease: false
4
+ hash: 45
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 12
9
- - 0
10
- version: 0.12.0
9
+ - 1
10
+ version: 0.12.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Kyle Maxwell
@@ -15,22 +15,21 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-05-05 00:00:00 -07:00
18
+ date: 2011-10-20 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
22
22
  description: Gizzmo is a command-line client for managing gizzard clusters.
23
23
  email: kmaxwell@twitter.com
24
24
  executables:
25
- - gizzmo
26
25
  - setup_shards
26
+ - gizzmo
27
27
  extensions: []
28
28
 
29
29
  extra_rdoc_files:
30
30
  - LICENSE
31
31
  - README.rdoc
32
32
  files:
33
- - .gitignore
34
33
  - LICENSE
35
34
  - README.rdoc
36
35
  - Rakefile
@@ -85,16 +84,13 @@ files:
85
84
  - test/test_server/src/main/scala/TestServer.scala
86
85
  - test/test_server/src/main/thrift/TestServer.thrift
87
86
  - test/transformation_spec.rb
88
- - test/test_server/target/gen-rb/test_server.rb
89
- - test/test_server/target/gen-rb/test_server_constants.rb
90
- - test/test_server/target/gen-rb/test_server_types.rb
91
87
  has_rdoc: true
92
88
  homepage: http://github.com/twitter/gizzmo
93
89
  licenses: []
94
90
 
95
91
  post_install_message:
96
- rdoc_options:
97
- - --charset=UTF-8
92
+ rdoc_options: []
93
+
98
94
  require_paths:
99
95
  - lib
100
96
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -118,18 +114,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
118
114
  requirements: []
119
115
 
120
116
  rubyforge_project:
121
- rubygems_version: 1.3.7
117
+ rubygems_version: 1.4.1
122
118
  signing_key:
123
119
  specification_version: 3
124
120
  summary: Gizzmo is a command-line client for managing gizzard clusters.
125
- test_files:
126
- - test/gizzmo_spec.rb
127
- - test/helper.rb
128
- - test/nameserver_spec.rb
129
- - test/scheduler_spec.rb
130
- - test/shard_template_spec.rb
131
- - test/spec_helper.rb
132
- - test/test_server/target/gen-rb/test_server.rb
133
- - test/test_server/target/gen-rb/test_server_constants.rb
134
- - test/test_server/target/gen-rb/test_server_types.rb
135
- - test/transformation_spec.rb
121
+ test_files: []
122
+
data/.gitignore DELETED
@@ -1,24 +0,0 @@
1
- ## MAC OS
2
- .DS_Store
3
-
4
- ## TEXTMATE
5
- *.tmproj
6
- tmtags
7
-
8
- ## EMACS
9
- *~
10
- \#*
11
- .\#*
12
-
13
- ## VIM
14
- *.swp
15
-
16
- ## PROJECT::GENERAL
17
- coverage
18
- rdoc
19
- pkg
20
-
21
- ## PROJECT::SPECIFIC
22
- tmp
23
- gizzmo.log
24
- *.gem