hydra-tutorial 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "hydra-tutorial"
3
- s.version = "0.1.2"
3
+ s.version = "0.1.3"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.authors = ["Chris Beer"]
6
6
  s.email = ["hydra-tech@googlegroups.com"]
@@ -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 = 'e.g. <my_xml_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.2
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-18 00:00:00.000000000 Z
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: 1643192011115769523
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: 1643192011115769523
125
+ hash: -4225154311551487159
126
126
  requirements: []
127
127
  rubyforge_project:
128
- rubygems_version: 1.8.24
128
+ rubygems_version: 1.8.23
129
129
  signing_key:
130
130
  specification_version: 3
131
131
  summary: Hydra head tutorial walkthrough