flowlink_data 0.2.0 → 0.2.1
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/flowlink_data/objectbase.rb +1 -1
- data/lib/flowlink_data/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f85858abd782c8abbc8cc23f5e5ae06dad6e7ccd
|
4
|
+
data.tar.gz: 1f2a112880bc727d5ee8e506a2ac2389200ff72f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 591c1843a8b82b511da748b6635624bd0a2210416a4d6a1247f8dee9c469cda61d8cbb43c03b3bb9026df537aa7731ffbd7a8843b8f47985e085f887202b9eb3
|
7
|
+
data.tar.gz: 9872e362b0618108c778b87d07fdc27471c864887aec6418cfa0785bfadfe23a2963818af788ca70d1a73f61e048bec8c69ffb666a012225be72c4603ba1eca4
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flowlink_data
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cooper LeBrun
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-06-
|
11
|
+
date: 2016-06-20 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: |-
|
14
14
|
A framework for getting Flowlink objects from other sources. For example:
|
@@ -51,6 +51,6 @@ rubyforge_project:
|
|
51
51
|
rubygems_version: 2.6.4
|
52
52
|
signing_key:
|
53
53
|
specification_version: 4
|
54
|
-
summary:
|
54
|
+
summary: Constructor object bases for use with flowlink.io
|
55
55
|
test_files: []
|
56
56
|
has_rdoc:
|