hydra-tutorial 0.1.2 → 0.1.3
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.
- data/hydra-tutorial.gemspec +1 -1
- data/open-repositories-tutorial.thor +2 -2
- metadata +5 -5
data/hydra-tutorial.gemspec
CHANGED
|
@@ -302,7 +302,7 @@ class HydraOpenRepositoriesTutorialApp < Thor::Group
|
|
|
302
302
|
We'll download a copy now. It may take awhile.
|
|
303
303
|
}, STATEMENT
|
|
304
304
|
unless File.exists? '../jetty'
|
|
305
|
-
git :clone => 'git://github.com/projecthydra/hydra-jetty.git ../jetty'
|
|
305
|
+
git :clone => '-b 4.x git://github.com/projecthydra/hydra-jetty.git ../jetty'
|
|
306
306
|
end
|
|
307
307
|
run 'cp -R ../jetty jetty'
|
|
308
308
|
|
|
@@ -401,7 +401,7 @@ class HydraOpenRepositoriesTutorialApp < Thor::Group
|
|
|
401
401
|
## CREATE
|
|
402
402
|
> obj = Record.new
|
|
403
403
|
# => #<Record:1571331701243443635 @pid="__DO_NOT_USE__" >
|
|
404
|
-
> obj.descMetadata.content =
|
|
404
|
+
> obj.descMetadata.content = e.g. '<my_xml_content />'
|
|
405
405
|
> obj.save
|
|
406
406
|
|
|
407
407
|
> obj.pid
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hydra-tutorial
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-07
|
|
12
|
+
date: 2012-08-07 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: thor
|
|
@@ -113,7 +113,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
113
113
|
version: '0'
|
|
114
114
|
segments:
|
|
115
115
|
- 0
|
|
116
|
-
hash:
|
|
116
|
+
hash: -4225154311551487159
|
|
117
117
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
118
118
|
none: false
|
|
119
119
|
requirements:
|
|
@@ -122,10 +122,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
122
122
|
version: '0'
|
|
123
123
|
segments:
|
|
124
124
|
- 0
|
|
125
|
-
hash:
|
|
125
|
+
hash: -4225154311551487159
|
|
126
126
|
requirements: []
|
|
127
127
|
rubyforge_project:
|
|
128
|
-
rubygems_version: 1.8.
|
|
128
|
+
rubygems_version: 1.8.23
|
|
129
129
|
signing_key:
|
|
130
130
|
specification_version: 3
|
|
131
131
|
summary: Hydra head tutorial walkthrough
|