rspec-rails-matchers 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -28
- data/VERSION +1 -1
- data/rspec-rails-matchers.gemspec +3 -3
- metadata +4 -4
data/Rakefile
CHANGED
@@ -7,8 +7,8 @@ begin
|
|
7
7
|
gem.name = "rspec-rails-matchers"
|
8
8
|
gem.summary = %Q{Rspec 2.0 only rails matchers}
|
9
9
|
gem.description = %Q{Helps you write rspec with rails for fun}
|
10
|
-
gem.email = "cyx
|
11
|
-
gem.homepage = "http://github.com/
|
10
|
+
gem.email = "cyx@sinefunc.com"
|
11
|
+
gem.homepage = "http://github.com/sinefunc/rspec-rails-matchers"
|
12
12
|
gem.authors = ["Cyril David"]
|
13
13
|
gem.add_development_dependency "rspec", ">= 1.2.9"
|
14
14
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
@@ -17,29 +17,3 @@ begin
|
|
17
17
|
rescue LoadError
|
18
18
|
puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"
|
19
19
|
end
|
20
|
-
|
21
|
-
# require 'spec/rake/spectask'
|
22
|
-
# Spec::Rake::SpecTask.new(:spec) do |spec|
|
23
|
-
# spec.libs << 'lib' << 'spec'
|
24
|
-
# spec.spec_files = FileList['spec/**/*_spec.rb']
|
25
|
-
# end
|
26
|
-
#
|
27
|
-
# Spec::Rake::SpecTask.new(:rcov) do |spec|
|
28
|
-
# spec.libs << 'lib' << 'spec'
|
29
|
-
# spec.pattern = 'spec/**/*_spec.rb'
|
30
|
-
# spec.rcov = true
|
31
|
-
# end
|
32
|
-
#
|
33
|
-
# task :spec => :check_dependencies
|
34
|
-
#
|
35
|
-
# task :default => :spec
|
36
|
-
#
|
37
|
-
# require 'rake/rdoctask'
|
38
|
-
# Rake::RDocTask.new do |rdoc|
|
39
|
-
# version = File.exist?('VERSION') ? File.read('VERSION') : ""
|
40
|
-
#
|
41
|
-
# rdoc.rdoc_dir = 'rdoc'
|
42
|
-
# rdoc.title = "rspec-rails-matchers #{version}"
|
43
|
-
# rdoc.rdoc_files.include('README*')
|
44
|
-
# rdoc.rdoc_files.include('lib/**/*.rb')
|
45
|
-
# end
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.2
|
@@ -5,13 +5,13 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{rspec-rails-matchers}
|
8
|
-
s.version = "0.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 = ["Cyril David"]
|
12
12
|
s.date = %q{2010-02-26}
|
13
13
|
s.description = %q{Helps you write rspec with rails for fun}
|
14
|
-
s.email = %q{cyx
|
14
|
+
s.email = %q{cyx@sinefunc.com}
|
15
15
|
s.extra_rdoc_files = [
|
16
16
|
"LICENSE",
|
17
17
|
"README.rdoc"
|
@@ -39,7 +39,7 @@ Gem::Specification.new do |s|
|
|
39
39
|
"lib/rspec_rails_matchers/validations/uniqueness_of.rb",
|
40
40
|
"rspec-rails-matchers.gemspec"
|
41
41
|
]
|
42
|
-
s.homepage = %q{http://github.com/
|
42
|
+
s.homepage = %q{http://github.com/sinefunc/rspec-rails-matchers}
|
43
43
|
s.rdoc_options = ["--charset=UTF-8"]
|
44
44
|
s.require_paths = ["lib"]
|
45
45
|
s.rubygems_version = %q{1.3.6}
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
version: 0.1.
|
8
|
+
- 2
|
9
|
+
version: 0.1.2
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Cyril David
|
@@ -32,7 +32,7 @@ dependencies:
|
|
32
32
|
type: :development
|
33
33
|
version_requirements: *id001
|
34
34
|
description: Helps you write rspec with rails for fun
|
35
|
-
email: cyx
|
35
|
+
email: cyx@sinefunc.com
|
36
36
|
executables: []
|
37
37
|
|
38
38
|
extensions: []
|
@@ -63,7 +63,7 @@ files:
|
|
63
63
|
- lib/rspec_rails_matchers/validations/uniqueness_of.rb
|
64
64
|
- rspec-rails-matchers.gemspec
|
65
65
|
has_rdoc: true
|
66
|
-
homepage: http://github.com/
|
66
|
+
homepage: http://github.com/sinefunc/rspec-rails-matchers
|
67
67
|
licenses: []
|
68
68
|
|
69
69
|
post_install_message:
|