rrschedule 0.1.1 → 0.1.2

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 (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/rrschedule.gemspec +7 -7
  4. metadata +7 -7
data/Rakefile CHANGED
@@ -10,7 +10,7 @@ begin
10
10
  gem.email = "flamontagne@azanka.ca"
11
11
  gem.homepage = "http://github.com/flamontagne/rrschedule"
12
12
  gem.authors = ["flamontagne"]
13
- gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
13
+ gem.add_dependency 'activesupport'
14
14
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
15
15
  end
16
16
  Jeweler::GemcutterTasks.new
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
data/rrschedule.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rrschedule}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["flamontagne"]
12
- s.date = %q{2010-11-07}
12
+ s.date = %q{2010-11-08}
13
13
  s.description = %q{This gem automate the process of creating a round-robin sport schedule.}
14
14
  s.email = %q{flamontagne@azanka.ca}
15
15
  s.extra_rdoc_files = [
@@ -35,8 +35,8 @@ Gem::Specification.new do |s|
35
35
  s.rubygems_version = %q{1.3.7}
36
36
  s.summary = %q{Round-Robin schedule generator}
37
37
  s.test_files = [
38
- "test/test_rrschedule.rb",
39
- "test/helper.rb"
38
+ "test/helper.rb",
39
+ "test/test_rrschedule.rb"
40
40
  ]
41
41
 
42
42
  if s.respond_to? :specification_version then
@@ -44,12 +44,12 @@ Gem::Specification.new do |s|
44
44
  s.specification_version = 3
45
45
 
46
46
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
47
- s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
47
+ s.add_runtime_dependency(%q<activesupport>, [">= 0"])
48
48
  else
49
- s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
49
+ s.add_dependency(%q<activesupport>, [">= 0"])
50
50
  end
51
51
  else
52
- s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
52
+ s.add_dependency(%q<activesupport>, [">= 0"])
53
53
  end
54
54
  end
55
55
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rrschedule
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - flamontagne
@@ -15,11 +15,11 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-11-07 00:00:00 -04:00
18
+ date: 2010-11-08 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
- name: thoughtbot-shoulda
22
+ name: activesupport
23
23
  prerelease: false
24
24
  requirement: &id001 !ruby/object:Gem::Requirement
25
25
  none: false
@@ -30,7 +30,7 @@ dependencies:
30
30
  segments:
31
31
  - 0
32
32
  version: "0"
33
- type: :development
33
+ type: :runtime
34
34
  version_requirements: *id001
35
35
  description: This gem automate the process of creating a round-robin sport schedule.
36
36
  email: flamontagne@azanka.ca
@@ -88,5 +88,5 @@ signing_key:
88
88
  specification_version: 3
89
89
  summary: Round-Robin schedule generator
90
90
  test_files:
91
- - test/test_rrschedule.rb
92
91
  - test/helper.rb
92
+ - test/test_rrschedule.rb