summaryrefslogtreecommitdiff
path: root/databases/ruby-arel30/PLIST
blob: 9b6cc8347fa22632c1e7d3c8537b1bad7206ceda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
@comment $NetBSD: PLIST,v 1.1 2015/02/01 12:22:21 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.autotest
${GEM_LIBDIR}/.gemtest
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/History.txt
${GEM_LIBDIR}/MIT-LICENSE.txt
${GEM_LIBDIR}/Manifest.txt
${GEM_LIBDIR}/README.markdown
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/arel.gemspec
${GEM_LIBDIR}/lib/arel.rb
${GEM_LIBDIR}/lib/arel/alias_predication.rb
${GEM_LIBDIR}/lib/arel/attributes.rb
${GEM_LIBDIR}/lib/arel/attributes/attribute.rb
${GEM_LIBDIR}/lib/arel/compatibility/wheres.rb
${GEM_LIBDIR}/lib/arel/crud.rb
${GEM_LIBDIR}/lib/arel/delete_manager.rb
${GEM_LIBDIR}/lib/arel/deprecated.rb
${GEM_LIBDIR}/lib/arel/expression.rb
${GEM_LIBDIR}/lib/arel/expressions.rb
${GEM_LIBDIR}/lib/arel/factory_methods.rb
${GEM_LIBDIR}/lib/arel/insert_manager.rb
${GEM_LIBDIR}/lib/arel/math.rb
${GEM_LIBDIR}/lib/arel/nodes.rb
${GEM_LIBDIR}/lib/arel/nodes/and.rb
${GEM_LIBDIR}/lib/arel/nodes/ascending.rb
${GEM_LIBDIR}/lib/arel/nodes/binary.rb
${GEM_LIBDIR}/lib/arel/nodes/count.rb
${GEM_LIBDIR}/lib/arel/nodes/delete_statement.rb
${GEM_LIBDIR}/lib/arel/nodes/descending.rb
${GEM_LIBDIR}/lib/arel/nodes/equality.rb
${GEM_LIBDIR}/lib/arel/nodes/extract.rb
${GEM_LIBDIR}/lib/arel/nodes/false.rb
${GEM_LIBDIR}/lib/arel/nodes/function.rb
${GEM_LIBDIR}/lib/arel/nodes/in.rb
${GEM_LIBDIR}/lib/arel/nodes/infix_operation.rb
${GEM_LIBDIR}/lib/arel/nodes/inner_join.rb
${GEM_LIBDIR}/lib/arel/nodes/insert_statement.rb
${GEM_LIBDIR}/lib/arel/nodes/join_source.rb
${GEM_LIBDIR}/lib/arel/nodes/named_function.rb
${GEM_LIBDIR}/lib/arel/nodes/node.rb
${GEM_LIBDIR}/lib/arel/nodes/ordering.rb
${GEM_LIBDIR}/lib/arel/nodes/outer_join.rb
${GEM_LIBDIR}/lib/arel/nodes/over.rb
${GEM_LIBDIR}/lib/arel/nodes/select_core.rb
${GEM_LIBDIR}/lib/arel/nodes/select_statement.rb
${GEM_LIBDIR}/lib/arel/nodes/sql_literal.rb
${GEM_LIBDIR}/lib/arel/nodes/string_join.rb
${GEM_LIBDIR}/lib/arel/nodes/table_alias.rb
${GEM_LIBDIR}/lib/arel/nodes/terminal.rb
${GEM_LIBDIR}/lib/arel/nodes/true.rb
${GEM_LIBDIR}/lib/arel/nodes/unary.rb
${GEM_LIBDIR}/lib/arel/nodes/unqualified_column.rb
${GEM_LIBDIR}/lib/arel/nodes/update_statement.rb
${GEM_LIBDIR}/lib/arel/nodes/values.rb
${GEM_LIBDIR}/lib/arel/nodes/window.rb
${GEM_LIBDIR}/lib/arel/nodes/with.rb
${GEM_LIBDIR}/lib/arel/order_predications.rb
${GEM_LIBDIR}/lib/arel/predications.rb
${GEM_LIBDIR}/lib/arel/relation.rb
${GEM_LIBDIR}/lib/arel/select_manager.rb
${GEM_LIBDIR}/lib/arel/sql/engine.rb
${GEM_LIBDIR}/lib/arel/sql_literal.rb
${GEM_LIBDIR}/lib/arel/table.rb
${GEM_LIBDIR}/lib/arel/tree_manager.rb
${GEM_LIBDIR}/lib/arel/update_manager.rb
${GEM_LIBDIR}/lib/arel/visitors.rb
${GEM_LIBDIR}/lib/arel/visitors/bind_visitor.rb
${GEM_LIBDIR}/lib/arel/visitors/depth_first.rb
${GEM_LIBDIR}/lib/arel/visitors/dot.rb
${GEM_LIBDIR}/lib/arel/visitors/ibm_db.rb
${GEM_LIBDIR}/lib/arel/visitors/informix.rb
${GEM_LIBDIR}/lib/arel/visitors/join_sql.rb
${GEM_LIBDIR}/lib/arel/visitors/mssql.rb
${GEM_LIBDIR}/lib/arel/visitors/mysql.rb
${GEM_LIBDIR}/lib/arel/visitors/oracle.rb
${GEM_LIBDIR}/lib/arel/visitors/order_clauses.rb
${GEM_LIBDIR}/lib/arel/visitors/postgresql.rb
${GEM_LIBDIR}/lib/arel/visitors/sqlite.rb
${GEM_LIBDIR}/lib/arel/visitors/to_sql.rb
${GEM_LIBDIR}/lib/arel/visitors/visitor.rb
${GEM_LIBDIR}/lib/arel/visitors/where_sql.rb
${GEM_LIBDIR}/lib/arel/window_predications.rb
${GEM_LIBDIR}/test/attributes/test_attribute.rb
${GEM_LIBDIR}/test/helper.rb
${GEM_LIBDIR}/test/nodes/test_as.rb
${GEM_LIBDIR}/test/nodes/test_ascending.rb
${GEM_LIBDIR}/test/nodes/test_bin.rb
${GEM_LIBDIR}/test/nodes/test_count.rb
${GEM_LIBDIR}/test/nodes/test_delete_statement.rb
${GEM_LIBDIR}/test/nodes/test_descending.rb
${GEM_LIBDIR}/test/nodes/test_equality.rb
${GEM_LIBDIR}/test/nodes/test_extract.rb
${GEM_LIBDIR}/test/nodes/test_infix_operation.rb
${GEM_LIBDIR}/test/nodes/test_insert_statement.rb
${GEM_LIBDIR}/test/nodes/test_named_function.rb
${GEM_LIBDIR}/test/nodes/test_node.rb
${GEM_LIBDIR}/test/nodes/test_not.rb
${GEM_LIBDIR}/test/nodes/test_or.rb
${GEM_LIBDIR}/test/nodes/test_over.rb
${GEM_LIBDIR}/test/nodes/test_select_core.rb
${GEM_LIBDIR}/test/nodes/test_select_statement.rb
${GEM_LIBDIR}/test/nodes/test_sql_literal.rb
${GEM_LIBDIR}/test/nodes/test_sum.rb
${GEM_LIBDIR}/test/nodes/test_update_statement.rb
${GEM_LIBDIR}/test/support/fake_record.rb
${GEM_LIBDIR}/test/test_activerecord_compat.rb
${GEM_LIBDIR}/test/test_attributes.rb
${GEM_LIBDIR}/test/test_crud.rb
${GEM_LIBDIR}/test/test_delete_manager.rb
${GEM_LIBDIR}/test/test_factory_methods.rb
${GEM_LIBDIR}/test/test_insert_manager.rb
${GEM_LIBDIR}/test/test_select_manager.rb
${GEM_LIBDIR}/test/test_table.rb
${GEM_LIBDIR}/test/test_update_manager.rb
${GEM_LIBDIR}/test/visitors/test_bind_visitor.rb
${GEM_LIBDIR}/test/visitors/test_depth_first.rb
${GEM_LIBDIR}/test/visitors/test_dot.rb
${GEM_LIBDIR}/test/visitors/test_ibm_db.rb
${GEM_LIBDIR}/test/visitors/test_informix.rb
${GEM_LIBDIR}/test/visitors/test_join_sql.rb
${GEM_LIBDIR}/test/visitors/test_mssql.rb
${GEM_LIBDIR}/test/visitors/test_mysql.rb
${GEM_LIBDIR}/test/visitors/test_oracle.rb
${GEM_LIBDIR}/test/visitors/test_postgres.rb
${GEM_LIBDIR}/test/visitors/test_sqlite.rb
${GEM_LIBDIR}/test/visitors/test_to_sql.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec