geoserver-publish 0.2.0 → 0.2.1

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: 408b468e3035e6cc2936098828b02cb17ea2229a
4
- data.tar.gz: c59d7fc39f5e862432cb4ccdfd71809015cba20a
3
+ metadata.gz: 9b85201c80f74582733ab3728fac7752cd047380
4
+ data.tar.gz: 7a0a9e70743e05864769a7b80be97a31ec5aa403
5
5
  SHA512:
6
- metadata.gz: 4cd36658509fda089b6320ae089f3218834149a506142ffe40e14332e3743534bfd63e59bd478d5491ad8b6bb782ebde8e6cca626d4a5a4827f3c2df986730cb
7
- data.tar.gz: 7a3e123c4a42b73e7cd3272807996adc60b56df0f2f71f94c783654f012e01d39d35403325ce0fb6ec7ac5198ee333623ba14f55b4d742d470436fc3e2fde6e5
6
+ metadata.gz: b490dd39003f22b78df79bc06aadecd97a3fa8e38f2fa6288a86b6bc65702b1a29c92158938ebb2671110352eea5250e2ff08d4bf5d7cfbd6e31c0757c60e6f6
7
+ data.tar.gz: 884807b0eee8e7c74bb2b6184de024d176de393b87a4456bf9af26eb5a430e324f2ef24ed077c70a52b6e254549c18e153db72280d0aa051d498d018c1f416d8
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
 
13
13
  spec.summary = "Simple client for publishing Shapefiles and GeoTIFFs to Geoserver"
14
14
  spec.description = "Simple client for publishing Shapefiles and GeoTIFFs to Geoserver"
15
- spec.homepage = "https://github.com/pulibrary/geoserver-publish"
15
+ spec.homepage = "https://github.com/samvera-labs/geoserver-publish"
16
16
  spec.license = "Apache-2.0"
17
17
 
18
18
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
  module Geoserver
3
3
  module Publish
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geoserver-publish
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eliot Jordan
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-03-29 00:00:00.000000000 Z
11
+ date: 2019-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -95,7 +95,7 @@ files:
95
95
  - lib/geoserver/publish/feature_type.rb
96
96
  - lib/geoserver/publish/version.rb
97
97
  - lib/geoserver/publish/workspace.rb
98
- homepage: https://github.com/pulibrary/geoserver-publish
98
+ homepage: https://github.com/samvera-labs/geoserver-publish
99
99
  licenses:
100
100
  - Apache-2.0
101
101
  metadata: {}
@@ -115,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
115
115
  version: '0'
116
116
  requirements: []
117
117
  rubyforge_project:
118
- rubygems_version: 2.6.14
118
+ rubygems_version: 2.4.5
119
119
  signing_key:
120
120
  specification_version: 4
121
121
  summary: Simple client for publishing Shapefiles and GeoTIFFs to Geoserver