sufia-models 0.0.1 → 0.0.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: d5544ce4ac7eb5a42a923e2a6f087bd2c37d383e
4
- data.tar.gz: f2cada4f830018fd3b7eb94ec8be21aa755da733
3
+ metadata.gz: 33db1fdd5e93067f20aa4aab56100ee6fe7c4531
4
+ data.tar.gz: cbe0f59400bab96cfdb631aa889c85030e0f788d
5
5
  SHA512:
6
- metadata.gz: 6c0498bd2ec92d52c45b7d558b431f7ba51a3e0ee718b56a3524a792485732796c51e41b3476fc278388a725350007e8ba30b29efcb52141f903c36c3a961497
7
- data.tar.gz: e40f77a08d2241d03b9c4b562d717e2ee62954a8e0799737827478cb1a37a40c7dcfe2e31a383de2e532740f6558daa22d40b6f4201f6780a437d2fe21a1b594
6
+ metadata.gz: f40cc7480f96ab9605187d9f416f5476d5702869d77cfa9514c63e274aab8a566bd2c977fdcb4c648b84d2be69f743aa27c103bfac98cb88743779c8b87806b2
7
+ data.tar.gz: 6109011aacbb53e69819c5f83c257ed97f1fbb5fdfc9ee4a5d29a864eb1516eec2c53c58b3e477e0b8722af62f828b70c9ed0c0690501e83b93149816495bcc2
data/README.md CHANGED
@@ -1,6 +1,15 @@
1
1
  # Sufia::Models
2
2
 
3
- TODO: Write a gem description
3
+ An ongoing project to extract Sufia models.
4
+
5
+ ## Why
6
+
7
+ Sufia is a Rails engine that is an opinionated -- in a good way -- self-deposit application built from [Project Hydra components](https://github.com/projecthydra) that is mostly "turn-key ready".
8
+ And while the turn-key solution is greatly appreciated, there are use cases, namely ours, where its opinions don't quite work;
9
+ Namely the views and controllers. We want a different work flow through our application and a notably different UI.
10
+
11
+ Enter the **sufia-models** gem.
12
+ The goal of **sufia-models** is to provide a common foundation for the Sufia engine as well as a common foundation for other engines -- [Curate](https://github.com/ndlib/curate).
4
13
 
5
14
  ## Installation
6
15
 
@@ -18,7 +27,8 @@ Or install it yourself as:
18
27
 
19
28
  ## Usage
20
29
 
21
- TODO: Write usage instructions here
30
+ This project is closely tied to [Sufia](https://github.com/projecthydra/sufia).
31
+ Presently this gems tests are found in the sufia gem (I'm working on it).
22
32
 
23
33
  ## Contributing
24
34
 
@@ -1,5 +1,5 @@
1
1
  module Sufia
2
2
  module Models
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
data/sufia-models.gemspec CHANGED
@@ -14,7 +14,10 @@ Gem::Specification.new do |spec|
14
14
  ]
15
15
  spec.description = %q{Models and services for sufia}
16
16
  spec.summary = %q{Models and services for sufia}
17
- spec.homepage = "https://github.com/projecthydra/sufia-models"
17
+
18
+ # This is a temporary homepage until we've had a chance to review the
19
+ # process
20
+ spec.homepage = "https://github.com/jeremyf/sufia"
18
21
  spec.license = "Apache"
19
22
 
20
23
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sufia-models
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Friesen
@@ -124,7 +124,7 @@ files:
124
124
  - lib/sufia/models/version.rb
125
125
  - lib/tasks/sufia-models_tasks.rake
126
126
  - sufia-models.gemspec
127
- homepage: https://github.com/projecthydra/sufia-models
127
+ homepage: https://github.com/jeremyf/sufia
128
128
  licenses:
129
129
  - Apache
130
130
  metadata: {}