rspec-rails 1.1.6 → 1.1.7
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.
- data/History.txt +5 -0
- data/Rakefile +1 -1
- data/lib/spec/rails/version.rb +1 -1
- metadata +3 -3
data/History.txt
CHANGED
data/Rakefile
CHANGED
|
@@ -15,7 +15,7 @@ Hoe.new('rspec-rails', Spec::Rails::VERSION::STRING) do |p|
|
|
|
15
15
|
p.description = "Behaviour Driven Development for Ruby on Rails."
|
|
16
16
|
p.rubyforge_name = 'rspec'
|
|
17
17
|
p.developer('RSpec Development Team', 'rspec-devel@rubyforge.org')
|
|
18
|
-
p.extra_deps = [["rspec","1.1.
|
|
18
|
+
p.extra_deps = [["rspec","1.1.7"]]
|
|
19
19
|
end
|
|
20
20
|
|
|
21
21
|
['audit','test','test_deps','default','publish_docs','post_blog', 'release'].each do |task|
|
data/lib/spec/rails/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rspec-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- RSpec Development Team
|
|
@@ -20,7 +20,7 @@ dependencies:
|
|
|
20
20
|
requirements:
|
|
21
21
|
- - "="
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
|
-
version: 1.1.
|
|
23
|
+
version: 1.1.7
|
|
24
24
|
version:
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: hoe
|
|
@@ -229,6 +229,6 @@ rubyforge_project: rspec
|
|
|
229
229
|
rubygems_version: 1.3.0
|
|
230
230
|
signing_key:
|
|
231
231
|
specification_version: 2
|
|
232
|
-
summary: rspec-rails 1.1.
|
|
232
|
+
summary: rspec-rails 1.1.7
|
|
233
233
|
test_files: []
|
|
234
234
|
|