shoulda 2.0.3 → 2.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -2
- data/lib/shoulda/context.rb +1 -1
- 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|
|
data/lib/shoulda/context.rb
CHANGED
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.
|
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-
|
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:
|
23
|
+
version: 2.0.0
|
24
24
|
version:
|
25
25
|
description:
|
26
26
|
email: tsaleh@thoughtbot.com
|