theusual 0.0.9 → 0.1.0
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 +4 -4
- data/lib/theusual.rb +2 -0
- data/lib/theusual/sequel.rb +17 -0
- data/lib/theusual/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 396ea2a41a0d569f3cbaed64f3d5c36e96727917
|
4
|
+
data.tar.gz: b325ef45fe603c0c3e31373d7dc703f2cb03f818
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 44023b0a8ea6ef4869c0c177cecce6fc7db20526fdd39230dbd10c22512918fefe7e2c5995f8e9b9e17d6b483055438ad60cb76d2451f4cecd233be2da9cb914
|
7
|
+
data.tar.gz: 33ca39b213e667ce31430b0be7f38db89f5d2fa4ebe580b7bc7cbc073b0c88b7f8ab2adb6ea7bd021f5062bba6faf8b11fca6a718dd2f64092492a55811a3b9e
|
data/lib/theusual.rb
CHANGED
@@ -11,6 +11,7 @@ module TheUsual
|
|
11
11
|
'mongoid',
|
12
12
|
'net/ssh',
|
13
13
|
'numeric',
|
14
|
+
'sequel',
|
14
15
|
'string',
|
15
16
|
'time',
|
16
17
|
]
|
@@ -26,6 +27,7 @@ module TheUsual
|
|
26
27
|
'ipaddr',
|
27
28
|
'mongoid',
|
28
29
|
'net/ssh',
|
30
|
+
'sequel',
|
29
31
|
]
|
30
32
|
|
31
33
|
# some of our filenames need to be remapped
|
data/lib/theusual/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: theusual
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Pepper
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-03-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -51,6 +51,7 @@ files:
|
|
51
51
|
- lib/theusual/ipaddr.rb
|
52
52
|
- lib/theusual/mongoid.rb
|
53
53
|
- lib/theusual/numeric.rb
|
54
|
+
- lib/theusual/sequel.rb
|
54
55
|
- lib/theusual/ssh.rb
|
55
56
|
- lib/theusual/string.rb
|
56
57
|
- lib/theusual/time.rb
|