survey_monkey_api 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/surveymonkey/version.rb +1 -1
- data/surveymonkey.gemspec +2 -2
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2b326a4582dd8ea2dd35a84c2bba6435fe9b17a7
|
4
|
+
data.tar.gz: 1951c931529d14d42c28b48c204de0705235e2fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7764f0f3f044aaad716a45a94e8f274f954de71bdbb7e605f98b2925b63f14a10559fbb7ba63c7c7a41c9e6802c30331cc648b062401e7170969273ebec8f866
|
7
|
+
data.tar.gz: 47f42332b8ecc0c4e58f5747cb22e4a10110185d9098a8b3d1162ea7a5a0cc287fca2309b2318602d47207252b653b1fc3e1ef1eb4d9df9f38113c9b62258aba
|
data/lib/surveymonkey/version.rb
CHANGED
data/surveymonkey.gemspec
CHANGED
@@ -7,12 +7,12 @@ require 'surveymonkey/version'
|
|
7
7
|
Gem::Specification.new do |spec|
|
8
8
|
spec.name = 'survey_monkey_api'
|
9
9
|
spec.version = SurveyMonkeyApi::VERSION
|
10
|
-
spec.authors = ['Anton Bogdanov']
|
10
|
+
spec.authors = ['JungleCoders', 'Anton Bogdanov']
|
11
11
|
spec.email = ['kortirso@gmail.com']
|
12
12
|
|
13
13
|
spec.summary = 'Gem for interaction with SurveyMonkey API'
|
14
14
|
spec.description = 'Actions with surveys in SurveyMonkey system'
|
15
|
-
spec.homepage = 'https://github.com/
|
15
|
+
spec.homepage = 'https://github.com/WebGents/surveymonkey'
|
16
16
|
spec.license = 'MIT'
|
17
17
|
|
18
18
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
metadata
CHANGED
@@ -1,9 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: survey_monkey_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
+
- JungleCoders
|
7
8
|
- Anton Bogdanov
|
8
9
|
autorequire:
|
9
10
|
bindir: exe
|
@@ -105,7 +106,7 @@ files:
|
|
105
106
|
- lib/surveymonkey/client/users.rb
|
106
107
|
- lib/surveymonkey/version.rb
|
107
108
|
- surveymonkey.gemspec
|
108
|
-
homepage: https://github.com/
|
109
|
+
homepage: https://github.com/WebGents/surveymonkey
|
109
110
|
licenses:
|
110
111
|
- MIT
|
111
112
|
metadata: {}
|