active_decorator-rspec 0.0.6 → 0.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d498ef0af2b6bdd45ff7593f3dbb46e5368175d5
4
- data.tar.gz: f19f2aba1e6a4717a0dcb1c48b022d8f55dd42c4
3
+ metadata.gz: ca869491d2577b00db7ec1ab2bf8619a7bfeea5c
4
+ data.tar.gz: bcbb7a07959fd0aff54bb39c5d9ca14f9d63bfcc
5
5
  SHA512:
6
- metadata.gz: 240703698659cad4214d0d2446c1c3a9c75df5bf4c8169cdd93fbf08fdcec4a3c993e9037466a9273bf614f81b9dd636a7e4569e99403264a7e7868e58c21b28
7
- data.tar.gz: ede893d84f62804bbabe793b8a4d45997b19f2ededb3c2c1f83a177baa43066128c263e48ed531c409d5ca5b2175c9eb0ae00daa887c69da7e41895f79899628
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/[my-github-username]/active_decorator-rspec/fork )
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`)
@@ -1,3 +1,4 @@
1
+ require "rspec/core"
1
2
  require "active_decorator"
2
3
  require "action_controller"
3
4
  require "action_controller/test_case"
@@ -1,5 +1,5 @@
1
1
  module ActiveDecorator
2
2
  module RSpec
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.7"
4
4
  end
5
5
  end
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.6
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: 2015-09-24 00:00:00.000000000 Z
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.4.5.1
179
+ rubygems_version: 2.5.1
180
180
  signing_key:
181
181
  specification_version: 4
182
182
  summary: ActiveDecorator::RSpec