urbanopt-cli 0.2.1 → 0.2.2

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
  SHA1:
3
- metadata.gz: 402a4f72ad3e67514221ec16a53524fdab902b1d
4
- data.tar.gz: 826a536d3cf4f5a6d0080b163398e2f1f14478fc
3
+ metadata.gz: c14894739827cbb739d7dca075586f78270ff6c2
4
+ data.tar.gz: 3448a95d3281bdf957c9381154430c7eb89463b7
5
5
  SHA512:
6
- metadata.gz: ec31c346dc3e9525f1b69c9e2c20d321db3f0a749f31b4bf5c87cd508c1ca5f790d02ad240c6ee8f6315ded6c6328c864ae1f60f2334058291703627af6d8995
7
- data.tar.gz: 8ac753b397fccf84bfa0ee4249533123479d02c859a072bce0e710556851637fc67e7c3d600ad9644d221646b539def34380d542798f479e0ac7762e5a65bbfd
6
+ metadata.gz: a5b9bf331f9e8dba4f6a3ddd5a75ea476d72cd6e40e38efb48a25ee46b45e9b772f410886d34714453bd1c63066a6e1c180d80d744654416fb3224d9fa007119
7
+ data.tar.gz: 201e3e0c14ba8a05d6eac5acdf18fee97bf3b8c842d22c2952d8390e921276b74dd654397cea7cd61d983baff94354f3c222e2929ea314e12d2702177096aea6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## Version 0.2.2
4
+ Date Range: 3/31/20 - 3/31/20
5
+
6
+ - Fixing simplecov / json native extension dependency
7
+
3
8
  ## Version 0.2.1
4
9
 
5
10
  Date Range: 03/31/20 - 03/31/20
data/README.md CHANGED
@@ -87,4 +87,4 @@ uo -v
87
87
 
88
88
  ## Development
89
89
 
90
- To install this gem onto your local machine, clone this repo and run `rake install`. If you make changes to this repo, update the version number in `lib/version.rb` in your first commit. When ready to release, run the changelog script at `lib/change_log.rb` and copy the appropriate portion of the output into `CHANGELOG.md`. Run `bundle exec rake release` which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
90
+ To install this gem onto your local machine, clone this repo and run `bundle exec rake install`. If you make changes to this repo, update the version number in `lib/version.rb` in your first commit. When ready to release, run the changelog script at `lib/change_log.rb` and copy the appropriate portion of the output into `CHANGELOG.md`. Run `bundle exec rake release` which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
@@ -67,5 +67,8 @@ else
67
67
  # gem 'urbanopt-geojson', github: 'URBANopt/urbanopt-geojson-gem', branch: 'develop'
68
68
  end
69
69
 
70
+ # simplecov has an unneccesary dependency on native json gem, use fork that does not require this
71
+ gem 'simplecov', github: 'NREL/simplecov'
72
+
70
73
  # Fix rack version temporarily to work with Ruby 2.2.4
71
74
  gem 'rack', '2.1.2'
@@ -1,5 +1,5 @@
1
1
  module URBANopt
2
2
  module CLI
3
- VERSION = '0.2.1'.freeze
3
+ VERSION = '0.2.2'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: urbanopt-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Moore
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-31 00:00:00.000000000 Z
11
+ date: 2020-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack