hangman_tournament 1.1 → 1.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGES CHANGED
@@ -1,5 +1,10 @@
1
1
  = Hangman Tounament Changelog
2
2
 
3
+ == Version 1.2
4
+
5
+ Submittion fix
6
+ * Apply fix to make submittions work
7
+
3
8
  == Version 1.1
4
9
 
5
10
  Second Release
data/Rakefile CHANGED
@@ -9,7 +9,7 @@ Spec::Rake::SpecTask.new('spec') do |t|
9
9
  end
10
10
 
11
11
  PKG_NAME = "hangman_tournament"
12
- PKG_VERSION = "1.1"
12
+ PKG_VERSION = "1.2"
13
13
  PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
14
14
 
15
15
  spec = Gem::Specification.new do |s|
@@ -42,6 +42,6 @@ end
42
42
 
43
43
  desc "Submit your player"
44
44
  task :submit do
45
- submitter = HangmanTournament::Submit.new(PKG_NAME)
45
+ submitter = HangmanTournament::Submit.new("hangman_#{PKG_NAME}")
46
46
  submitter.submit
47
47
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hangman_tournament
3
3
  version: !ruby/object:Gem::Version
4
- version: "1.1"
4
+ version: "1.2"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Micah Martin
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-08-17 00:00:00 -05:00
12
+ date: 2009-09-04 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency