File tree Expand file tree Collapse file tree 2 files changed +25
-4
lines changed Expand file tree Collapse file tree 2 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 1- # pairtree
1+ # (r) pairtree
22
33Ruby implementation of the [ Pairtree] ( https://wiki.ucop.edu/display/Curation/PairTree ) specification from the California Digital Library.
44
5- # Usage
5+ ## Description
6+
7+ A fork of the seemingly-abandoned [ pairtree] ( https://github.com/microservices/pairtree ) .
8+
9+
10+ ## Installation
11+
12+ Add this line to your application's Gemfile:
13+
14+ ``` ruby
15+ gem ' rpairtree'
16+ ```
17+
18+ And then execute:
19+
20+ $ bundle
21+
22+ Or install it yourself as:
23+
24+ $ gem install rpairtree
25+
26+ ## Usage
627
728``` ruby
829 # Initiate a tree
Original file line number Diff line number Diff line change 11Gem ::Specification . new do |s |
2- s . name = %q{pairtree }
3- s . summary = %q{Ruby Pairtree implementation}
2+ s . name = %q{rpairtree }
3+ s . summary = %q{Ruby Pairtree implementation, forked from pairtree which is abandoned. }
44 s . version = "0.2.0"
55 s . homepage = %q{http://github.com/mlibrary/pairtree}
66 s . licenses = [ "Apache2" ]
You can’t perform that action at this time.
0 commit comments