pokerstats 2.2.0 → 2.3.0

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 (5) hide show
  1. data/Rakefile +13 -13
  2. data/VERSION +1 -1
  3. data/bin/checkps +1 -1
  4. data/pokerstats.gemspec +7 -6
  5. metadata +17 -4
data/Rakefile CHANGED
@@ -21,19 +21,19 @@ rescue LoadError
21
21
  puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
22
22
  end
23
23
 
24
- require 'spec/rake/spectask'
25
- Spec::Rake::SpecTask.new(:spec) do |spec|
26
- spec.libs << 'lib' << 'spec'
27
- spec.spec_files = FileList['spec/**/*_spec.rb']
28
- end
29
-
30
- Spec::Rake::SpecTask.new(:rcov) do |spec|
31
- spec.libs << 'lib' << 'spec'
32
- spec.pattern = 'spec/**/*_spec.rb'
33
- spec.rcov = true
34
- end
35
-
36
- task :spec => :check_dependencies
24
+ # require 'spec/rake/spectask'
25
+ # Spec::Rake::SpecTask.new(:spec) do |spec|
26
+ # spec.libs << 'lib' << 'spec'
27
+ # spec.spec_files = FileList['spec/**/*_spec.rb']
28
+ # end
29
+ #
30
+ # Spec::Rake::SpecTask.new(:rcov) do |spec|
31
+ # spec.libs << 'lib' << 'spec'
32
+ # spec.pattern = 'spec/**/*_spec.rb'
33
+ # spec.rcov = true
34
+ # end
35
+ #
36
+ # task :spec => :check_dependencies
37
37
 
38
38
  task :default => :spec
39
39
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.2.0
1
+ 2.3.0
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/ruby
2
2
  require "getoptlong"
3
3
  require "rubygems"
4
- require "activesupport"
4
+ require "active_support"
5
5
  require "open-uri"
6
6
  # ENV['RAILS_ENV'] = ENV['RAILS_ENV'] || 'development'
7
7
  # require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
@@ -1,15 +1,15 @@
1
1
  # Generated by jeweler
2
- # DO NOT EDIT THIS FILE
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{pokerstats}
8
- s.version = "2.2.0"
8
+ s.version = "2.3.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Andrew C. Greenberg"]
12
- s.date = %q{2010-02-23}
12
+ s.date = %q{2010-09-03}
13
13
  s.default_executable = %q{checkps}
14
14
  s.description = %q{a library for extracting, computing and reporting statistics of poker hands parsed from hand history files}
15
15
  s.email = %q{wizardwerdna@gmail.com}
@@ -66,7 +66,7 @@ Gem::Specification.new do |s|
66
66
  s.homepage = %q{http://github.com/wizardwerdna/pokerstats}
67
67
  s.rdoc_options = ["--charset=UTF-8"]
68
68
  s.require_paths = ["lib"]
69
- s.rubygems_version = %q{1.3.5}
69
+ s.rubygems_version = %q{1.3.7}
70
70
  s.summary = %q{poker hand history statistics library}
71
71
  s.test_files = [
72
72
  "spec/hand_classification_spec.rb",
@@ -84,7 +84,7 @@ Gem::Specification.new do |s|
84
84
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
85
85
  s.specification_version = 3
86
86
 
87
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
87
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
88
88
  s.add_development_dependency(%q<rspec>, [">= 0"])
89
89
  s.add_development_dependency(%q<pluggable>, [">= 0"])
90
90
  s.add_runtime_dependency(%q<pluggable>, [">= 0"])
@@ -102,3 +102,4 @@ Gem::Specification.new do |s|
102
102
  s.add_dependency(%q<tzinfo>, [">= 0"])
103
103
  end
104
104
  end
105
+
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pokerstats
3
3
  version: !ruby/object:Gem::Version
4
+ hash: 3
4
5
  prerelease: false
5
6
  segments:
6
7
  - 2
7
- - 2
8
+ - 3
8
9
  - 0
9
- version: 2.2.0
10
+ version: 2.3.0
10
11
  platform: ruby
11
12
  authors:
12
13
  - Andrew C. Greenberg
@@ -14,16 +15,18 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2010-02-23 00:00:00 -08:00
18
+ date: 2010-09-03 00:00:00 -07:00
18
19
  default_executable: checkps
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency
21
22
  name: rspec
22
23
  prerelease: false
23
24
  requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
24
26
  requirements:
25
27
  - - ">="
26
28
  - !ruby/object:Gem::Version
29
+ hash: 3
27
30
  segments:
28
31
  - 0
29
32
  version: "0"
@@ -33,9 +36,11 @@ dependencies:
33
36
  name: pluggable
34
37
  prerelease: false
35
38
  requirement: &id002 !ruby/object:Gem::Requirement
39
+ none: false
36
40
  requirements:
37
41
  - - ">="
38
42
  - !ruby/object:Gem::Version
43
+ hash: 3
39
44
  segments:
40
45
  - 0
41
46
  version: "0"
@@ -45,9 +50,11 @@ dependencies:
45
50
  name: pluggable
46
51
  prerelease: false
47
52
  requirement: &id003 !ruby/object:Gem::Requirement
53
+ none: false
48
54
  requirements:
49
55
  - - ">="
50
56
  - !ruby/object:Gem::Version
57
+ hash: 3
51
58
  segments:
52
59
  - 0
53
60
  version: "0"
@@ -57,9 +64,11 @@ dependencies:
57
64
  name: tzinfo
58
65
  prerelease: false
59
66
  requirement: &id004 !ruby/object:Gem::Requirement
67
+ none: false
60
68
  requirements:
61
69
  - - ">="
62
70
  - !ruby/object:Gem::Version
71
+ hash: 3
63
72
  segments:
64
73
  - 0
65
74
  version: "0"
@@ -128,23 +137,27 @@ rdoc_options:
128
137
  require_paths:
129
138
  - lib
130
139
  required_ruby_version: !ruby/object:Gem::Requirement
140
+ none: false
131
141
  requirements:
132
142
  - - ">="
133
143
  - !ruby/object:Gem::Version
144
+ hash: 3
134
145
  segments:
135
146
  - 0
136
147
  version: "0"
137
148
  required_rubygems_version: !ruby/object:Gem::Requirement
149
+ none: false
138
150
  requirements:
139
151
  - - ">="
140
152
  - !ruby/object:Gem::Version
153
+ hash: 3
141
154
  segments:
142
155
  - 0
143
156
  version: "0"
144
157
  requirements: []
145
158
 
146
159
  rubyforge_project:
147
- rubygems_version: 1.3.6
160
+ rubygems_version: 1.3.7
148
161
  signing_key:
149
162
  specification_version: 3
150
163
  summary: poker hand history statistics library