corundum 0.3.3 → 0.3.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 +8 -8
- metadata +16 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NzEwN2E1MTIyY2I0MjgyMjY3MzZmNjA3NDUwNDcwM2ZmM2ZiZGRhYg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MTI1ZGU1MDhlN2ZhNDRmOGRhNGZmYTg4MmU2NTEyYjJhZDZiNTlmNg==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NzNlZTQ4ZTk1OTgzYjEyZWFhZWIxZjA4OTNmZmIxNTZmOTNkYzUzNGVkNmU5
|
|
10
|
+
NzgzOWFhMDI2NWMyNTRmZGVjMGI3NjM2OTcyYWZjODE2MTNjMzIxYTA0YzU0
|
|
11
|
+
MDgwMGY3NzJmNDdjMDZlMzMwYTdkMjEzMzU0ZjRjNTVhZjFmNTA=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MDkxYzY0Y2IwMmQ3ZmRkMTBiMmUwODYwYjE5MzM0YzFkYjU2MDI4NjNkZWFk
|
|
14
|
+
ZTdjODI3YTE0OTMzNGJkZjVmOWI5ZmNjODY4NjU5MGQ3MWJhZTk4YjdiZTk3
|
|
15
|
+
YjYzNzg3NWNjMjRiM2I0NjQ3Njg4NjdhZTk4NjQ1ODU2ZmMyZWY=
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: corundum
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Judson Lester
|
|
@@ -52,6 +52,20 @@ dependencies:
|
|
|
52
52
|
- - ! '>='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
|
+
- !ruby/object:Gem::Dependency
|
|
56
|
+
name: tilt
|
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
|
58
|
+
requirements:
|
|
59
|
+
- - <
|
|
60
|
+
- !ruby/object:Gem::Version
|
|
61
|
+
version: '2.0'
|
|
62
|
+
type: :runtime
|
|
63
|
+
prerelease: false
|
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
65
|
+
requirements:
|
|
66
|
+
- - <
|
|
67
|
+
- !ruby/object:Gem::Version
|
|
68
|
+
version: '2.0'
|
|
55
69
|
- !ruby/object:Gem::Dependency
|
|
56
70
|
name: mailfactory
|
|
57
71
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -322,7 +336,7 @@ metadata: {}
|
|
|
322
336
|
post_install_message:
|
|
323
337
|
rdoc_options:
|
|
324
338
|
- --title
|
|
325
|
-
- corundum-0.3.
|
|
339
|
+
- corundum-0.3.4 RDoc
|
|
326
340
|
require_paths:
|
|
327
341
|
- lib/
|
|
328
342
|
required_ruby_version: !ruby/object:Gem::Requirement
|