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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5c4402dd859f5b67f4ecd8a23a11b6613e5818ce
4
- data.tar.gz: b7e7b01cc6f83c57e5b040f58e3c948367345a03
3
+ metadata.gz: 7154ec098d33292ea2c167a8443f8eb85912f39d
4
+ data.tar.gz: f578948e3d1410817933616b553fd02b9bc051ef
5
5
  SHA512:
6
- metadata.gz: 2b8220c6e92a17abc15c6514698dd94de240e0a334aad6afe66bfb2bc12eb12dcd749059b43a1e9ea5b712b5f5327113280b00193a6a20d36ec45563f7bb5900
7
- data.tar.gz: 957225c40679ff555bd53f61e5e069f812d1cd06bfc856d3a862d40de46b1addf57c7dcf4214de93c6b76fcb95e771ef03c4275e68b8ca2c6b977794304f3149
6
+ metadata.gz: 30250017bcfabab6bbd37eeab2ff35cfd235baaa9c9c083b0d5e76de0e0f929ba4714d44bf866ab0993f0a11286e160ae3f21c94472060e352385793ad0dc86f
7
+ data.tar.gz: 8a739cb4033a488966ffe799b7ec7ebf2074a49c578cbd8fdba984886fdeca2c5d5ac5b8aa2b7a35eceb3007f8e0a7edef3181d8486ec3806c46a8a99d2212c5
data/README.md CHANGED
@@ -1,12 +1,6 @@
1
1
  # OSCRuby
2
2
 
3
- [![Code Climate](https://codeclimate.com/github/rajangdavis/osc_ruby/badges/gpa.svg)](https://codeclimate.com/github/rajangdavis/osc_ruby)
4
-
5
- [![Test Coverage](https://codeclimate.com/github/rajangdavis/osc_ruby/badges/coverage.svg)](https://codeclimate.com/github/rajangdavis/osc_ruby/coverage)
6
-
7
- [![Build Status](https://travis-ci.org/rajangdavis/osc_ruby.svg?branch=master)](https://travis-ci.org/rajangdavis/osc_ruby)
8
-
9
- [![Gem Version](https://badge.fury.io/rb/osc_ruby.svg)](https://badge.fury.io/rb/osc_ruby)
3
+ [![Code Climate](https://codeclimate.com/github/rajangdavis/osc_ruby/badges/gpa.svg)](https://codeclimate.com/github/rajangdavis/osc_ruby) [![Test Coverage](https://codeclimate.com/github/rajangdavis/osc_ruby/badges/coverage.svg)](https://codeclimate.com/github/rajangdavis/osc_ruby/coverage) [![Build Status](https://travis-ci.org/rajangdavis/osc_ruby.svg?branch=master)](https://travis-ci.org/rajangdavis/osc_ruby) [![Gem Version](https://badge.fury.io/rb/osc_ruby.svg)](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
 
@@ -94,6 +94,8 @@ module OSCRuby
94
94
  # end
95
95
 
96
96
 
97
+ protected
98
+
97
99
  def self.new_from_fetch(attributes)
98
100
 
99
101
  check_attributes(attributes)
@@ -1,3 +1,3 @@
1
1
  module OSCRuby
2
- VERSION = "0.1.3"
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.3
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: 2016-12-31 00:00:00.000000000 Z
11
+ date: 2017-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler