urbanopt-geojson 0.10.0 → 0.11.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -31,5 +31,5 @@ Gem::Specification.new do |spec|
31
31
  spec.add_development_dependency 'simplecov-lcov', '~> 0.8.0'
32
32
 
33
33
  spec.add_runtime_dependency 'json-schema', '~> 2.7'
34
- spec.add_runtime_dependency 'urbanopt-core', '~> 0.10.0'
34
+ spec.add_runtime_dependency 'urbanopt-core', '~> 0.11.0'
35
35
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: urbanopt-geojson
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tanushree Charan
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2023-07-20 00:00:00.000000000 Z
13
+ date: 2024-01-09 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler
@@ -102,14 +102,14 @@ dependencies:
102
102
  requirements:
103
103
  - - "~>"
104
104
  - !ruby/object:Gem::Version
105
- version: 0.10.0
105
+ version: 0.11.0
106
106
  type: :runtime
107
107
  prerelease: false
108
108
  version_requirements: !ruby/object:Gem::Requirement
109
109
  requirements:
110
110
  - - "~>"
111
111
  - !ruby/object:Gem::Version
112
- version: 0.10.0
112
+ version: 0.11.0
113
113
  description: Library and measures to translate URBANopt GeoJSON format to OpenStudio
114
114
  email:
115
115
  - tanushree.charan@nrel.gov
@@ -131,7 +131,6 @@ files:
131
131
  - CHANGELOG.md
132
132
  - CONTRIBUTING.md
133
133
  - Gemfile
134
- - Jenkinsfile
135
134
  - LICENSE.md
136
135
  - RDOC_MAIN.md
137
136
  - README.md
data/Jenkinsfile DELETED
@@ -1,10 +0,0 @@
1
- //Jenkins pipelines are stored in shared libraries. Please see: https://github.com/NREL/cbci_jenkins_libs
2
-
3
- @Library('cbci_shared_libs') _
4
-
5
- // Build for PR to develop branch only.
6
- if ((env.CHANGE_ID) && (env.CHANGE_TARGET) ) { // check if set
7
-
8
- openstudio_urbanopt_extension_gems()
9
-
10
- }