-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathfriendly.gemspec
240 lines (235 loc) · 8.72 KB
/
friendly.gemspec
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{friendly}
s.version = "0.5.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["James Golick"]
s.date = %q{2010-01-25}
s.description = %q{}
s.email = %q{jamesgolick@gmail.com}
s.extra_rdoc_files = [
"LICENSE",
"README.md"
]
s.files = [
".document",
".gitignore",
"APACHE-LICENSE",
"CHANGELOG.md",
"CONTRIBUTORS.md",
"LICENSE",
"README.md",
"Rakefile",
"TODO.md",
"VERSION",
"examples/friendly.yml",
"friendly.gemspec",
"lib/friendly.rb",
"lib/friendly/associations.rb",
"lib/friendly/associations/association.rb",
"lib/friendly/associations/set.rb",
"lib/friendly/attribute.rb",
"lib/friendly/boolean.rb",
"lib/friendly/cache.rb",
"lib/friendly/cache/by_id.rb",
"lib/friendly/data_store.rb",
"lib/friendly/document.rb",
"lib/friendly/document/associations.rb",
"lib/friendly/document/attributes.rb",
"lib/friendly/document/convenience.rb",
"lib/friendly/document/mixin.rb",
"lib/friendly/document/scoping.rb",
"lib/friendly/document/storage.rb",
"lib/friendly/document_table.rb",
"lib/friendly/index.rb",
"lib/friendly/indexer.rb",
"lib/friendly/memcached.rb",
"lib/friendly/newrelic.rb",
"lib/friendly/query.rb",
"lib/friendly/scope.rb",
"lib/friendly/scope_proxy.rb",
"lib/friendly/sequel_monkey_patches.rb",
"lib/friendly/storage.rb",
"lib/friendly/storage_factory.rb",
"lib/friendly/storage_proxy.rb",
"lib/friendly/table.rb",
"lib/friendly/table_creator.rb",
"lib/friendly/time.rb",
"lib/friendly/translator.rb",
"lib/friendly/uuid.rb",
"lib/tasks/friendly.rake",
"rails/init.rb",
"spec/config.yml.example",
"spec/fakes/data_store_fake.rb",
"spec/fakes/database_fake.rb",
"spec/fakes/dataset_fake.rb",
"spec/fakes/document.rb",
"spec/fakes/serializer_fake.rb",
"spec/fakes/time_fake.rb",
"spec/integration/ad_hoc_scopes_spec.rb",
"spec/integration/basic_object_lifecycle_spec.rb",
"spec/integration/batch_insertion_spec.rb",
"spec/integration/convenience_api_spec.rb",
"spec/integration/count_spec.rb",
"spec/integration/default_value_spec.rb",
"spec/integration/dirty_tracking_spec.rb",
"spec/integration/find_via_cache_spec.rb",
"spec/integration/finder_spec.rb",
"spec/integration/has_many_spec.rb",
"spec/integration/index_spec.rb",
"spec/integration/named_scope_spec.rb",
"spec/integration/offline_indexing_spec.rb",
"spec/integration/pagination_spec.rb",
"spec/integration/scope_chaining_spec.rb",
"spec/integration/table_creator_spec.rb",
"spec/integration/write_through_cache_spec.rb",
"spec/spec.opts",
"spec/spec_helper.rb",
"spec/unit/associations/association_spec.rb",
"spec/unit/associations/set_spec.rb",
"spec/unit/attribute_spec.rb",
"spec/unit/cache_by_id_spec.rb",
"spec/unit/cache_spec.rb",
"spec/unit/data_store_spec.rb",
"spec/unit/document/attributes_spec.rb",
"spec/unit/document_spec.rb",
"spec/unit/document_table_spec.rb",
"spec/unit/friendly_spec.rb",
"spec/unit/index_spec.rb",
"spec/unit/memcached_spec.rb",
"spec/unit/query_spec.rb",
"spec/unit/scope_proxy_spec.rb",
"spec/unit/scope_spec.rb",
"spec/unit/storage_factory_spec.rb",
"spec/unit/storage_proxy_spec.rb",
"spec/unit/translator_spec.rb",
"website/index.html",
"website/scripts/clipboard.swf",
"website/scripts/shBrushAS3.js",
"website/scripts/shBrushBash.js",
"website/scripts/shBrushCSharp.js",
"website/scripts/shBrushColdFusion.js",
"website/scripts/shBrushCpp.js",
"website/scripts/shBrushCss.js",
"website/scripts/shBrushDelphi.js",
"website/scripts/shBrushDiff.js",
"website/scripts/shBrushErlang.js",
"website/scripts/shBrushGroovy.js",
"website/scripts/shBrushJScript.js",
"website/scripts/shBrushJava.js",
"website/scripts/shBrushJavaFX.js",
"website/scripts/shBrushPerl.js",
"website/scripts/shBrushPhp.js",
"website/scripts/shBrushPlain.js",
"website/scripts/shBrushPowerShell.js",
"website/scripts/shBrushPython.js",
"website/scripts/shBrushRuby.js",
"website/scripts/shBrushScala.js",
"website/scripts/shBrushSql.js",
"website/scripts/shBrushVb.js",
"website/scripts/shBrushXml.js",
"website/scripts/shCore.js",
"website/scripts/shLegacy.js",
"website/styles/friendly.css",
"website/styles/help.png",
"website/styles/ie.css",
"website/styles/magnifier.png",
"website/styles/page_white_code.png",
"website/styles/page_white_copy.png",
"website/styles/print.css",
"website/styles/printer.png",
"website/styles/screen.css",
"website/styles/shCore.css",
"website/styles/shThemeDefault.css",
"website/styles/shThemeDjango.css",
"website/styles/shThemeEclipse.css",
"website/styles/shThemeEmacs.css",
"website/styles/shThemeFadeToGrey.css",
"website/styles/shThemeMidnight.css",
"website/styles/shThemeRDark.css"
]
s.homepage = %q{http://friendlyorm.com}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.summary = %q{NoSQL with MySQL in Ruby}
s.test_files = [
"spec/fakes/data_store_fake.rb",
"spec/fakes/database_fake.rb",
"spec/fakes/dataset_fake.rb",
"spec/fakes/document.rb",
"spec/fakes/serializer_fake.rb",
"spec/fakes/time_fake.rb",
"spec/integration/ad_hoc_scopes_spec.rb",
"spec/integration/basic_object_lifecycle_spec.rb",
"spec/integration/batch_insertion_spec.rb",
"spec/integration/convenience_api_spec.rb",
"spec/integration/count_spec.rb",
"spec/integration/default_value_spec.rb",
"spec/integration/dirty_tracking_spec.rb",
"spec/integration/find_via_cache_spec.rb",
"spec/integration/finder_spec.rb",
"spec/integration/has_many_spec.rb",
"spec/integration/index_spec.rb",
"spec/integration/named_scope_spec.rb",
"spec/integration/offline_indexing_spec.rb",
"spec/integration/pagination_spec.rb",
"spec/integration/scope_chaining_spec.rb",
"spec/integration/table_creator_spec.rb",
"spec/integration/write_through_cache_spec.rb",
"spec/spec_helper.rb",
"spec/unit/associations/association_spec.rb",
"spec/unit/associations/set_spec.rb",
"spec/unit/attribute_spec.rb",
"spec/unit/cache_by_id_spec.rb",
"spec/unit/cache_spec.rb",
"spec/unit/data_store_spec.rb",
"spec/unit/document/attributes_spec.rb",
"spec/unit/document_spec.rb",
"spec/unit/document_table_spec.rb",
"spec/unit/friendly_spec.rb",
"spec/unit/index_spec.rb",
"spec/unit/memcached_spec.rb",
"spec/unit/query_spec.rb",
"spec/unit/scope_proxy_spec.rb",
"spec/unit/scope_spec.rb",
"spec/unit/storage_factory_spec.rb",
"spec/unit/storage_proxy_spec.rb",
"spec/unit/translator_spec.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<rspec>, [">= 1.2.9"])
s.add_development_dependency(%q<cucumber>, [">= 0"])
s.add_development_dependency(%q<jferris-mocha>, [">= 0"])
s.add_development_dependency(%q<memcached>, [">= 0"])
s.add_runtime_dependency(%q<sequel>, [">= 3.7.0"])
s.add_runtime_dependency(%q<json_pure>, [">= 0"])
s.add_runtime_dependency(%q<activesupport>, [">= 0"])
s.add_runtime_dependency(%q<will_paginate>, [">= 0"])
else
s.add_dependency(%q<rspec>, [">= 1.2.9"])
s.add_dependency(%q<cucumber>, [">= 0"])
s.add_dependency(%q<jferris-mocha>, [">= 0"])
s.add_dependency(%q<memcached>, [">= 0"])
s.add_dependency(%q<sequel>, [">= 3.7.0"])
s.add_dependency(%q<json_pure>, [">= 0"])
s.add_dependency(%q<activesupport>, [">= 0"])
s.add_dependency(%q<will_paginate>, [">= 0"])
end
else
s.add_dependency(%q<rspec>, [">= 1.2.9"])
s.add_dependency(%q<cucumber>, [">= 0"])
s.add_dependency(%q<jferris-mocha>, [">= 0"])
s.add_dependency(%q<memcached>, [">= 0"])
s.add_dependency(%q<sequel>, [">= 3.7.0"])
s.add_dependency(%q<json_pure>, [">= 0"])
s.add_dependency(%q<activesupport>, [">= 0"])
s.add_dependency(%q<will_paginate>, [">= 0"])
end
end