thoughtbot-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 -4
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: thoughtbot-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 -07:00
|
13
13
|
default_executable: convert_to_should_syntax
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
requirements:
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version:
|
22
|
+
version: 2.0.0
|
23
23
|
version:
|
24
24
|
description:
|
25
25
|
email: tsaleh@thoughtbot.com
|
@@ -64,7 +64,6 @@ files:
|
|
64
64
|
- lib/shoulda/tasks/yaml_to_shoulda.rake
|
65
65
|
- lib/shoulda/tasks.rb
|
66
66
|
- lib/shoulda.rb
|
67
|
-
- rails
|
68
67
|
- rails/init.rb
|
69
68
|
- test/fail_macros.rb
|
70
69
|
- test/fixtures
|