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 +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +1 -1
- data/example_files/Gemfile +3 -0
- data/lib/uo_cli/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c14894739827cbb739d7dca075586f78270ff6c2
|
|
4
|
+
data.tar.gz: 3448a95d3281bdf957c9381154430c7eb89463b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a5b9bf331f9e8dba4f6a3ddd5a75ea476d72cd6e40e38efb48a25ee46b45e9b772f410886d34714453bd1c63066a6e1c180d80d744654416fb3224d9fa007119
|
|
7
|
+
data.tar.gz: 201e3e0c14ba8a05d6eac5acdf18fee97bf3b8c842d22c2952d8390e921276b74dd654397cea7cd61d983baff94354f3c222e2929ea314e12d2702177096aea6
|
data/CHANGELOG.md
CHANGED
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).
|
data/example_files/Gemfile
CHANGED
|
@@ -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'
|
data/lib/uo_cli/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2020-04-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rack
|