-
Notifications
You must be signed in to change notification settings - Fork 29
/
simple_record.gemspec
47 lines (43 loc) · 1.69 KB
/
simple_record.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
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "simple_record"
s.version = "4.0.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Travis Reeder", "Chad Arimura", "RightScale"]
s.date = "2012-01-12"
s.description = "ActiveRecord like interface for Amazon SimpleDB. Store, query, shard, etc. By http://www.appoxy.com"
s.email = "[email protected]"
s.extra_rdoc_files = [
"LICENSE.markdown",
"README.markdown"
]
s.files = [
"lib/simple_record.rb",
"lib/simple_record/active_sdb.rb",
"lib/simple_record/attributes.rb",
"lib/simple_record/callbacks.rb",
"lib/simple_record/encryptor.rb",
"lib/simple_record/errors.rb",
"lib/simple_record/json.rb",
"lib/simple_record/logging.rb",
"lib/simple_record/password.rb",
"lib/simple_record/results_array.rb",
"lib/simple_record/sharding.rb",
"lib/simple_record/stats.rb",
"lib/simple_record/translations.rb",
"lib/simple_record/validations.rb"
]
s.homepage = "http://github.com/appoxy/simple_record/"
s.require_paths = ["lib"]
s.rubygems_version = "1.8.11"
s.summary = "ActiveRecord like interface for Amazon SimpleDB. By http://www.appoxy.com"
s.add_runtime_dependency(%q<uuidtools>, [">= 0"])
s.add_runtime_dependency(%q<activesupport>, [">= 0"])
s.add_runtime_dependency(%q<i18n>, [">= 0"])
s.add_development_dependency(%q<jeweler>, [">= 0"])
s.add_runtime_dependency(%q<aws>, [">= 0"])
s.add_runtime_dependency(%q<concur>, [">= 0"])
end