hydra-tutorial 0.0.1 → 0.0.2

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/.gitignore CHANGED
@@ -1,2 +1,4 @@
1
1
  hydra_tutorial_app
2
2
  jetty
3
+ pkg
4
+ Gemfile.lock
data/README.md CHANGED
@@ -6,10 +6,7 @@
6
6
  * [[RVM|https://rvm.beginrescueend.com/rvm/install/]] (recommended)
7
7
 
8
8
  ```bash
9
- $ gem install bundler
10
- $ bundle install
9
+ $ gem install hydra-tutorial
10
+ $ hydra-tutorial
11
11
  ```
12
12
 
13
- ```bash
14
- $ ./tutorial.thor
15
- ```
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "hydra-tutorial"
3
- s.version = "0.0.1"
3
+ s.version = "0.0.2"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.authors = ["Chris Beer"]
6
6
  s.email = ["hydra-tech@googlegroups.com"]
@@ -13,4 +13,5 @@ Gem::Specification.new do |s|
13
13
  s.add_dependency "bundler"
14
14
 
15
15
  s.files = `git ls-files`.split("\n")
16
+ s.executables = ['hydra-tutorial']
16
17
  end
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.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -62,13 +62,13 @@ dependencies:
62
62
  description: Tutorial that works through setting up a hydra head
63
63
  email:
64
64
  - hydra-tech@googlegroups.com
65
- executables: []
65
+ executables:
66
+ - hydra-tutorial
66
67
  extensions: []
67
68
  extra_rdoc_files: []
68
69
  files:
69
70
  - .gitignore
70
71
  - Gemfile
71
- - Gemfile.lock
72
72
  - README.md
73
73
  - Rakefile
74
74
  - bin/hydra-tutorial
@@ -108,7 +108,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
108
108
  version: '0'
109
109
  segments:
110
110
  - 0
111
- hash: 3959748980096013212
111
+ hash: 920607215486974428
112
112
  required_rubygems_version: !ruby/object:Gem::Requirement
113
113
  none: false
114
114
  requirements:
@@ -117,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  version: '0'
118
118
  segments:
119
119
  - 0
120
- hash: 3959748980096013212
120
+ hash: 920607215486974428
121
121
  requirements: []
122
122
  rubyforge_project:
123
123
  rubygems_version: 1.8.24
data/Gemfile.lock DELETED
@@ -1,93 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- hydra-tutorial (0.0.1)
5
- bundler
6
- rails
7
- thor
8
-
9
- GEM
10
- remote: http://rubygems.org/
11
- specs:
12
- actionmailer (3.2.6)
13
- actionpack (= 3.2.6)
14
- mail (~> 2.4.4)
15
- actionpack (3.2.6)
16
- activemodel (= 3.2.6)
17
- activesupport (= 3.2.6)
18
- builder (~> 3.0.0)
19
- erubis (~> 2.7.0)
20
- journey (~> 1.0.1)
21
- rack (~> 1.4.0)
22
- rack-cache (~> 1.2)
23
- rack-test (~> 0.6.1)
24
- sprockets (~> 2.1.3)
25
- activemodel (3.2.6)
26
- activesupport (= 3.2.6)
27
- builder (~> 3.0.0)
28
- activerecord (3.2.6)
29
- activemodel (= 3.2.6)
30
- activesupport (= 3.2.6)
31
- arel (~> 3.0.2)
32
- tzinfo (~> 0.3.29)
33
- activeresource (3.2.6)
34
- activemodel (= 3.2.6)
35
- activesupport (= 3.2.6)
36
- activesupport (3.2.6)
37
- i18n (~> 0.6)
38
- multi_json (~> 1.0)
39
- arel (3.0.2)
40
- builder (3.0.0)
41
- erubis (2.7.0)
42
- hike (1.2.1)
43
- i18n (0.6.0)
44
- journey (1.0.4)
45
- json (1.7.3)
46
- mail (2.4.4)
47
- i18n (>= 0.4.0)
48
- mime-types (~> 1.16)
49
- treetop (~> 1.4.8)
50
- mime-types (1.19)
51
- multi_json (1.3.6)
52
- polyglot (0.3.3)
53
- rack (1.4.1)
54
- rack-cache (1.2)
55
- rack (>= 0.4)
56
- rack-ssl (1.3.2)
57
- rack
58
- rack-test (0.6.1)
59
- rack (>= 1.0)
60
- rails (3.2.6)
61
- actionmailer (= 3.2.6)
62
- actionpack (= 3.2.6)
63
- activerecord (= 3.2.6)
64
- activeresource (= 3.2.6)
65
- activesupport (= 3.2.6)
66
- bundler (~> 1.0)
67
- railties (= 3.2.6)
68
- railties (3.2.6)
69
- actionpack (= 3.2.6)
70
- activesupport (= 3.2.6)
71
- rack-ssl (~> 1.3.2)
72
- rake (>= 0.8.7)
73
- rdoc (~> 3.4)
74
- thor (>= 0.14.6, < 2.0)
75
- rake (0.9.2.2)
76
- rdoc (3.12)
77
- json (~> 1.4)
78
- sprockets (2.1.3)
79
- hike (~> 1.2)
80
- rack (~> 1.0)
81
- tilt (~> 1.1, != 1.3.0)
82
- thor (0.15.4)
83
- tilt (1.3.3)
84
- treetop (1.4.10)
85
- polyglot
86
- polyglot (>= 0.3.1)
87
- tzinfo (0.3.33)
88
-
89
- PLATFORMS
90
- ruby
91
-
92
- DEPENDENCIES
93
- hydra-tutorial!