hydra-tutorial 0.0.4 → 0.0.5
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/README.md +5 -0
- data/hydra-tutorial.gemspec +1 -1
- data/open-repositories-tutorial.thor +5 -0
- metadata +3 -3
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
|
```
|
data/hydra-tutorial.gemspec
CHANGED
|
@@ -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
|
+
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: -
|
|
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: -
|
|
123
|
+
hash: -3944615282138382494
|
|
124
124
|
requirements: []
|
|
125
125
|
rubyforge_project:
|
|
126
126
|
rubygems_version: 1.8.24
|