formhub_ruby 0.0.8 → 0.0.8.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/formhub_ruby.gemspec +6 -2
- data/lib/formhub_ruby/version.rb +1 -1
- metadata +6 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6ed4e0a8cf574e5c2e42734bdd57e80f5a03573e
|
|
4
|
+
data.tar.gz: f20ae7fbe33be969f8921618a29bb3b27cc2526c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2c513a4b05aa9ee692517b77577f88b8169399a9249543f8fce9dd4ccfd08601e34693340707533d6cb7415e1bf772092e7d23def05850922feae826627134f7
|
|
7
|
+
data.tar.gz: 73e6cb24035a9d3a534f8437b5e78dd68194907c4511607e3d9922b4ce17d58db117761cc24e5b7a7221dca01cd96bb0c8e25c0de1377b33e55df7029699beba
|
data/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
# FormhubRuby
|
|
2
|
+
[](https://travis-ci.org/concordiadiscors/FormHub-Ruby)
|
|
3
|
+
[](http://rubygems.org/gems/formhub_ruby)
|
|
2
4
|
|
|
3
5
|
A very simple Ruby Wrapper for the Formhub API
|
|
4
6
|
|
data/formhub_ruby.gemspec
CHANGED
|
@@ -9,10 +9,14 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ['Loïc Seigland']
|
|
10
10
|
spec.email = ['loic@loicseigland.ie']
|
|
11
11
|
spec.summary = %q(Simple Client for the Formhub API)
|
|
12
|
-
|
|
12
|
+
spec.description = <<-EOF
|
|
13
|
+
This is a very simple API Wrapper for the Formhub.org platform.
|
|
14
|
+
It uses the platform JSON endpoints, Please refer to Formhub's
|
|
15
|
+
developers help page if you want to know more about their API.
|
|
16
|
+
EOF
|
|
13
17
|
spec.homepage = 'https://github.com/concordiadiscors/FormHub-Ruby'
|
|
14
18
|
spec.license = 'MIT'
|
|
15
|
-
|
|
19
|
+
spec.required_ruby_version = '>= 2.0'
|
|
16
20
|
spec.files = `git ls-files -z`.split("\x0")
|
|
17
21
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
|
18
22
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
data/lib/formhub_ruby/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: formhub_ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.8
|
|
4
|
+
version: 0.0.8.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Loïc Seigland
|
|
@@ -192,7 +192,10 @@ dependencies:
|
|
|
192
192
|
- - ">="
|
|
193
193
|
- !ruby/object:Gem::Version
|
|
194
194
|
version: '0'
|
|
195
|
-
description:
|
|
195
|
+
description: |2
|
|
196
|
+
This is a very simple API Wrapper for the Formhub.org platform.
|
|
197
|
+
It uses the platform JSON endpoints, Please refer to Formhub's
|
|
198
|
+
developers help page if you want to know more about their API.
|
|
196
199
|
email:
|
|
197
200
|
- loic@loicseigland.ie
|
|
198
201
|
executables: []
|
|
@@ -234,7 +237,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
234
237
|
requirements:
|
|
235
238
|
- - ">="
|
|
236
239
|
- !ruby/object:Gem::Version
|
|
237
|
-
version: '0'
|
|
240
|
+
version: '2.0'
|
|
238
241
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
239
242
|
requirements:
|
|
240
243
|
- - ">="
|