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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 893d54d2880a1b0349fdca5f899bcad46254f8211a4434a709a1a88c1d98d8ee
4
- data.tar.gz: 743d20910aa514b140b727f9d297156fa2b96d07632c9f8b26ca4bf863d27782
3
+ metadata.gz: f079d4cf2938f2a7c8094f9b0c2d779f93117b045ce07515ea844a33ba73683c
4
+ data.tar.gz: 58ae06e7e112520a53824ceaa9b1afe6417d5161568e5c2d2c91243e2a567feb
5
5
  SHA512:
6
- metadata.gz: 613ebe778139badb165cceb6eaa4c8660868bf09aec55ac6802bba0d093349ce77b438ef07a53eebe82c4afe7b0e21b44e50dc0a834de5f0eacfde3394c0c57e
7
- data.tar.gz: a5b522fb62459f1a3ea37bdeb71622a41699adef4df2a4eca447e14f8528303d0c76b5482c839089d650ad7890b1d51e34accae4e8a4578df3bb8fdeec0f21ff
6
+ metadata.gz: e38cdefc72e0b1411081aaef1a09652baa054061194ef43d15600a8ff79074e383a49a2934a8c57fd3cbcb92419a667a6053e58067d6d61246da1462f69c6c52
7
+ data.tar.gz: 5275936f6ef3b8d9584b779c3f2639e805eed3479e6c15726a875b8abd1053b9367bea7064ad18fff85b6dcdd696e4d59d3ba5d68424acd2e2172de32c95f768
data/README.md CHANGED
@@ -45,6 +45,8 @@ the following models are available through the SDK:
45
45
  * `Fluxx::SubProgram`
46
46
  * `Fluxx::ModelDocument`
47
47
  * `Fluxx::User`
48
+ * `Fluxx::GeoCountry`
49
+ * `Fluxx::GeoState`
48
50
 
49
51
  Any of the models allows the following CRUD methods:
50
52
  * `all`
@@ -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
 
@@ -13,7 +13,9 @@ module Fluxx
13
13
  Program: 'program',
14
14
  SubProgram: 'sub_program',
15
15
  ModelDocument: 'model_document',
16
- User: 'user'
16
+ User: 'user',
17
+ GeoCountry: 'geo_country',
18
+ GeoState: 'geo_state'
17
19
  }
18
20
 
19
21
  # Helper to define the mapped models
@@ -1,3 +1,3 @@
1
1
  module Fluxx
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.3'
3
3
  end
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.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-08 00:00:00.000000000 Z
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: []