openstudio-analysis 0.1.4 → 0.1.5

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.
Files changed (62) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +4 -5
  3. data/lib/openstudio/analysis/version.rb +1 -1
  4. data/spec/files/export/analysis/small_seed.json +652 -0
  5. data/spec/files/export/analysis/small_seed.zip +0 -0
  6. data/spec/files/small_list.xlsx +0 -0
  7. data/spec/openstudio/analysis/translator/excel_spec.rb +10 -1
  8. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.0.xml +9 -0
  9. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.1.xml +9 -0
  10. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.2.xml +9 -0
  11. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.3.xml +9 -0
  12. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.4.xml +9 -0
  13. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.xml +9 -0
  14. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.0.xml +9 -0
  15. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.1.xml +9 -0
  16. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.2.xml +9 -0
  17. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.3.xml +9 -0
  18. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.4.xml +9 -0
  19. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.xml +9 -0
  20. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.0.xml +7 -0
  21. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.1.xml +7 -0
  22. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.2.xml +7 -0
  23. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.3.xml +7 -0
  24. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.4.xml +7 -0
  25. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.xml +7 -0
  26. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.0.xml +22 -0
  27. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.1.xml +22 -0
  28. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.2.xml +22 -0
  29. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.3.xml +22 -0
  30. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.4.xml +22 -0
  31. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.xml +22 -0
  32. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.0.xml +16 -0
  33. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.1.xml +16 -0
  34. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.2.xml +16 -0
  35. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.3.xml +16 -0
  36. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.4.xml +16 -0
  37. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.xml +16 -0
  38. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.0.xml +15 -0
  39. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.1.xml +15 -0
  40. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.2.xml +15 -0
  41. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.3.xml +15 -0
  42. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.4.xml +15 -0
  43. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.xml +15 -0
  44. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.0.xml +34 -0
  45. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.1.xml +30 -0
  46. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.2.xml +35 -0
  47. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.3.xml +30 -0
  48. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.4.xml +30 -0
  49. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.xml +36 -0
  50. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.0.xml +15 -0
  51. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.1.xml +15 -0
  52. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.2.xml +15 -0
  53. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.3.xml +15 -0
  54. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.4.xml +15 -0
  55. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.xml +15 -0
  56. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.0.xml +7 -0
  57. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.1.xml +7 -0
  58. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.2.xml +7 -0
  59. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.3.xml +7 -0
  60. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.4.xml +7 -0
  61. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.xml +7 -0
  62. metadata +115 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0aca7ae94b4ed75738defa00e6044a374c68b0ee
4
- data.tar.gz: c4f630cb8897524e16b021546e93f0c5b148aeb8
3
+ metadata.gz: f07ba01281a4f9dd3c38f3e646b087bbdcb04a45
4
+ data.tar.gz: bea60e9d5bbb8fcdbfdaf445b119649dd69e8c7c
5
5
  SHA512:
6
- metadata.gz: 16d7f355acd2f253b27dd48fdff4fec5244f9eb5afcd99bd1c9403b7d0f6db15e30908625c27ddf28062ce4cb1d4207a3900aa65b3c539031fc9d39521a15b06
7
- data.tar.gz: de301fb8cb527f079fb5b4aa3a7927aa772a1f77691c7d07e7b078941331bbb8218f0918ad5fee498fbee57779fbc707d545858bbb4d31e8da0bc45f070954e8
6
+ metadata.gz: 9ab9005d54718de10666e6bb88846a8727b0bd137ddccccd8dabdd61f4e011951b27694c23327df7c958324c91fd66a782d7eae5045392635947deb718e92df3
7
+ data.tar.gz: 7d7368e275b37a15a4b64e9487ebcefdbbd41300ca48c563d6dca468ed284824960787b069eee5c0f9f7a2a826c6db2c1ecc45a00a04eacb91033aa3863aaf43
data/Rakefile CHANGED
@@ -8,6 +8,7 @@ $LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
8
8
  require "openstudio/analysis/version"
9
9
 
10
10
  task :gem => :build
11
+ desc "build gem locally"
11
12
  task :build do
12
13
  system "gem build openstudio-analysis.gemspec"
13
14
  end
@@ -17,6 +18,7 @@ task :install => :build do
17
18
  system "gem install openstudio-analysis-#{OpenStudio::Analysis::VERSION}.gem --no-ri --no-rdoc"
18
19
  end
19
20
 
21
+ desc "release gem (this builds, pushes to rubygems, and tags in github"
20
22
  task :release => :build do
21
23
  system "git tag -a v#{OpenStudio::Analysis::VERSION} -m 'Tagging #{OpenStudio::Analysis::VERSION}'"
22
24
  system "git push --tags"
@@ -25,11 +27,7 @@ task :release => :build do
25
27
  end
26
28
 
27
29
  RSpec::Core::RakeTask.new("spec") do |spec|
28
- spec.pattern = "spec/**/*_spec.rb"
29
- end
30
-
31
- RSpec::Core::RakeTask.new('spec:progress') do |spec|
32
- spec.rspec_opts = %w(--format progress)
30
+ spec.rspec_opts = %w(--format progress --format CI::Reporter::RSpec)
33
31
  spec.pattern = "spec/**/*_spec.rb"
34
32
  end
35
33
 
@@ -49,3 +47,4 @@ end
49
47
  desc "reinstall the gem (uninstall, build, and reinstall"
50
48
  task :reinstall => [:uninstall, :install]
51
49
 
50
+
@@ -1,6 +1,6 @@
1
1
  module OpenStudio
2
2
  module Analysis
3
- VERSION = "0.1.4"
3
+ VERSION = "0.1.5"
4
4
  OPENSTUDIO_VERSION = "1.1.4"
5
5
  end
6
6
  end