isurvey 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MjE2NmJkYjlhNWMzMjg5ZmU0MGNmODkzNmM5ODYxOTUwOWJlNDEzMQ==
4
+ NjhlMmQwNzkxMWUxYmZjNzAyYWY3MTAxMjQ5MDljMjA5ZDA2NDFmMA==
5
5
  data.tar.gz: !binary |-
6
- MjlhMjVkOTFlMTU3M2ZkNDAzZjNiMWY1Y2RiY2M5ODMwMWU0MTYzNg==
6
+ ZDljYzQ2OTMxNzI3OGFkZTFkNTY4NDE5NDMxN2MxZWMwYWM1MmQ3Nw==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ZTYyNDczMWI0N2EwNzhiNzg3ZjcwOTNlNmRlZTdjOGFiN2U5NGYwZTJlN2I2
10
- MGU5M2VjMGY1ZjJhMzAyYjExN2NiNTc5NTlmYzBlMjFjNGE1MjBmYzQ3NGQw
11
- MTFhMTE4YWMwNWFiNzE2MTRkNTY1MGI3ZWIwOGRjY2Y0NDlkZjc=
9
+ YTVmYTk4NzE1Mjc3MjNmMzUzMDc2YjBmOTBlMjFkNjBjM2U1MjBkMDBjMGQy
10
+ NGQ3MWJiZGUxYzUwMTZhYmM4MDc2Y2UyZjJiMzAzM2RhZjUzOTBkYzdhMGYy
11
+ ZTVkNWUwNjI5MDE5ZTE4M2ZhNGZhNjc2ODAxZGJmNjUyYWU2Nzg=
12
12
  data.tar.gz: !binary |-
13
- YmNjYTU3OTBjYzZmYTVkZGQwZDZjNTI3ZTAxZjBmOTQ2MzU5ZGRlZTc2ZDc0
14
- YTJmZTI1MzNiYWFkZGM3Mjk2YTUxZTUyYzk0NTljNTExMzY2YzEwYjAyY2M2
15
- OThlY2ZlYTU3NDRjYmQ4ZWEyM2YwOWUzNTJhMGFjYTEzMTI2ZjM=
13
+ NWJkM2IyMWIxNGFjNWVjZmU4ZDU1YzE3ZjVmNjcwYjViZmNkMDYxZGUwZjMy
14
+ MDdlODdiZjI0YzhhYmI2OTliZjYxMDBjMmE4YjVhNjY1YjU5ZTk3MTdkYTc0
15
+ Y2UzMzhkNzcyOTllMWU0OWQ0NDY3MzE1ZTJiZTM2NDliOGI0YzQ=
data/README.md CHANGED
@@ -16,7 +16,7 @@ Or install it yourself as:
16
16
 
17
17
  $ gem install isurvey
18
18
 
19
- You must set up your company identifier and survey password. Perhaps in config/initiaizers/isurvey.rb if you are using Rails.
19
+ You must set up your company identifier and survey password. Perhaps in config/initializers/isurvey.rb if you are using Rails.
20
20
 
21
21
  Isurvey::Credentials.company_identifier = [cp]
22
22
  Isurvey::Credentials.survey_password = [sp]
@@ -33,7 +33,7 @@ To get a list of all answers:
33
33
 
34
34
  Isurvey::Answer.all
35
35
 
36
- All of the properties available through the iSurvye API are also available through the gem. You obtain a property value by calling for it on the appropriate class; for example, Isurvey::Answer.all.first.screen_id would give you the screen_id of the first Answer.
36
+ All of the properties available through the iSurvey API are also available through the gem. You obtain a property value by calling for it on the appropriate class; for example, Isurvey::Answer.all.first.screen_id would give you the screen_id of the first Answer.
37
37
 
38
38
  For questions, the available properties are:
39
39
 
data/lib/isurvey/api.rb CHANGED
@@ -49,6 +49,7 @@ module Isurvey
49
49
  end
50
50
  end
51
51
  @answers
52
+ end
52
53
 
53
54
  private
54
55
  def self.survey
@@ -1,3 +1,3 @@
1
1
  module Isurvey
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: isurvey
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Nipper