selleo-controller_tests 0.0.3 → 0.0.4

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,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 6386dfa2075eaefc7b6a2fba51523eb3040fc153
4
- data.tar.gz: 5699844c09f5a924e54b65697a9d8a155bf27ce5
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MDBhNDMwZTMyYTMwNDcxNjgyYmI2OWJkMjgxMGFmYjkwMDBkY2RjZA==
5
+ data.tar.gz: !binary |-
6
+ Y2I3ZWRkYWY1NTlkMTcyODE0Y2RlN2VlNWE0NzQ0MmE5ZGM5MzBlMA==
5
7
  SHA512:
6
- metadata.gz: 5165d35f5fd5af34abda81e4a1f6663862ad65f91336a0f3195037746d23147a67e1ebad4b9dc296b8280a4e9cda2f1ce679073a144d085e9fcd0ca7f2fe51e2
7
- data.tar.gz: fa0f5e98e571dfd4efd3dd40d5ccc1da4bc71b016293430b375d549241e91191afa6e27f2e4e40fbc3c84348164b5703ec548334720ac7eaa7dcd32dde98ead5
8
+ metadata.gz: !binary |-
9
+ YmRlYWYyZDRmMmQyMGRiYzZkODFkYjNiYzY5Mjc1NDJhNDkzNjVjNDJmY2Y5
10
+ YWI4MDJhMzJkYjg3Y2QwYjY4MWI0ZDJhM2JkOGE3ZTk5YzdiMmYzZDIyMjlm
11
+ YjBhY2ExNGNhZDIxNWUxMjQzN2I1MTM1YmVlNTBmNTY3MjZmYzE=
12
+ data.tar.gz: !binary |-
13
+ ZGYxOWIyNGI3NDA0NjdhNTNhZWZjZTJhNDg1Nzg4YzEwYjIwZmM0ZDY1ODBh
14
+ OGFhOGU1YTc2YTRjNzkyZmI2ZmNmNTFlYjQzNDMyYWNiOWUzMGI1MDQ0N2Q1
15
+ OGVhNWM4OTMwNWQ0YTU5ODQwYWVjMTYyNDAxNzE1NTM3ZTY4YmM=
@@ -1,5 +1,5 @@
1
1
  module Selleo
2
2
  module ControllerTests
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
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.3
4
+ version: 0.0.4
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-17 00:00:00.000000000 Z
11
+ date: 2014-02-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Shared examples for controller tests
14
14
  email:
@@ -28,7 +28,7 @@ files:
28
28
  - lib/selleo-controller_tests/support/xhr_persistence.rb
29
29
  - lib/selleo-controller_tests/version.rb
30
30
  - lib/selleo_controller_tests.rb
31
- homepage: https://github.com//selleo-controller_tests
31
+ homepage: https://github.com/Selleo/selleo-controller_tests
32
32
  licenses: []
33
33
  metadata: {}
34
34
  post_install_message:
@@ -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.11
49
+ rubyforge_project: ! '[none]'
50
+ rubygems_version: 2.1.10
51
51
  signing_key:
52
52
  specification_version: 4
53
53
  summary: Shared examples for controller tests