dm-noisy-failures 0.1 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1 @@
|
|
1
|
+
require "./data_mapper/resource"
|
metadata
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dm-noisy-failures
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 25
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
|
9
|
+
- 1
|
10
|
+
version: 0.1.1
|
10
11
|
platform: ruby
|
11
12
|
authors:
|
12
13
|
- Daniel Tao
|
@@ -46,6 +47,7 @@ extra_rdoc_files: []
|
|
46
47
|
files:
|
47
48
|
- lib/data_mapper/noisy_failures/version.rb
|
48
49
|
- lib/data_mapper/resource.rb
|
50
|
+
- lib/dm-noisy-failures.rb
|
49
51
|
has_rdoc: true
|
50
52
|
homepage: http://github.com/dtao/dm-noisy-failures
|
51
53
|
licenses: []
|