osc_ruby 0.1.3 → 0.1.4
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/README.md +1 -7
- data/lib/osc_ruby/service_product.rb +2 -0
- data/lib/osc_ruby/version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7154ec098d33292ea2c167a8443f8eb85912f39d
|
4
|
+
data.tar.gz: f578948e3d1410817933616b553fd02b9bc051ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 30250017bcfabab6bbd37eeab2ff35cfd235baaa9c9c083b0d5e76de0e0f929ba4714d44bf866ab0993f0a11286e160ae3f21c94472060e352385793ad0dc86f
|
7
|
+
data.tar.gz: 8a739cb4033a488966ffe799b7ec7ebf2074a49c578cbd8fdba984886fdeca2c5d5ac5b8aa2b7a35eceb3007f8e0a7edef3181d8486ec3806c46a8a99d2212c5
|
data/README.md
CHANGED
@@ -1,12 +1,6 @@
|
|
1
1
|
# OSCRuby
|
2
2
|
|
3
|
-
[](https://codeclimate.com/github/rajangdavis/osc_ruby)
|
4
|
-
|
5
|
-
[](https://codeclimate.com/github/rajangdavis/osc_ruby/coverage)
|
6
|
-
|
7
|
-
[](https://travis-ci.org/rajangdavis/osc_ruby)
|
8
|
-
|
9
|
-
[](https://badge.fury.io/rb/osc_ruby)
|
3
|
+
[](https://codeclimate.com/github/rajangdavis/osc_ruby) [](https://codeclimate.com/github/rajangdavis/osc_ruby/coverage) [](https://travis-ci.org/rajangdavis/osc_ruby) [](https://badge.fury.io/rb/osc_ruby)
|
10
4
|
|
11
5
|
An (under development) Ruby ORM for using Oracle Service Cloud influenced by the [ConnectPHP API](http://documentation.custhelp.com/euf/assets/devdocs/november2016/Connect_PHP/Default.htm) and ActiveRecord Gem
|
12
6
|
|
data/lib/osc_ruby/version.rb
CHANGED
@@ -1,3 +1,3 @@
|
|
1
1
|
module OSCRuby
|
2
|
-
VERSION = "0.1.
|
3
|
-
end
|
2
|
+
VERSION = "0.1.4"
|
3
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: osc_ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rajan Davis
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-01-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|