surveymonkey 0.6.0 → 1.0.0

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: 8d3175aeffb78f874182442007dced84d9a00a2c
4
- data.tar.gz: 3588b2ce23719a46cff663cab0a0ab99d3ac5004
3
+ metadata.gz: c713d324d73f90e02e884d09ca9e3c965a4885b0
4
+ data.tar.gz: ac40f80b510ad0444a75377ae1563dbfb1925f2e
5
5
  SHA512:
6
- metadata.gz: 8ccf9a9441287735a4188ce9d8b9aa4f7bba9556b993e2b44cd9e1cf9c242c773c82e6bf66973abc0d04eadac3ec3661e552800c74081fc85f4951288a3f462e
7
- data.tar.gz: 36e094bd2c6ebc780d520055ffe7f3d333395da58ed244bf9f47f77225fd01d2ebcfaca9b641c5124ba6195575ca940513ce3e7e025d8f74c4dda5ae7e276f40
6
+ metadata.gz: 25c194410dedcc2c19d2290e6fb625e1e5f840da83cb1b42ad4d3e3952ec33ccd61d286acda02c894d902c3a99b65d6c261f402848d0bcab1b900a79f4c34403
7
+ data.tar.gz: 1feeef7dff3272ca3bd57e32f82313ffef8e080b6614061b041ecea806068bde26f7679f88e4e1199e07da56cbd826866bfd972e51529818705f1f2069b6f738
data/README.md CHANGED
@@ -72,6 +72,7 @@ To install this gem onto your local machine, run `bundle exec rake install`.
72
72
 
73
73
  ## To Do
74
74
 
75
+ * implement support for API v3
75
76
  * validate API method parameters client-side rather than server-side
76
77
  * more unit tests
77
78
  * better exception handling
@@ -87,3 +88,4 @@ To install this gem onto your local machine, run `bundle exec rake install`.
87
88
  ### Esteemed Contributors
88
89
 
89
90
  * @KazuyaMuroi
91
+ * @cescue
@@ -67,7 +67,7 @@ module Surveymonkey
67
67
  paginate_request(method_name, pagination_field, page_size, method_params)
68
68
  else
69
69
  $log.info sprintf("calling method '%s' without pagination", method_name)
70
- Surveymonkey::Request.new(method_name.to_s, method_params).execute
70
+ execute_request(method_name, method_params)
71
71
  end
72
72
 
73
73
  rescue TypeError => e
@@ -2,5 +2,5 @@
2
2
  # Specify the version of the surveymonkey gem.
3
3
 
4
4
  module Surveymonkey
5
- VERSION = "0.6.0"
5
+ VERSION = "1.0.0"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: surveymonkey
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steve Huff
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-04-13 00:00:00.000000000 Z
11
+ date: 2016-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler