Skip to content

Commit

Permalink
Merge pull request #25 from jufemaiz/release/0.1.37
Browse files Browse the repository at this point in the history
Release/0.1.37
  • Loading branch information
jufemaiz authored Jul 21, 2016
2 parents af88669 + 91c5e0d commit 850b6d8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ AllCops:
ExtraDetails: true
# TargetRubyVersion: 2.3

Style/StringLiterals:
EnforcedStyle: single_quotes
SupportedStyles:
- single_quotes
- double_quotes

# Metrics/AbcSize:
# # Target: 15
# Max: 175
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
aemo (0.1.35)
activesupport (~> 4.2, >= 4.2.0)
aemo (0.1.37)
activesupport (>= 4.0.0, < 5.1)
httparty (~> 0.13, >= 0.13.1)
json (~> 1.8)
multi_xml (~> 0.5, >= 0.5.2)
Expand Down
4 changes: 2 additions & 2 deletions aemo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.name = 'aemo'
s.version = AEMO::VERSION
s.platform = Gem::Platform::RUBY
s.date = '2016-07-12'
s.date = '2016-07-21'
s.summary = 'Gem providing functionality for the Australian Energy Market Operator data'
s.description = 'Gem providing functionality for the Australian Energy Market Operator data. Supports NMIs, NEM12, MSATS Web Services and more'
s.authors = ['Joel Courtney', 'Stuart Auld', 'Neil Parikh']
Expand All @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.add_dependency 'rubyzip', '~> 1.1', '>= 1.1.7'
s.add_dependency 'multi_xml', '~> 0.5', '>= 0.5.2'
s.add_dependency 'httparty', '~> 0.13', '>= 0.13.1'
s.add_dependency 'activesupport', '~> 4.2', '>= 4.2.0'
s.add_dependency 'activesupport', '>= 4.0.0', '< 5.1'

# Development Dependencies
# s.add_development_dependency 'bundler', '~> 1.12', '>= 1.12.5'
Expand Down
2 changes: 1 addition & 1 deletion lib/aemo/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# @author Joel Courtney <[email protected]>
module AEMO
# aemo version
VERSION = '0.1.36'.freeze
VERSION = '0.1.37'.freeze

# aemo version split amongst different revisions
MAJOR_VERSION, MINOR_VERSION, REVISION = VERSION.split('.').map(&:to_i)
Expand Down

0 comments on commit 850b6d8

Please sign in to comment.