dino_utils 0.1.4 → 0.1.5
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/Gemfile +2 -1
- data/lib/dino_utils/version.rb +1 -1
- data/lib/dino_utils.rb +1 -0
- data/lib/string_monkeypatch.rb +5 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5682c48fb846e6cd839eedd96c889463c4a139ed
|
|
4
|
+
data.tar.gz: 5da39e00d0397763122a059aea5ab3de932a9174
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a059bd4e36207aa59796d650cdbb77772a7f51d6f2e858f90e63236f42bcb4c894b8e25e583a31e5ec59805ca3e145d64a6f0172ac1edf989525fc72a2251fe7
|
|
7
|
+
data.tar.gz: 5476b4bb2cdd5f504d33f2db4c9793b4afe2477dc72e0f15ce4f913b2d50500e266555f7c5879db5d4d8ce41db838f7085f229aea97ab6f2e00d5f8b7496a7fe
|
data/Gemfile
CHANGED
data/lib/dino_utils/version.rb
CHANGED
data/lib/dino_utils.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dino_utils
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joe Van Dyk
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-01-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -99,6 +99,7 @@ files:
|
|
|
99
99
|
- lib/dino/upsert.rb
|
|
100
100
|
- lib/dino_utils.rb
|
|
101
101
|
- lib/dino_utils/version.rb
|
|
102
|
+
- lib/string_monkeypatch.rb
|
|
102
103
|
homepage: https://github.com/tanga/dino_utils
|
|
103
104
|
licenses:
|
|
104
105
|
- MIT
|
|
@@ -119,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
119
120
|
version: '0'
|
|
120
121
|
requirements: []
|
|
121
122
|
rubyforge_project:
|
|
122
|
-
rubygems_version: 2.4.5
|
|
123
|
+
rubygems_version: 2.4.5.1
|
|
123
124
|
signing_key:
|
|
124
125
|
specification_version: 4
|
|
125
126
|
summary: Dino stuff
|