formstack-api 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ad366b35bf42497cc4d1735aeac2b9232523b97e
4
- data.tar.gz: 302454bbbe75c49f7be732f234b6be5f19c81b34
3
+ metadata.gz: 2669b7804e8939a5c727199f0e1aa3ae2d2515cf
4
+ data.tar.gz: ee47e04b29a3cca360bcd77876e4f4b135556f31
5
5
  SHA512:
6
- metadata.gz: 58bcdfdbea8345d3668b493a7686dc296df7440847e76f97fd5a46384b23c2226c85d3da2455e40c2ef89f1ba13e4e8a15c9e6b0325ca7a666acc9ff17f4320a
7
- data.tar.gz: dd1f98dfafda3c1d8765c7bcede742a42a36d79a3c401d0cad1f13ae9c965f9639ff34dd10129088ea46b36b1982e83b9d4ade893181b91ed98333f78e3b1d66
6
+ metadata.gz: 9db243304d627a09c4bfdab0b336c21b75f0246ca5e49e17c627ba9c52d774e7ba77e9f258bb215cf4b132bd6d48ce00c9b7ce87ef6b8a5f7d27758674aec8eb
7
+ data.tar.gz: 40a94809cf2643ff6dc33fd0877cff951b75c24f8e1db0a366dbfa92790311bc649785476ce17344989ebfc4faf7a906e723855f1fe1c3fac90a656c403c68c2
data/README.md CHANGED
@@ -3,7 +3,11 @@ Status](https://travis-ci.org/LAS-IT/formstack-api.svg)](https://travis-ci.org/L
3
3
 
4
4
  # Formstack::Api
5
5
 
6
- TODO: Write a gem description
6
+ This is a Ruby Wrapper for the Formstack API V2. Be aware that it's still under
7
+ development so methods can be changed or deprecated. As soon as the project is
8
+ stable the version number will be bumped to 1.0.0
9
+
10
+ Please open up an issue if you have any question or requests.
7
11
 
8
12
  ## Installation
9
13
 
@@ -21,11 +25,11 @@ Or install it yourself as:
21
25
 
22
26
  ## Usage
23
27
 
24
- TODO: Write usage instructions here
28
+ require 'formstack-api'
25
29
 
26
30
  ## Contributing
27
31
 
28
- 1. Fork it ( https://github.com/[my-github-username]/formstack-api/fork )
32
+ 1. Fork it ( https://github.com/LAS-IT/formstack-api/fork )
29
33
  2. Create your feature branch (`git checkout -b my-new-feature`)
30
34
  3. Commit your changes (`git commit -am 'Add some feature'`)
31
35
  4. Push to the branch (`git push origin my-new-feature`)
@@ -0,0 +1 @@
1
+ require 'formstack/api'
@@ -1,5 +1,5 @@
1
1
  module Formstack
2
2
  module Api
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: formstack-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mauro Morales
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-17 00:00:00.000000000 Z
11
+ date: 2014-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -138,6 +138,7 @@ files:
138
138
  - README.md
139
139
  - Rakefile
140
140
  - formstack-api.gemspec
141
+ - lib/formstack-api.rb
141
142
  - lib/formstack/api.rb
142
143
  - lib/formstack/api/version.rb
143
144
  - spec/fs-logo.png