epiabstractions 1.9.0.0 → 1.9.0.0.2
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.
metadata
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: epiabstractions
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 11
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 9
|
|
9
9
|
- 0
|
|
10
10
|
- 0
|
|
11
|
-
|
|
11
|
+
- 2
|
|
12
|
+
version: 1.9.0.0.2
|
|
12
13
|
platform: ruby
|
|
13
14
|
authors:
|
|
14
15
|
- Joel Abrahamsson
|
|
@@ -27,13 +28,13 @@ dependencies:
|
|
|
27
28
|
requirements:
|
|
28
29
|
- - "="
|
|
29
30
|
- !ruby/object:Gem::Version
|
|
30
|
-
hash:
|
|
31
|
+
hash: 87
|
|
31
32
|
segments:
|
|
32
33
|
- 1
|
|
33
|
-
-
|
|
34
|
-
- 10
|
|
34
|
+
- 1
|
|
35
35
|
- 0
|
|
36
|
-
|
|
36
|
+
- 0
|
|
37
|
+
version: 1.1.0.0
|
|
37
38
|
type: :runtime
|
|
38
39
|
version_requirements: *id001
|
|
39
40
|
- !ruby/object:Gem::Dependency
|
|
@@ -61,13 +62,14 @@ dependencies:
|
|
|
61
62
|
requirements:
|
|
62
63
|
- - "="
|
|
63
64
|
- !ruby/object:Gem::Version
|
|
64
|
-
hash:
|
|
65
|
+
hash: 187
|
|
65
66
|
segments:
|
|
66
67
|
- 1
|
|
67
68
|
- 2
|
|
68
69
|
- 0
|
|
69
70
|
- 0
|
|
70
|
-
|
|
71
|
+
- 2
|
|
72
|
+
version: 1.2.0.0.2
|
|
71
73
|
type: :runtime
|
|
72
74
|
version_requirements: *id003
|
|
73
75
|
description: EPiAbstractions provides facades for many of the classes in EPiServers products which enable its users to decouple their code from the concrete implementations and thereby gaining the ability to unit test code that otherwise would depend on the concrete implementations.
|