fluxx 0.1.1 → 0.1.3
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/README.md +2 -0
- data/fluxx.gemspec +2 -2
- data/lib/fluxx/resources.rb +3 -1
- data/lib/fluxx/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f079d4cf2938f2a7c8094f9b0c2d779f93117b045ce07515ea844a33ba73683c
|
|
4
|
+
data.tar.gz: 58ae06e7e112520a53824ceaa9b1afe6417d5161568e5c2d2c91243e2a567feb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e38cdefc72e0b1411081aaef1a09652baa054061194ef43d15600a8ff79074e383a49a2934a8c57fd3cbcb92419a667a6053e58067d6d61246da1462f69c6c52
|
|
7
|
+
data.tar.gz: 5275936f6ef3b8d9584b779c3f2639e805eed3479e6c15726a875b8abd1053b9367bea7064ad18fff85b6dcdd696e4d59d3ba5d68424acd2e2172de32c95f768
|
data/README.md
CHANGED
data/fluxx.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.authors = ['Stas SUȘCOV', 'ImpactMapper Team']
|
|
9
9
|
spec.email = ['stas@nerd.ro']
|
|
10
10
|
|
|
11
|
-
spec.summary = ''
|
|
12
|
-
spec.description = ''
|
|
11
|
+
spec.summary = 'Fluxx.io V2 API wrapper.'
|
|
12
|
+
spec.description = 'This a simple SDK for the Fluxx.io V2 API'
|
|
13
13
|
spec.homepage = 'https://github.com/impactmapper/fluxx'
|
|
14
14
|
spec.license = 'MIT'
|
|
15
15
|
|
data/lib/fluxx/resources.rb
CHANGED
data/lib/fluxx/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluxx
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stas SUȘCOV
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2019-10-
|
|
12
|
+
date: 2019-10-31 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: http-rest_client
|
|
@@ -165,7 +165,7 @@ dependencies:
|
|
|
165
165
|
- - ">="
|
|
166
166
|
- !ruby/object:Gem::Version
|
|
167
167
|
version: '0'
|
|
168
|
-
description:
|
|
168
|
+
description: This a simple SDK for the Fluxx.io V2 API
|
|
169
169
|
email:
|
|
170
170
|
- stas@nerd.ro
|
|
171
171
|
executables: []
|
|
@@ -212,5 +212,5 @@ requirements: []
|
|
|
212
212
|
rubygems_version: 3.0.1
|
|
213
213
|
signing_key:
|
|
214
214
|
specification_version: 4
|
|
215
|
-
summary:
|
|
215
|
+
summary: Fluxx.io V2 API wrapper.
|
|
216
216
|
test_files: []
|