Skip to content

Commit

Permalink
bumbed new release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalyi committed Jun 29, 2012
1 parent c98c4e2 commit 6a4b602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ooor.gemspec
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
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",
s.files = [ "README.md", "MIT-LICENSE", "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/helpers/core_helpers.rb", "spec/ooor_spec.rb"]
s.add_dependency(%q<activeresource>, [">= 2.3.5"])
Expand Down

0 comments on commit 6a4b602

Please sign in to comment.