minigl 1.3.8 → 1.3.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -7
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f5cc361e823fff93b7cbe75f559300c5addd4335
4
- data.tar.gz: 050e44d9b9b8471c59257b4986e838064c95ba9f
3
+ metadata.gz: d83e7665eabd1944e064d1faa88667d75b27a385
4
+ data.tar.gz: f69b0515549217f87b7362eb7eeb8db49857470b
5
5
  SHA512:
6
- metadata.gz: 8d5cbce4c28f817a897bcf4dd20c631bbf7e198ccbe3a6631a586a57c29c4f741771f23eca457337e10887ce5161e6677e7f367b31d557e2f66e93a9692722ba
7
- data.tar.gz: aa955ada44f1963555e46038cdeaf14e433eda9e606c0644d5f027a0de3710f2a1e33d1f8ffd52a1ad4126844b76cf3fbbc31174ddecc39ae2b88ae8010002f8
6
+ metadata.gz: e4807073c42583847ea31183c56a2e86c0be3eedb999902facd382c055062e7cebbd4592fa6dac1f3da2285947d302f01595e2bde5f48a74d057f804323438d0
7
+ data.tar.gz: 3eb9adcbe982982070c1cdaf8fade39273856947dfe3e2edd841e5cf14126a690fb1a303b06f89fbc53971c4fa745171c5b25d6ddcb96efe6316a7d15fe65bca
data/README.md CHANGED
@@ -16,8 +16,8 @@ to victordavidsantos@gmail.com.
16
16
 
17
17
  ## Installing
18
18
 
19
- MiniGL was built on top of the Gosu gem, version 0.7.50. This gem has its own
20
- dependencies for compiling extensions. Visit
19
+ MiniGL was built on top of the Gosu gem. This gem has its own dependencies for
20
+ compiling extensions. Visit
21
21
  [this page](https://github.com/jlnr/gosu/wiki/Getting-Started-on-Linux) for
22
22
  details.
23
23
 
@@ -32,12 +32,9 @@ this [working game example](https://github.com/victords/aventura-do-saber).
32
32
  * An auxiliary, tutorial-like documentation is under construction
33
33
  [here](https://github.com/victords/minigl/wiki).
34
34
 
35
- **Version 1.3.8**
35
+ **Version 1.3.9**
36
36
 
37
- * Fix in `Map` for non-integer camera coordinates in ortogonal maps.
38
- * Fixed documentation for `Map` class.
39
- * Fixed bug in `text=` of `TextField`.
40
- * Fixed indentation of all files.
37
+ * Fixed gosu dependency (~> 0.7).
41
38
 
42
39
  **P.S.** I'm sorry for the few last releases which brought so few
43
40
  improvements to the library... Still, I think this is better than leaving those
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minigl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.8
4
+ version: 1.3.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor David Santos
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-04 00:00:00.000000000 Z
11
+ date: 2014-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gosu
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ~>
18
18
  - !ruby/object:Gem::Version
19
- version: 0.7.50
19
+ version: '0.7'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ~>
25
25
  - !ruby/object:Gem::Version
26
- version: 0.7.50
26
+ version: '0.7'
27
27
  description: A minimal 2D Game Library built on top of the Gosu gem.
28
28
  email: victordavidsantos@gmail.com
29
29
  executables: []