aemo 0.1.18 → 0.1.19

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.
data/.gitignore DELETED
@@ -1,7 +0,0 @@
1
- # Ignore Stuff
2
-
3
- # Don't include gems in the repository
4
- *.gem
5
- # Or documentation
6
- .yardoc/
7
- .env
data/Gemfile DELETED
@@ -1,21 +0,0 @@
1
- source "https://rubygems.org" do
2
- # Add dependencies required to use your gem here.
3
- # Example:
4
- # gem "activesupport", ">= 2.3.5"
5
-
6
- gem 'httparty', '~>0.13'
7
- gem 'json', '~>1.8'
8
- gem 'multi_xml', '>= 0.5.2'
9
- gem 'coveralls', :require => false
10
- gem 'zip'
11
-
12
- # Add dependencies to develop your gem here.
13
- # Include everything needed to run rake, tests, features, etc.
14
- group :development do
15
- gem "rspec", ">= 0"
16
- gem "rdoc", "~> 3.12"
17
- gem "bundler", ">= 1.0.0"
18
- gem "jeweler", ">= 1.8.4"
19
- gem "simplecov", ">= 0"
20
- end
21
- end
data/Gemfile.lock DELETED
@@ -1,113 +0,0 @@
1
- GEM
2
- remote: https://rubygems.org/
3
- specs:
4
- addressable (2.3.8)
5
- builder (3.2.2)
6
- coveralls (0.8.2)
7
- json (~> 1.8)
8
- rest-client (>= 1.6.8, < 2)
9
- simplecov (~> 0.10.0)
10
- term-ansicolor (~> 1.3)
11
- thor (~> 0.19.1)
12
- descendants_tracker (0.0.4)
13
- thread_safe (~> 0.3, >= 0.3.1)
14
- diff-lcs (1.2.5)
15
- docile (1.1.5)
16
- domain_name (0.5.24)
17
- unf (>= 0.0.5, < 1.0.0)
18
- faraday (0.9.1)
19
- multipart-post (>= 1.2, < 3)
20
- git (1.2.9.1)
21
- github_api (0.12.4)
22
- addressable (~> 2.3)
23
- descendants_tracker (~> 0.0.4)
24
- faraday (~> 0.8, < 0.10)
25
- hashie (>= 3.4)
26
- multi_json (>= 1.7.5, < 2.0)
27
- nokogiri (~> 1.6.6)
28
- oauth2
29
- hashie (3.4.2)
30
- highline (1.7.3)
31
- http-cookie (1.0.2)
32
- domain_name (~> 0.5)
33
- httparty (0.13.5)
34
- json (~> 1.8)
35
- multi_xml (>= 0.5.2)
36
- jeweler (2.0.1)
37
- builder
38
- bundler (>= 1.0)
39
- git (>= 1.2.5)
40
- github_api
41
- highline (>= 1.6.15)
42
- nokogiri (>= 1.5.10)
43
- rake
44
- rdoc
45
- json (1.8.3)
46
- jwt (1.5.1)
47
- mime-types (2.6.1)
48
- mini_portile (0.6.2)
49
- multi_json (1.11.2)
50
- multi_xml (0.5.5)
51
- multipart-post (2.0.0)
52
- netrc (0.10.3)
53
- nokogiri (1.6.6.2)
54
- mini_portile (~> 0.6.0)
55
- oauth2 (1.0.0)
56
- faraday (>= 0.8, < 0.10)
57
- jwt (~> 1.0)
58
- multi_json (~> 1.3)
59
- multi_xml (~> 0.5)
60
- rack (~> 1.2)
61
- rack (1.6.4)
62
- rake (10.4.2)
63
- rdoc (3.12.2)
64
- json (~> 1.4)
65
- rest-client (1.8.0)
66
- http-cookie (>= 1.0.2, < 2.0)
67
- mime-types (>= 1.16, < 3.0)
68
- netrc (~> 0.7)
69
- rspec (3.3.0)
70
- rspec-core (~> 3.3.0)
71
- rspec-expectations (~> 3.3.0)
72
- rspec-mocks (~> 3.3.0)
73
- rspec-core (3.3.2)
74
- rspec-support (~> 3.3.0)
75
- rspec-expectations (3.3.1)
76
- diff-lcs (>= 1.2.0, < 2.0)
77
- rspec-support (~> 3.3.0)
78
- rspec-mocks (3.3.2)
79
- diff-lcs (>= 1.2.0, < 2.0)
80
- rspec-support (~> 3.3.0)
81
- rspec-support (3.3.0)
82
- simplecov (0.10.0)
83
- docile (~> 1.1.0)
84
- json (~> 1.8)
85
- simplecov-html (~> 0.10.0)
86
- simplecov-html (0.10.0)
87
- term-ansicolor (1.3.2)
88
- tins (~> 1.0)
89
- thor (0.19.1)
90
- thread_safe (0.3.5)
91
- tins (1.5.4)
92
- unf (0.1.4)
93
- unf_ext
94
- unf_ext (0.0.7.1)
95
- zip (2.0.2)
96
-
97
- PLATFORMS
98
- ruby
99
-
100
- DEPENDENCIES
101
- bundler (>= 1.0.0)!
102
- coveralls!
103
- httparty (~> 0.13)!
104
- jeweler (>= 1.8.4)!
105
- json (~> 1.8)!
106
- multi_xml (>= 0.5.2)!
107
- rdoc (~> 3.12)!
108
- rspec!
109
- simplecov!
110
- zip!
111
-
112
- BUNDLED WITH
113
- 1.10.6
data/README.md DELETED
@@ -1,2 +0,0 @@
1
- # AEMO Gem
2
- Makes working with AEMO data more pleasant.
data/Rakefile DELETED
@@ -1,5 +0,0 @@
1
- require 'bundler/gem_tasks'
2
-
3
- task :console do
4
- exec "irb -r aemo -I ./lib"
5
- end
data/aemo.gemspec DELETED
@@ -1,29 +0,0 @@
1
- # -*- encoding: utf-8 -*-
2
- $:.push File.expand_path('../lib', __FILE__)
3
- require 'aemo/version'
4
-
5
- Gem::Specification.new do |s|
6
- s.name = 'aemo'
7
- s.version = AEMO::VERSION
8
- s.platform = Gem::Platform::RUBY
9
- s.date = '2016-02-16'
10
- s.summary = 'AEMO Gem'
11
- s.description = 'Gem providing functionality for the Australian Energy Market Operator data'
12
- s.authors = ['Joel Courtney','Stuart Auld']
13
- s.email = ['jcourtney@cozero.com.au','sauld@cozero.com.au']
14
- s.homepage = 'https://github.com/jufemaiz/aemo'
15
- s.license = 'MIT'
16
-
17
- s.required_ruby_version = '>= 1.9.3'
18
-
19
- s.add_dependency 'json', '~> 1.8'
20
- s.add_dependency 'nokogiri', '~> 1.6', '>= 1.6.6'
21
- s.add_dependency 'zip', '~>2.0'
22
- s.add_runtime_dependency 'multi_xml', '~> 0.5', '>= 0.5.2'
23
- s.add_runtime_dependency 'httparty', '~> 0.13', '>= 0.13.1'
24
-
25
- s.files = `git ls-files`.split("\n")
26
- s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
27
- s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
28
- s.require_paths = ['lib']
29
- end