gosu_extensions 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. metadata +6 -6
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ begin
2
2
  require 'jeweler'
3
3
  Jeweler::Tasks.new do |gemspec|
4
4
  gemspec.name = "gosu_extensions"
5
- gemspec.summary = "Default extensions built onto the popular Gosu Framework. Uses Chipmunk for game physics. That's it for now. GAME ON!"
5
+ gemspec.summary = "Default extensions built onto the popular Gosu Framework. Uses Chipmunk for game physics. That's it for now. I'm working on them. Anyway, GAME ON!"
6
6
  gemspec.email = "florian.hanke@gmail.com"
7
7
  gemspec.homepage = "http://www.github.com/floere/gosu_extensions"
8
8
  gemspec.description = ""
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.3
1
+ 0.1.4
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 3
9
- version: 0.1.3
8
+ - 4
9
+ version: 0.1.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Florian Hanke
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-03-15 00:00:00 +01:00
17
+ date: 2010-03-17 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -68,15 +68,15 @@ files:
68
68
  - lib/traits/initializer_hooks.rb
69
69
  - lib/traits/it_is_a.rb
70
70
  - lib/traits/lives.rb
71
+ - lib/traits/moveable.rb
71
72
  - lib/traits/pod.rb
72
73
  - lib/traits/shooter.rb
74
+ - lib/traits/short_lived.rb
73
75
  - lib/traits/shot.rb
74
76
  - lib/traits/targetable.rb
75
77
  - lib/traits/targeting.rb
76
78
  - lib/traits/targeting/closest.rb
77
79
  - lib/traits/turnable.rb
78
- - lib/traits/moveable.rb
79
- - lib/traits/short_lived.rb
80
80
  - lib/units/thing.rb
81
81
  - lib/vector_utilities.rb
82
82
  - lib/waves.rb
@@ -110,6 +110,6 @@ rubyforge_project:
110
110
  rubygems_version: 1.3.6
111
111
  signing_key:
112
112
  specification_version: 3
113
- summary: Default extensions built onto the popular Gosu Framework. Uses Chipmunk for game physics. That's it for now. GAME ON!
113
+ summary: Default extensions built onto the popular Gosu Framework. Uses Chipmunk for game physics. That's it for now. I'm working on them. Anyway, GAME ON!
114
114
  test_files: []
115
115