Skip to content

Commit

Permalink
Merge pull request #267 from vranystepan/500synergy_StorageSystem_PATCH
Browse files Browse the repository at this point in the history
fixes #266
  • Loading branch information
tmiotto committed Sep 12, 2017
2 parents 957ea18 + 162f1ba commit 43c486a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
## v5.0.3

#### Bug fixes & Enhancements
- [#266](https://github.com/HewlettPackard/oneview-sdk-ruby/issues/266) cannot require oneview-sdk because the code is using non-require'd code #2

## v5.0.2

#### Bug fixes & Enhancements
Expand Down
2 changes: 1 addition & 1 deletion lib/oneview-sdk/resource/api500/synergy/storage_system.rb
Expand Up @@ -9,7 +9,7 @@
# CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
# language governing permissions and limitations under the License.

require_relative '../../api300/synergy/storage_system'
require_relative '../c7000/storage_system'

module OneviewSDK
module API500
Expand Down
2 changes: 1 addition & 1 deletion lib/oneview-sdk/version.rb
Expand Up @@ -11,5 +11,5 @@

# Gem version defined here
module OneviewSDK
VERSION = '5.0.2'.freeze
VERSION = '5.0.3'.freeze
end

0 comments on commit 43c486a

Please sign in to comment.