sufia-models 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +12 -2
- data/lib/sufia/models/version.rb +1 -1
- data/sufia-models.gemspec +4 -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: 33db1fdd5e93067f20aa4aab56100ee6fe7c4531
|
4
|
+
data.tar.gz: cbe0f59400bab96cfdb631aa889c85030e0f788d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f40cc7480f96ab9605187d9f416f5476d5702869d77cfa9514c63e274aab8a566bd2c977fdcb4c648b84d2be69f743aa27c103bfac98cb88743779c8b87806b2
|
7
|
+
data.tar.gz: 6109011aacbb53e69819c5f83c257ed97f1fbb5fdfc9ee4a5d29a864eb1516eec2c53c58b3e477e0b8722af62f828b70c9ed0c0690501e83b93149816495bcc2
|
data/README.md
CHANGED
@@ -1,6 +1,15 @@
|
|
1
1
|
# Sufia::Models
|
2
2
|
|
3
|
-
|
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
|
-
|
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
|
|
data/lib/sufia/models/version.rb
CHANGED
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
|
-
|
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.
|
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/
|
127
|
+
homepage: https://github.com/jeremyf/sufia
|
128
128
|
licenses:
|
129
129
|
- Apache
|
130
130
|
metadata: {}
|