the_amazing_race 0.0.2 → 0.0.3

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: 44d7b792808b1cc48f9e8fe74b2a5f53c5b61703
4
- data.tar.gz: b8c598c533dea28a7a0bbe544de8770301ec6097
3
+ metadata.gz: cfa630c2b809df45b6aa2e2679293d8825a298ed
4
+ data.tar.gz: b733f45f8116cd4f563ba0a2260d521c762a2671
5
5
  SHA512:
6
- metadata.gz: 2bcfdb2464fb8dfa7e10268324aa7364da80d091c79c5f14f33018df1181bc52a4580a29922e97a8fda4a48c297904113b3942e72a23634879d8276cc3f273d6
7
- data.tar.gz: bb7b0a6259b6ef583f13c0d1e68ab4029c49887101a4ff8b547e64f697705755ad7a91b4c9c346c3fc306c20a6c0a4346e5e4fe0bbd00ef11940141c63b322b2
6
+ metadata.gz: 20cc325f88ce8a3e3434601cf7b3ab4ab83089aecfba858d2b33667e9cb942fc9a8b478cde86ee6b4f253c0b6a5e780da80365d2652ce966718d170725b7a09f
7
+ data.tar.gz: a947b5efbf38447ac427bf80ccc84c1aec2a30bbc07848acdd052dcf7d296fbbc01b42c340dcdca936b8505bbb3e04921923df580b0953c1ab43fd9c76955ccb
File without changes
@@ -1,3 +1,3 @@
1
1
  module TheAmazingRace
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
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.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - h4w5
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-28 00:00:00.000000000 Z
11
+ date: 2015-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -42,7 +42,7 @@ description:
42
42
  email:
43
43
  - philip@h4w5.com
44
44
  executables:
45
- - the_amazing_race
45
+ - begin_the_amazing_race
46
46
  extensions: []
47
47
  extra_rdoc_files: []
48
48
  files:
@@ -51,7 +51,7 @@ files:
51
51
  - LICENSE.txt
52
52
  - README.md
53
53
  - Rakefile
54
- - bin/the_amazing_race
54
+ - bin/begin_the_amazing_race
55
55
  - lib/the_amazing_race.rb
56
56
  - lib/the_amazing_race/version.rb
57
57
  - the_amazing_race.gemspec