geo-cli 0.0.1.pre → 0.0.1.pre2

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: eda43d580e8ccbc1c4884dc5326e536451c7270f
4
- data.tar.gz: e681b9151a66dbc12b7cd26a69f4cfc3a4f73cb7
3
+ metadata.gz: 4636a266ddd9104cc19e1f45a67135f200789ac9
4
+ data.tar.gz: b794b6c2d0c5adff836dbf7925737b3c039fe536
5
5
  SHA512:
6
- metadata.gz: 722829814df0ab09297d20d1ac7a5688b9241f01a865cffc0032935272b44531ec804b3558bcac2f4ba878919031a6ef7377c1138a6e5e03306cee48501d9751
7
- data.tar.gz: ec9dcb21d1b8b5bb9b6c01095ad2b0f38368b850cf6c8de5077c60711565b492a2ddb9722d5e29db36254fe8110ff2a964b9e85871d5af483b1a4f62f934ff0e
6
+ metadata.gz: ddb013a6d8131ef1b0ee5468032723c319220c0d7777dd87d4a0d868d196a958a4d144f0caff090782607b7e46ebd0653c6ac4eefd464cee0d6889d80e6a15fd
7
+ data.tar.gz: 31bd21346a46d36bb85f1c7567b0df968b0afa2642824aa424253c1b472ee5d81b3743a9232ff2313126095bc51e302807188b0c5fbf6c19f98a0eaad4f829b6
data/geo-cli.gemspec CHANGED
@@ -3,12 +3,12 @@ require File.join([File.dirname(__FILE__),'lib','geo-cli','version.rb'])
3
3
  spec = Gem::Specification.new do |s|
4
4
  s.name = 'geo-cli'
5
5
  s.version = GeoCli::VERSION
6
- s.author = 'Your Name Here'
7
- s.email = 'your@email.address.com'
8
- s.homepage = 'http://your.website.com'
6
+ s.author = 'Horace Williams'
7
+ s.email = 'horace@worace.works'
8
+ s.homepage = 'https://github.com/worace/geo-cli'
9
9
  s.platform = Gem::Platform::RUBY
10
10
  s.license = 'MIT'
11
- s.summary = 'A description of your project'
11
+ s.summary = 'geo-cli is a command-line utility for converting between common GIS serialization formats.'
12
12
  s.files = `git ls-files`.split('
13
13
  ')
14
14
  s.require_paths << 'lib'
@@ -1,3 +1,3 @@
1
1
  module GeoCli
2
- VERSION = '0.0.1.pre'
2
+ VERSION = '0.0.1.pre2'
3
3
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geo-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.pre
4
+ version: 0.0.1.pre2
5
5
  platform: ruby
6
6
  authors:
7
- - Your Name Here
7
+ - Horace Williams
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -151,7 +151,7 @@ dependencies:
151
151
  - !ruby/object:Gem::Version
152
152
  version: '1.0'
153
153
  description:
154
- email: your@email.address.com
154
+ email: horace@worace.works
155
155
  executables:
156
156
  - geo-cli
157
157
  extensions: []
@@ -176,7 +176,7 @@ files:
176
176
  - lib/geo-cli/version.rb
177
177
  - test/geom_reader_test.rb
178
178
  - test/test_helper.rb
179
- homepage: http://your.website.com
179
+ homepage: https://github.com/worace/geo-cli
180
180
  licenses:
181
181
  - MIT
182
182
  metadata: {}
@@ -205,5 +205,6 @@ rubyforge_project:
205
205
  rubygems_version: 2.5.1
206
206
  signing_key:
207
207
  specification_version: 4
208
- summary: A description of your project
208
+ summary: geo-cli is a command-line utility for converting between common GIS serialization
209
+ formats.
209
210
  test_files: []