geo_works 0.1.0 → 0.1.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: 4a1737df47d44ca90d1543e68d4da11a9e8d52fb
4
- data.tar.gz: c2b0f3541af157a7693b51121e3cd62b8246c7a0
3
+ metadata.gz: ba26d092bc9cfdce229fb72654c2958e845e60a2
4
+ data.tar.gz: 2ec8718a89b87a5cba843409dc9a5e030b66cfa4
5
5
  SHA512:
6
- metadata.gz: cc4d0aac4f4db6adf7c47911a6a0cd35ee331d7550b479713235284c78ea13f8830fcf0341bf49675a49332eedb731b382638a508844b2aadbbc288cea26416f
7
- data.tar.gz: 70babb163d2742eae1cbe84636b4f459c6dcd84218143d50b0e565d67a7dd923c0568ffc9da9c3752a165b7f174266c8a0167998fac37239aafdfd70b8c9fb64
6
+ metadata.gz: 8f385d03492c67b474e2bf4f9419d478a9cce1d41b5afb2cc9663d19d3ea85a417cc5ec1b5b282adfbdc7fdec463b55477905b0fd8f474f14f10984c8e9a9cbc
7
+ data.tar.gz: 72d07c993b0c8370b6fb03c133bbc8c26edc23fbc19263a89852b13c7a967be191e1464d66bbadfa1173ba9be9bfc678247df625ae376309bcdf1785fd797f1b
data/geo_works.gemspec CHANGED
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
8
8
  spec.version = GeoWorks::VERSION
9
9
  spec.authors = [ 'James Griffin', 'Darren Hardy', 'John Huck', 'Eric James', 'Eliot Jordan' ]
10
10
  spec.email = ['jrgriffiniii@gmail.com', 'drh@stanford.edu', 'jhuck@ualberta.ca', 'eric.james@yale.edu', 'eliotj@princeton.edu']
11
- spec.summary = %q{Rails engine for Hydra Geo models. Built around Curation Concerns engine. }
12
- spec.description = %q{Rails engine for Hydra Geo models. Built around Curation Concerns engine. }
13
- spec.homepage = 'https://github.com/projecthydra-labs/geo_works'
11
+ spec.summary = %q{Rails engine for Hydra Geo models. Built around the Hyrax engine. }
12
+ spec.description = %q{Rails engine for Hydra Geo models. Built around the Hyrax engine. }
13
+ spec.homepage = 'https://github.com/samvera-labs/geo_works'
14
14
  spec.license = 'APACHE2'
15
15
 
16
16
  spec.files = `git ls-files | grep -v ^spec/fixtures`.split($\)
@@ -1,3 +1,3 @@
1
1
  module GeoWorks
2
- VERSION = "0.1.0".freeze
2
+ VERSION = "0.1.1".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geo_works
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Griffin
@@ -324,7 +324,7 @@ dependencies:
324
324
  - - "~>"
325
325
  - !ruby/object:Gem::Version
326
326
  version: '1.5'
327
- description: 'Rails engine for Hydra Geo models. Built around Curation Concerns engine. '
327
+ description: 'Rails engine for Hydra Geo models. Built around the Hyrax engine. '
328
328
  email:
329
329
  - jrgriffiniii@gmail.com
330
330
  - drh@stanford.edu
@@ -669,7 +669,7 @@ files:
669
669
  - spec/values/coverage_spec.rb
670
670
  - tasks/geo_works.rake
671
671
  - template.rb
672
- homepage: https://github.com/projecthydra-labs/geo_works
672
+ homepage: https://github.com/samvera-labs/geo_works
673
673
  licenses:
674
674
  - APACHE2
675
675
  metadata: {}
@@ -692,7 +692,7 @@ rubyforge_project:
692
692
  rubygems_version: 2.6.10
693
693
  signing_key:
694
694
  specification_version: 4
695
- summary: Rails engine for Hydra Geo models. Built around Curation Concerns engine.
695
+ summary: Rails engine for Hydra Geo models. Built around the Hyrax engine.
696
696
  test_files:
697
697
  - spec/controllers/file_sets_controller_spec.rb
698
698
  - spec/controllers/image_works_controller_spec.rb