honeybee-openstudio 2.1.0 → 2.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 556c04533c8e2c3cc024c7b75383a804588e4369e6e8db76b77602d984c6dca6
4
- data.tar.gz: 8512e5b6b1080918a818c1248a86ef068b800cb356255ac883048b557fec13cc
3
+ metadata.gz: 34e31476710190775c1b58a796578e2762b592c7521d571185431df3dd2c0bce
4
+ data.tar.gz: e261ac7d892e16badc00bfba752ab57a63c373147ce805bca8c9e2e9ca31405b
5
5
  SHA512:
6
- metadata.gz: 0342b2c5a72be7bcc359e74b25dbb116eba914d8132aa0a64a16e50186be4c80e3cfd2b572f0254cbb16d39997759dbeb880cda8aec0465e1c8ed6dbb7ac18d1
7
- data.tar.gz: d8101490818d69e82aea715576aab197975ba040640083f7962f44429f256efab0cd641d2ede529b919b5779ef1625b769ace8cab192348fa21b2c9799d8f171
6
+ metadata.gz: a1b39d70eb49ad7fa6eaf138b4808cd8701c0a9f6bfc68ba9d9b05f7385d8b3762029d1ef98d56818c801837890e94c87e1cc20dd49e977aafcdf2327f88aa8d
7
+ data.tar.gz: b3bc7170822b01e4c88b0ee7db34a1620147f4ff170423e316528a75fff0389ff325749cacdd8996deb4d945543b937cc8803d7214e0af94c908f1135112d5de
data/Gemfile CHANGED
@@ -11,8 +11,4 @@ else # get it from rubygems.org
11
11
  end
12
12
 
13
13
  # coveralls gem is used to generate coverage reports through CI
14
- gem 'coveralls', require: false
15
-
16
- # uncomment the following to run tests locally using `bundle exec rake`.
17
- # simplecov has an unneccesary dependency on native json gem, use fork that does not require this
18
- #gem 'simplecov', github: 'NREL/simplecov'
14
+ gem 'coveralls_reborn', require: false
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'honeybee-openstudio'
7
- spec.version = '2.1.0'
7
+ spec.version = '2.2.0'
8
8
  spec.authors = ['Tanushree Charan', 'Dan Macumber', 'Chris Mackey', 'Mostapha Sadeghipour Roudsari']
9
9
  spec.email = ['tanushree.charan@nrel.gov', 'chris@ladybug.tools']
10
10
 
@@ -1,17 +1,15 @@
1
1
  source 'http://rubygems.org'
2
2
 
3
- ruby '2.2.4'
3
+ ruby '~> 2.5.0'
4
4
 
5
5
  allow_local = ENV['FAVOR_LOCAL_GEMS']
6
6
 
7
- gem 'urbanopt-reopt', '0.2.1'
8
-
9
7
  if allow_local && File.exist?('../urbanopt-scenario-gem')
10
8
  gem 'urbanopt-scenario', path: '../urbanopt-scenario-gem'
11
9
  elsif allow_local
12
10
  gem 'urbanopt-scenario', github: 'URBANopt/urbanopt-scenario-gem', branch: 'develop'
13
11
  else
14
- gem 'urbanopt-scenario', '0.2.0'
12
+ gem 'urbanopt-scenario', '~> 0.3.0'
15
13
  end
16
14
 
17
15
  if allow_local && File.exist?('../urbanopt-geojson-gem')
@@ -19,14 +17,8 @@ if allow_local && File.exist?('../urbanopt-geojson-gem')
19
17
  elsif allow_local
20
18
  gem 'urbanopt-geojson', github: 'URBANopt/urbanopt-geojson-gem', branch: 'develop'
21
19
  else
22
- gem 'urbanopt-geojson', '0.2.0'
20
+ gem 'urbanopt-geojson', '~> 0.3.0'
23
21
  end
24
22
 
25
23
  # include the honeybee-openstudio-gem
26
- gem 'honeybee-openstudio', '1.8.2'
27
-
28
- # simplecov has an unnecessary dependency on native json gem, use fork that does not require this
29
- gem 'simplecov', github: 'NREL/simplecov'
30
-
31
- # Specify exact rack version temporarily to work with Ruby 2.2.4
32
- gem 'rack', '2.1.2'
24
+ gem 'honeybee-openstudio', '2.1.0'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: honeybee-openstudio
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tanushree Charan
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: exe
13
13
  cert_chain: []
14
- date: 2020-06-02 00:00:00.000000000 Z
14
+ date: 2020-06-19 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler