active_decorator-rspec 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/active_decorator/rspec.rb +1 -0
- data/lib/active_decorator/rspec/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca869491d2577b00db7ec1ab2bf8619a7bfeea5c
|
4
|
+
data.tar.gz: bcbb7a07959fd0aff54bb39c5d9ca14f9d63bfcc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 530929fab3b7c4ddb6e67ef14a5455f6a8b711d672bf4483bed57da054e18412f09b60490c774ac9820a09bbf00bd38b3270c5889a57860c924dd6cf7c04b1c3
|
7
|
+
data.tar.gz: a0270161143dfaa285bc151d00562f8d4360acfef953986f7a20930e4ddcc7f33132710fc8dc285a546fe5c3e0620aadb3307b416b90461c3a183690c601bd11
|
data/README.md
CHANGED
@@ -41,7 +41,7 @@ end
|
|
41
41
|
|
42
42
|
## Contributing
|
43
43
|
|
44
|
-
1. Fork it ( https://github.com/
|
44
|
+
1. Fork it ( https://github.com/mizoR/active_decorator-rspec/fork )
|
45
45
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
46
46
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
47
47
|
4. Push to the branch (`git push origin my-new-feature`)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_decorator-rspec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- mizokami
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-01-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
@@ -176,7 +176,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
176
176
|
version: '0'
|
177
177
|
requirements: []
|
178
178
|
rubyforge_project:
|
179
|
-
rubygems_version: 2.
|
179
|
+
rubygems_version: 2.5.1
|
180
180
|
signing_key:
|
181
181
|
specification_version: 4
|
182
182
|
summary: ActiveDecorator::RSpec
|