energyplus 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,6 +22,7 @@ module EnergyPlus
22
22
  require 'pathname'
23
23
 
24
24
  class StatFile
25
+ attr_accessor :path
25
26
  attr_accessor :valid
26
27
  attr_accessor :lat
27
28
  attr_accessor :lon
@@ -18,5 +18,5 @@
18
18
  ######################################################################
19
19
 
20
20
  module EnergyPlus
21
- VERSION = "0.1.2"
21
+ VERSION = "0.1.3"
22
22
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: energyplus
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 2
10
- version: 0.1.2
9
+ - 3
10
+ version: 0.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Daniel Macumber
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2013-02-08 00:00:00 -07:00
20
+ date: 2013-04-04 00:00:00 -06:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency