-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from jufemaiz/feature/aemo-market-historic_tra…
…ding_by_range Feature/aemo market historic trading by range
- Loading branch information
Showing
15 changed files
with
2,936 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,11 +6,11 @@ Gem::Specification.new do |s| | |
s.name = 'aemo' | ||
s.version = AEMO::VERSION | ||
s.platform = Gem::Platform::RUBY | ||
s.date = '2016-06-14' | ||
s.date = '2016-06-24' | ||
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'] | ||
s.email = ['[email protected]', '[email protected]'] | ||
s.authors = ['Joel Courtney', 'Stuart Auld', 'Neil Parikh'] | ||
s.email = ['[email protected]', '[email protected]', '[email protected]'] | ||
s.homepage = 'https://github.com/jufemaiz/aemo' | ||
s.license = 'MIT' | ||
s.files = Dir['lib/**/*', 'spec/**/*', 'bin/*'] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
# @author Joel Courtney <[email protected]> | ||
module AEMO | ||
# aemo version | ||
VERSION = '0.1.30'.freeze | ||
VERSION = '0.1.31'.freeze | ||
|
||
# aemo version split amongst different revisions | ||
MAJOR_VERSION, MINOR_VERSION, REVISION = VERSION.split('.').map(&:to_i) | ||
|
Oops, something went wrong.