forked from dbroeglin/ooor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathooor.gemspec
16 lines (16 loc) · 1.19 KB
/
ooor.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Gem::Specification.new do |s|
s.name = %q{ooor}
s.version = "1.6.7"
s.date = %q{2012-02-04}
s.authors = ["Raphael Valyi - www.akretion.com"]
s.email = %q{[email protected]}
s.summary = %q{OOOR - OpenObject On Ruby}
s.homepage = %q{http://github.com/rvalyi/ooor}
s.description = %q{OOOR exposes business object proxies to your Ruby (Rails or not) application, that maps seamlessly to your remote OpenObject/OpenERP server using webservices. It extends the standard ActiveResource API. Running on JRuby, OOOR also offers a convenient bridge between OpenERP and the Java eco-system}
s.files = [ "README.md", "agpl-3.0-licence.txt", "lib/ooor.rb", "ooor.yml",
"lib/app/models/open_object_resource.rb", "lib/app/models/type_casting.rb", "lib/app/models/serialization.rb", "lib/app/models/uml.rb", "lib/app/models/base64.rb", "lib/app/models/ooor_client.rb", "lib/app/models/relation.rb", "lib/app/models/db_service.rb", "lib/app/models/common_service.rb",
"lib/app/ui/action_window.rb", "lib/app/ui/client_base.rb", "lib/app/ui/form_model.rb", "lib/app/ui/menu.rb", "spec/ooor_spec.rb"]
s.add_dependency(%q<activeresource>, [">= 2.3.5"])
s.bindir = "bin"
s.executables = %w( ooor )
end