hangman_tournament 1.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.
- data/CHANGES +5 -0
- data/Rakefile +3 -3
- metadata +2 -2
data/CHANGES
CHANGED
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.
|
|
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('
|
|
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.
|
|
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:
|
|
16
|
+
name: hangman_letter_letdown
|
|
17
17
|
type: :runtime
|
|
18
18
|
version_requirement:
|
|
19
19
|
version_requirements: !ruby/object:Gem::Requirement
|