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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fed7410095ee45d266635393741c83e24454c853
4
- data.tar.gz: 679915c227812a475db60054a8b45a688b3df038
3
+ metadata.gz: 6ed4e0a8cf574e5c2e42734bdd57e80f5a03573e
4
+ data.tar.gz: f20ae7fbe33be969f8921618a29bb3b27cc2526c
5
5
  SHA512:
6
- metadata.gz: 77c786599f326ada53aaaa4281489c1777f54b5b64312ebbee12bb16180b8ce33d70947c2020ef844e4f9dc0ebee67d01d200b996d5a56012a898a23336a98c4
7
- data.tar.gz: 6ff30867966b77dd771c3f3fbea31b60906dc116f9250bf402a8d51627049f3c2ee75448d699f239048de4446048ab2a5e590efc2e01da99d86645f59540f1f0
6
+ metadata.gz: 2c513a4b05aa9ee692517b77577f88b8169399a9249543f8fce9dd4ccfd08601e34693340707533d6cb7415e1bf772092e7d23def05850922feae826627134f7
7
+ data.tar.gz: 73e6cb24035a9d3a534f8437b5e78dd68194907c4511607e3d9922b4ce17d58db117761cc24e5b7a7221dca01cd96bb0c8e25c0de1377b33e55df7029699beba
data/README.md CHANGED
@@ -1,4 +1,6 @@
1
1
  # FormhubRuby
2
+ [![Build Status](http://img.shields.io/travis/concordiadiscors/FormHub-Ruby.svg?style=flat)](https://travis-ci.org/concordiadiscors/FormHub-Ruby)
3
+ [![Gem Version](http://img.shields.io/gem/v/formhub_ruby.svg?style=flat)](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
- # spec.description = %q(TODO: Write a longer description. Optional.)
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)/})
@@ -1,3 +1,3 @@
1
1
  module FormhubRuby
2
- VERSION = '0.0.8'
2
+ VERSION = '0.0.8.3'
3
3
  end
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
  - - ">="