ob 0.0.1.4 → 0.0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/ob.rb +1 -1
- data/lib/ob/material_mgmt_storage_detail.rb +1 -0
- data/lib/ob/pob_vista_facturas_portal.rb +18 -0
- data/lib/ob/version.rb +1 -1
- data/ob-0.0.1.4.gem +0 -0
- data/ob-0.0.1.5.gem +0 -0
- data/ob-0.0.1.6.gem +0 -0
- metadata +6 -3
- data/lib/ob/pob_vistafacturasportal.rb +0 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ef123f3be4d43544cce693faeacc22b411dba7d4
|
|
4
|
+
data.tar.gz: 27f31cb4461f79aeb13dc001402e786db40355ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8f23695f70216637f41b272b60e60f8144fd1003cb465e7be20265ddcc9b6b4d193ce30435ce8ccec28989926de0b7cc3e4989997dd3a0dd58d6655f48104cc8
|
|
7
|
+
data.tar.gz: 35bd9033112bfbbf04d1d3e88cc9db6c43cf49a25f89c88945cb2eac661b5d6d84fe1a05b731d62da8da6f87d180ef06c360834323690e856db3602fa2dd2c7b
|
data/lib/ob.rb
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
module Ob
|
|
2
|
+
class PobVistaFacturasPortal
|
|
3
|
+
include Ob::Operations::Find
|
|
4
|
+
include Ob::Operations::Where
|
|
5
|
+
|
|
6
|
+
def self.url()
|
|
7
|
+
"/#{CGI.escape('POB_VistaFacturasPortal')}"
|
|
8
|
+
end
|
|
9
|
+
def url
|
|
10
|
+
return [self.class.url, id].join('/')
|
|
11
|
+
end
|
|
12
|
+
end
|
|
13
|
+
end
|
|
14
|
+
#Ob.api_base
|
|
15
|
+
#=> "http://ec2-54-237-28-95.compute-1.amazonaws.com/openbravo/org.openbravo.service.json.jsonrest/"
|
|
16
|
+
#irb(main):005:0> Ob.user="csalinas-tegik"
|
|
17
|
+
#=> "csalinas-tegik"
|
|
18
|
+
#irb(main):006:0> Ob.password="KopoTegik"
|
data/lib/ob/version.rb
CHANGED
data/ob-0.0.1.4.gem
ADDED
|
Binary file
|
data/ob-0.0.1.5.gem
ADDED
|
Binary file
|
data/ob-0.0.1.6.gem
ADDED
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ob
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.1.
|
|
4
|
+
version: 0.0.1.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jesus Lerma Sanchez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-01-
|
|
11
|
+
date: 2015-01-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -76,7 +76,7 @@ files:
|
|
|
76
76
|
- lib/ob/operations/exec.rb
|
|
77
77
|
- lib/ob/operations/find.rb
|
|
78
78
|
- lib/ob/operations/where.rb
|
|
79
|
-
- lib/ob/
|
|
79
|
+
- lib/ob/pob_vista_facturas_portal.rb
|
|
80
80
|
- lib/ob/product.rb
|
|
81
81
|
- lib/ob/requestor.rb
|
|
82
82
|
- lib/ob/resource.rb
|
|
@@ -84,6 +84,9 @@ files:
|
|
|
84
84
|
- ob-0.0.1.1.gem
|
|
85
85
|
- ob-0.0.1.2.gem
|
|
86
86
|
- ob-0.0.1.3.gem
|
|
87
|
+
- ob-0.0.1.4.gem
|
|
88
|
+
- ob-0.0.1.5.gem
|
|
89
|
+
- ob-0.0.1.6.gem
|
|
87
90
|
- ob-0.0.1.gem
|
|
88
91
|
- ob.gemspec
|
|
89
92
|
homepage: ''
|