the_amazing_race 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/the_amazing_race +27 -0
- data/lib/the_amazing_race/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 44d7b792808b1cc48f9e8fe74b2a5f53c5b61703
|
4
|
+
data.tar.gz: b8c598c533dea28a7a0bbe544de8770301ec6097
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2bcfdb2464fb8dfa7e10268324aa7364da80d091c79c5f14f33018df1181bc52a4580a29922e97a8fda4a48c297904113b3942e72a23634879d8276cc3f273d6
|
7
|
+
data.tar.gz: bb7b0a6259b6ef583f13c0d1e68ab4029c49887101a4ff8b547e64f697705755ad7a91b4c9c346c3fc306c20a6c0a4346e5e4fe0bbd00ef11940141c63b322b2
|
@@ -0,0 +1,27 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
`mkdir the_amazing_race`
|
4
|
+
|
5
|
+
# Miami
|
6
|
+
`mkdir -p the_amazing_race/north_america/florida/miami/south_beach`
|
7
|
+
`mkdir -p the_amazing_race/north_america/florida/miami/coconut_grove`
|
8
|
+
`mkdir -p the_amazing_race/north_america/florida/miami/miami_international_airport`
|
9
|
+
|
10
|
+
# Bogotá
|
11
|
+
`mkdir -p the_amazing_race/south_america/colombia/bogota/plaza_bolivar`
|
12
|
+
|
13
|
+
# Machu Picchu
|
14
|
+
`mkdir -p the_amazing_race/south_america/peru/cuzco`
|
15
|
+
`mkdir -p the_amazing_race/south_america/peru/machu_picchu`
|
16
|
+
|
17
|
+
# Iquitos
|
18
|
+
`mkdir -p the_amazing_race/south_america/peru/iquitos`
|
19
|
+
|
20
|
+
# Manaus
|
21
|
+
`mkdir -p the_amazing_race/south_america/amazon_river`
|
22
|
+
`mkdir -p the_amazing_race/south_america/brazil/manaus/teatro_amazonas`
|
23
|
+
`echo 'Act I, Scene 1' >> the_amazing_race/south_america/brazil/manaus/teatro_amazonas/carmen_libretto`
|
24
|
+
|
25
|
+
# Rio de Janeiro
|
26
|
+
`mkdir -p the_amazing_race/south_america/brazil/rio_de_janeiro/academicos_de_santa_cruz`
|
27
|
+
`touch the_amazing_race/south_america/brazil/rio_de_janeiro/academicos_de_santa_cruz/outrageously_sexy_costume`
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: the_amazing_race
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- h4w5
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-04-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -41,7 +41,8 @@ dependencies:
|
|
41
41
|
description:
|
42
42
|
email:
|
43
43
|
- philip@h4w5.com
|
44
|
-
executables:
|
44
|
+
executables:
|
45
|
+
- the_amazing_race
|
45
46
|
extensions: []
|
46
47
|
extra_rdoc_files: []
|
47
48
|
files:
|
@@ -50,6 +51,7 @@ files:
|
|
50
51
|
- LICENSE.txt
|
51
52
|
- README.md
|
52
53
|
- Rakefile
|
54
|
+
- bin/the_amazing_race
|
53
55
|
- lib/the_amazing_race.rb
|
54
56
|
- lib/the_amazing_race/version.rb
|
55
57
|
- the_amazing_race.gemspec
|