the_amazing_race 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e7048a09cbc9566f9dc5c1929c98dc5b050277ab
4
- data.tar.gz: a1cdb379ee572939c81288e3a2afdc3991be8ff3
3
+ metadata.gz: 44d7b792808b1cc48f9e8fe74b2a5f53c5b61703
4
+ data.tar.gz: b8c598c533dea28a7a0bbe544de8770301ec6097
5
5
  SHA512:
6
- metadata.gz: d7d7ce23e8cca808dd8b13ed21cca176c324449e145787fdfa280e6ec6893509352ac1b688bad6e865b147f1aff0d2c7560557e8110ce4f9f38e41aba01e8f25
7
- data.tar.gz: d731a48a2040de0379c81acc2675d8164407657cbfdbfbccd1f7df6420a0946210df50f19720051ecde8d990e722b65d5a12572cb40a6dadf119b9ed1b104992
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`
@@ -1,3 +1,3 @@
1
1
  module TheAmazingRace
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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: 2014-12-02 00:00:00.000000000 Z
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