shoulda 2.0.3 → 2.0.4

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 (3) hide show
  1. data/Rakefile +2 -2
  2. data/lib/shoulda/context.rb +1 -1
  3. metadata +3 -3
data/Rakefile CHANGED
@@ -43,7 +43,7 @@ spec = Gem::Specification.new do |s|
43
43
  s.homepage = "http://thoughtbot.com/projects/shoulda"
44
44
  s.rubyforge_project = "shoulda"
45
45
 
46
- s.files = FileList["[A-Z]*", "{bin,lib,test}/**/*"]
46
+ s.files = FileList["[A-Z]*", "{bin,lib,rails,test}/**/*"]
47
47
  s.executables = s.files.grep(/^bin/) { |f| File.basename(f) }
48
48
 
49
49
  s.has_rdoc = true
@@ -53,7 +53,7 @@ spec = Gem::Specification.new do |s|
53
53
  s.authors = ["Tammer Saleh"]
54
54
  s.email = "tsaleh@thoughtbot.com"
55
55
 
56
- s.add_dependency "activesupport", ">= 2.0"
56
+ s.add_dependency "activesupport", ">= 2.0.0"
57
57
  end
58
58
 
59
59
  Rake::GemPackageTask.new spec do |pkg|
@@ -1,6 +1,6 @@
1
1
  module Thoughtbot # :nodoc:
2
2
  module Shoulda
3
- VERSION = '2.0.2'
3
+ VERSION = '2.0.4'
4
4
 
5
5
  class << self
6
6
  attr_accessor :contexts
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shoulda
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
4
+ version: 2.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tammer Saleh
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-09-20 00:00:00 -04:00
12
+ date: 2008-10-07 00:00:00 -04:00
13
13
  default_executable: convert_to_should_syntax
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - ">="
22
22
  - !ruby/object:Gem::Version
23
- version: "2.0"
23
+ version: 2.0.0
24
24
  version:
25
25
  description:
26
26
  email: tsaleh@thoughtbot.com