helio-ruby 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3 @@
1
+ module Helio
2
+ VERSION = "0.1.0".freeze
3
+ end
metadata ADDED
@@ -0,0 +1,91 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: helio-ruby
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Helio
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-12-15 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: faraday
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '0.10'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '0.10'
27
+ description: Discover design insights with surveys and tests. See https://zurb.com/helio
28
+ for details.
29
+ email: helio@zurb.com
30
+ executables:
31
+ - helio-console
32
+ extensions: []
33
+ extra_rdoc_files: []
34
+ files:
35
+ - ".gitattributes"
36
+ - ".gitignore"
37
+ - ".rubocop.yml"
38
+ - ".rubocop_todo.yml"
39
+ - CHANGELOG.md
40
+ - CONTRIBUTORS
41
+ - Gemfile
42
+ - LICENSE
43
+ - README.md
44
+ - Rakefile
45
+ - VERSION
46
+ - bin/helio-console
47
+ - helio-ruby.gemspec
48
+ - lib/data/ca-certificates.crt
49
+ - lib/helio-ruby.rb
50
+ - lib/helio/api_operations/create.rb
51
+ - lib/helio/api_operations/delete.rb
52
+ - lib/helio/api_operations/list.rb
53
+ - lib/helio/api_operations/nested_resource.rb
54
+ - lib/helio/api_operations/request.rb
55
+ - lib/helio/api_operations/save.rb
56
+ - lib/helio/api_resource.rb
57
+ - lib/helio/customer_list.rb
58
+ - lib/helio/errors.rb
59
+ - lib/helio/helio_client.rb
60
+ - lib/helio/helio_object.rb
61
+ - lib/helio/helio_response.rb
62
+ - lib/helio/list_object.rb
63
+ - lib/helio/participant.rb
64
+ - lib/helio/singleton_api_resource.rb
65
+ - lib/helio/util.rb
66
+ - lib/helio/version.rb
67
+ homepage: https://github.com/zurb/helio-ruby
68
+ licenses:
69
+ - MIT
70
+ metadata: {}
71
+ post_install_message:
72
+ rdoc_options: []
73
+ require_paths:
74
+ - lib
75
+ required_ruby_version: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - ">="
78
+ - !ruby/object:Gem::Version
79
+ version: 2.0.0
80
+ required_rubygems_version: !ruby/object:Gem::Requirement
81
+ requirements:
82
+ - - ">="
83
+ - !ruby/object:Gem::Version
84
+ version: '0'
85
+ requirements: []
86
+ rubyforge_project:
87
+ rubygems_version: 2.6.11
88
+ signing_key:
89
+ specification_version: 4
90
+ summary: Ruby bindings for the Helio API
91
+ test_files: []