selleo-controller_tests 0.0.2 → 0.0.3

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,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ZDg0NDJhNzJhYzAzOWI5Y2Q2NTVlODRlMDNhYjI4Yzc2ZDAyMjI3Yg==
5
- data.tar.gz: !binary |-
6
- Mjg5ZGViMjNiMGQ5MTEyZmM3YzFjNzQ5NmQ4NTRlNjkwNzcxMDhlMg==
2
+ SHA1:
3
+ metadata.gz: 6386dfa2075eaefc7b6a2fba51523eb3040fc153
4
+ data.tar.gz: 5699844c09f5a924e54b65697a9d8a155bf27ce5
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- MTYyMGRiYzdjMDQwM2UwODJhNzgzZTMyMWNiZjkzY2NiOTliM2I2NmE4ZmUy
10
- NDdkMmI5NThhNWU3MDBlYmQ5ODYwNGEwNTJjY2U2M2Q3MmIwYjg4MjI5YTc0
11
- NGRiNGFkZmJhMDBhZmU1ZTM4ODI0MDQ3NWRiMzlkOTk0ZGJjZGE=
12
- data.tar.gz: !binary |-
13
- OTNkZDMxMGUxN2E5ZDdkZTdlMWVlMDA0MGMwY2NhN2U5YjYxYjExZWEwNTBj
14
- YzY1ZDhlYzdiYWJiNmExNzQxYzE4OTM0OTcwNjBkMDBjZjI3YTY5YjVhMjQz
15
- MmNlYmU1ZDFmMzdhOTgxYTA3OTcwYTY0MzUyMGM4M2M0ZDg5OTU=
6
+ metadata.gz: 5165d35f5fd5af34abda81e4a1f6663862ad65f91336a0f3195037746d23147a67e1ebad4b9dc296b8280a4e9cda2f1ce679073a144d085e9fcd0ca7f2fe51e2
7
+ data.tar.gz: fa0f5e98e571dfd4efd3dd40d5ccc1da4bc71b016293430b375d549241e91191afa6e27f2e4e40fbc3c84348164b5703ec548334720ac7eaa7dcd32dde98ead5
@@ -1,5 +1,5 @@
1
1
  module Selleo
2
2
  module ControllerTests
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
@@ -4,4 +4,6 @@ require 'selleo-controller_tests/support/shared_examples/controllers/action_crea
4
4
  require 'selleo-controller_tests/support/shared_examples/controllers/action_destroying_object'
5
5
  require 'selleo-controller_tests/support/shared_examples/controllers/action_updating_object'
6
6
  require 'selleo-controller_tests/support/shared_examples/controllers/handled_with_service_object'
7
-
7
+ require 'selleo-controller_tests/support/shared_examples/controllers/action_redirecting_to'
8
+ require 'selleo-controller_tests/support/shared_examples/controllers/action_redirecting_to_back'
9
+ require 'selleo-controller_tests/support/shared_examples/controllers/action_rendering_view'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: selleo-controller_tests
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - stevo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-14 00:00:00.000000000 Z
11
+ date: 2014-02-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Shared examples for controller tests
14
14
  email:
@@ -37,17 +37,17 @@ require_paths:
37
37
  - lib
38
38
  required_ruby_version: !ruby/object:Gem::Requirement
39
39
  requirements:
40
- - - ! '>='
40
+ - - ">="
41
41
  - !ruby/object:Gem::Version
42
42
  version: '0'
43
43
  required_rubygems_version: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ! '>='
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  requirements: []
49
- rubyforge_project: ! '[none]'
50
- rubygems_version: 2.1.10
49
+ rubyforge_project: "[none]"
50
+ rubygems_version: 2.1.11
51
51
  signing_key:
52
52
  specification_version: 4
53
53
  summary: Shared examples for controller tests