rspec-rails 3.0.0 → 3.0.1
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.
- checksums.yaml +8 -8
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/Changelog.md +7 -0
- data/README.md +1 -1
- data/lib/generators/rspec/install/install_generator.rb +2 -0
- data/lib/rspec/rails/version.rb +1 -1
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NmI5YmM2MDE1ZWZhNDVjMTgxMTZhMDhmZTJjYzVjOWFiMDVjM2I2YQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZDRjOTk1Yzc4OGU1MTE0NmEzMTFiMTViZWEyODFkNGU3Y2RlNDY5ZA==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YWM1YWQzOGEwMDI3YjdjZWEyNGU0ZGYxMmZiZDAxMWViNmJlYWI1NDE1N2I0
|
10
|
+
OWY1YThiYjFkZDYwMzg5ZmJjNTVmZGMxNjVkZjFjMGIzYTY1NWQ3MzdjNzIx
|
11
|
+
YmE0Y2UzYTE5Y2JhZjkwNGE3ZjZjNzFlNWQ0ZGJjMTQ5NTIzNWY=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YjVmZWE0MTVmN2Y2YjY3ZmE4Yjc4YWQyMWZlNDViNmU5YTFlODhhNDUwYTQw
|
14
|
+
NDJjNGM1MzllMmMyMjYyZDZkZmEyOWU2MTYzZGMyMDMxNDZkNDAxYWZlMmQx
|
15
|
+
ZDk4OTkzOTY3ODkzNjYwOWEzMzE1NTliMGEwMTYyNjM1MWRkMjM=
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/Changelog.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
### 3.0.1 / 2014-06-02
|
2
|
+
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.0.0...v3.0.1)
|
3
|
+
|
4
|
+
Bug Fixes:
|
5
|
+
|
6
|
+
* Fix missing require in `rails g rspec:install`. (Sam Phippen)
|
7
|
+
|
1
8
|
### 3.0.0 / 2014-06-01
|
2
9
|
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.0.0.rc1...v3.0.0)
|
3
10
|
|
data/README.md
CHANGED
data/lib/rspec/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: 3.0.
|
4
|
+
version: 3.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Chelimsky
|
@@ -291,6 +291,6 @@ rubyforge_project: rspec
|
|
291
291
|
rubygems_version: 2.0.7
|
292
292
|
signing_key:
|
293
293
|
specification_version: 4
|
294
|
-
summary: rspec-rails-3.0.
|
294
|
+
summary: rspec-rails-3.0.1
|
295
295
|
test_files: []
|
296
296
|
has_rdoc:
|
metadata.gz.sig
CHANGED
Binary file
|