hangman_tournament 1.0 → 1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGES +5 -0
  2. data/Rakefile +3 -3
  3. metadata +2 -2
data/CHANGES CHANGED
@@ -1,5 +1,10 @@
1
1
  = Hangman Tounament Changelog
2
2
 
3
+ == Version 1.1
4
+
5
+ Second Release
6
+ * With letter_letdown requirement
7
+
3
8
  == Version 1.0
4
9
 
5
10
  Initial 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.0"
12
+ PKG_VERSION = "1.1"
13
13
  PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
14
14
 
15
15
  spec = Gem::Specification.new do |s|
@@ -26,7 +26,7 @@ spec = Gem::Specification.new do |s|
26
26
  s.summary = "Hangman tournament."
27
27
  s.description = "This gem provides the infrastructure needed to participate in the Hangman Tournament"
28
28
  s.author = "Micah Martin"
29
- s.add_dependency('letter_letdown', ">= 1.0")
29
+ s.add_dependency('hangman_letter_letdown', ">= 1.0")
30
30
  end
31
31
 
32
32
  Rake::GemPackageTask.new(spec) do |pkg|
@@ -37,7 +37,7 @@ end
37
37
  task :verify_user do
38
38
  raise "RUBYFORGE_USER environment variable not set!" unless ENV['RUBYFORGE_USER']
39
39
  end
40
-
40
+
41
41
  task :verify_password do
42
42
  raise "RUBYFORGE_PASSWORD environment variable not set!" unless ENV['RUBYFORGE_PASSWORD']
43
43
  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.0"
4
+ version: "1.1"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Micah Martin
@@ -13,7 +13,7 @@ date: 2009-08-17 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
- name: letter_letdown
16
+ name: hangman_letter_letdown
17
17
  type: :runtime
18
18
  version_requirement:
19
19
  version_requirements: !ruby/object:Gem::Requirement