hydra-tutorial 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -6,6 +6,11 @@
6
6
  * [[RVM|https://rvm.beginrescueend.com/rvm/install/]] (recommended)
7
7
 
8
8
  ```bash
9
+ <INSTALL RUBY, e.g.:
10
+ $ curl -L https://get.rvm.io | bash -s stable --ruby
11
+ $ rvm install 1.9.3
12
+ (See https://rvm.io/rvm/install/ )
13
+ >
9
14
  $ gem install hydra-tutorial
10
15
  $ hydra-tutorial
11
16
  ```
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "hydra-tutorial"
3
- s.version = "0.0.4"
3
+ s.version = "0.0.5"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.authors = ["Chris Beer"]
6
6
  s.email = ["hydra-tech@googlegroups.com"]
@@ -76,6 +76,11 @@ class HydraOpenRepositoriesTutorialApp < Thor::Group
76
76
  you may be prompted to review conflicts between versions of files. It is
77
77
  safe to blindly accept the changes ('y'), however you may wish to view
78
78
  the diff ('d') to see the things we're change.
79
+
80
+ This tutorial, a README file, and our bug tracker are at:
81
+
82
+ https://github.com/projecthydra/hydra-tutorial
83
+
79
84
  }, STATEMENT
80
85
 
81
86
  name = ask %Q{
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.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -111,7 +111,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
111
111
  version: '0'
112
112
  segments:
113
113
  - 0
114
- hash: -2847995408007673364
114
+ hash: -3944615282138382494
115
115
  required_rubygems_version: !ruby/object:Gem::Requirement
116
116
  none: false
117
117
  requirements:
@@ -120,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
120
120
  version: '0'
121
121
  segments:
122
122
  - 0
123
- hash: -2847995408007673364
123
+ hash: -3944615282138382494
124
124
  requirements: []
125
125
  rubyforge_project:
126
126
  rubygems_version: 1.8.24