gambit 0.1.0 → 0.1.1

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 (2) hide show
  1. data/Rakefile +1 -2
  2. metadata +2 -2
data/Rakefile CHANGED
@@ -50,7 +50,7 @@ end
50
50
 
51
51
  spec = Gem::Specification.new do |spec|
52
52
  spec.name = "gambit"
53
- spec.version = "0.1.0"
53
+ spec.version = "0.1.1"
54
54
  spec.platform = Gem::Platform::RUBY
55
55
  spec.summary = "Gambit is a pure Ruby framework for building Web games."
56
56
  spec.files = files
@@ -62,7 +62,6 @@ spec = Gem::Specification.new do |spec|
62
62
  '--main' << 'README'
63
63
 
64
64
  spec.require_path = 'lib'
65
- spec.autorequire = "gambit"
66
65
  spec.author = "James Edward Gray II"
67
66
  spec.email = "james@grayproductions.net"
68
67
  spec.rubyforge_project = "gambit"
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: gambit
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.0
6
+ version: 0.1.1
7
7
  date: 2005-09-11 00:00:00 -05:00
8
8
  summary: Gambit is a pure Ruby framework for building Web games.
9
9
  require_paths:
@@ -14,7 +14,7 @@ rubyforge_project: gambit
14
14
  description: "Gambit is a pure Ruby framework for building Web games. Gambit can manage player
15
15
  accounts and game hosting and ships with a wide assortment of game design tools.
16
16
  With Gambit, developers can write the game specific code and launch."
17
- autorequire: gambit
17
+ autorequire:
18
18
  default_executable:
19
19
  bindir: bin
20
20
  has_rdoc: true