cars 0.0.4 → 0.0.6

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.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +7 -0
  3. data/Gemfile.lock +21 -0
  4. data/README.md +1 -1
  5. data/cars.gemspec +1 -1
  6. metadata +3 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1a9fab95e185db37d037c6aa02d53daef7d0266a
4
- data.tar.gz: 494fb1f9325d8b573130dcbddde13a926e00f005
3
+ metadata.gz: 3b4cba52e6ddb52d666d56f3e470845ee3e08b7c
4
+ data.tar.gz: af994fa6f03ea07cc0612b2a582d8775abf681d9
5
5
  SHA512:
6
- metadata.gz: fe5e941540932e8575ba35f75ec0ad049a3fa56dcdda29469188ef4f9bc8feb1717f2d9d54b6614db6f08d1d5d45015b214b21507e21cde233d27395e048db76
7
- data.tar.gz: 1954d8f5f775c433885de7f1e004c7fa4ed323ca0b6ddbe0a32bf3224215ca07a4c117507d396c0017311a4b923bca683d4efdbb7bb3af5c2d9bf8da5243b84d
6
+ metadata.gz: 96edde8eb835bfb4c60ca75556349e8c08136f53a6b77cbf62e265a25637a9ed4a44fd7cfa87bb7c50b92ba40c9dabfce7ba08520c648f6c246ce95a647ae957
7
+ data.tar.gz: 95c2ef634670ae577adce295eebed2161ca0ed59f43af4b6661908742727be1f46b6a430a503675ae7039bb5f1e32ae11b87f7d0ebe56259d43272773988f6a7
data/Gemfile ADDED
@@ -0,0 +1,7 @@
1
+ source "https://rubygems.org"
2
+
3
+ gem 'gosu', '~> 0.11'
4
+
5
+ group :development do
6
+ gem 'pry', '~> 0.10'
7
+ end
@@ -0,0 +1,21 @@
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ specs:
4
+ coderay (1.1.1)
5
+ gosu (0.11.3.1)
6
+ method_source (0.8.2)
7
+ pry (0.10.4)
8
+ coderay (~> 1.1.0)
9
+ method_source (~> 0.8.1)
10
+ slop (~> 3.4)
11
+ slop (3.6.0)
12
+
13
+ PLATFORMS
14
+ ruby
15
+
16
+ DEPENDENCIES
17
+ gosu (~> 0.11)
18
+ pry (~> 0.10)
19
+
20
+ BUNDLED WITH
21
+ 1.13.6
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Gosu Cars
1
+ # Cars
2
2
 
3
3
  ## Content
4
4
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'cars'
3
- s.version = '0.0.4'
3
+ s.version = '0.0.6'
4
4
  s.date = '2017-04-07'
5
5
  s.summary = 'A simple 2D cars game with gosu'
6
6
  s.description = 'A 2D cars game with gosu'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cars
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Giovanni Alberto García
@@ -58,6 +58,8 @@ extensions: []
58
58
  extra_rdoc_files: []
59
59
  files:
60
60
  - ".gitignore"
61
+ - Gemfile
62
+ - Gemfile.lock
61
63
  - README.md
62
64
  - bin/cars
63
65
  - cars.gemspec