timewizard 0.3.0.pre.alpha.pre.50 → 0.3.0.pre.alpha.pre.51
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
- data/ChangeLog.rdoc +4 -0
- metadata +3 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZWY3N2NkZjZlYWVjMTkxMTE3ZjZmOGNlNWQ3NzQ3OGRhNDNjMzVkNA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YjgwOGE1MWI5MmJiYWM3OTFiN2Y3NzFlMjIyZjMzNWMzZjRlOGQxZQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MDA0ZTI3MzQ0MTBiNzk1MDdjY2EwZjZlOGY2ODQ1OTMxODg0NDU5YjNjZDA1
|
|
10
|
+
NTgyNjM5OGNkOWE1OWQ1Mzc3MGI1N2YxNjRjMWM3MDNjYzkyOTA2MTE0MmE1
|
|
11
|
+
MTA0NTA5MmFlNjU5MmNhMzQwYjgyNDM4YmViYjUxOTgwZDI2NTY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MjEzNzFiMzBjMTUxZjQxY2Y4OGQ3NWNhNjZhNTg5MWNmMWU3ZmM2MmQ5NTgx
|
|
14
|
+
YzdkNDkwYTNmMzM4NTNjZTQ4NzNiZjhhODExYzExMTlkNjAxOWU0NTg3MDMw
|
|
15
|
+
NDEzNTBkMjRmMzJkZDNkN2Y2NGU1YzNhMWNkMWVhNDk2MzAwOWU=
|
data/ChangeLog.rdoc
ADDED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: timewizard
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.0.pre.alpha.pre.
|
|
4
|
+
version: 0.3.0.pre.alpha.pre.51
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Richard Harrah
|
|
@@ -141,6 +141,7 @@ email: topplethenunnery@gmail.com
|
|
|
141
141
|
executables: []
|
|
142
142
|
extensions: []
|
|
143
143
|
extra_rdoc_files:
|
|
144
|
+
- ChangeLog.rdoc
|
|
144
145
|
- LICENSE.txt
|
|
145
146
|
- README.rdoc
|
|
146
147
|
files:
|
|
@@ -152,6 +153,7 @@ files:
|
|
|
152
153
|
- .travis.yml
|
|
153
154
|
- .yardopts
|
|
154
155
|
- CODE_OF_CONDUCT.md
|
|
156
|
+
- ChangeLog.rdoc
|
|
155
157
|
- Gemfile
|
|
156
158
|
- LICENSE.txt
|
|
157
159
|
- README.md
|