urbanopt-rnm-us 0.3.0 → 0.4.0

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.
@@ -40,6 +40,6 @@
40
40
 
41
41
  module URBANopt
42
42
  module RNM
43
- VERSION = '0.3.0'.freeze
43
+ VERSION = '0.4.0'.freeze
44
44
  end
45
45
  end
data/lib/urbanopt/rnm.rb CHANGED
@@ -57,3 +57,4 @@ require 'urbanopt/rnm/input_files'
57
57
  require 'urbanopt/rnm/runner'
58
58
  require 'urbanopt/rnm/api_client'
59
59
  require 'urbanopt/rnm/post_processor'
60
+ require 'urbanopt/rnm/validation'