survey-gizmo-ruby 1.0.3 → 1.0.4

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: dd47defeb434e3125e30816cadc36817bb1922e8
4
- data.tar.gz: a0c2a0a1745a4589f76b9e6a3ae276cfb8b9a865
3
+ metadata.gz: 9cb86b17ad4df98b53f62938a574cdaba03d0da4
4
+ data.tar.gz: d60141972b9b4674b5e605a82e3d231b23bbc735
5
5
  SHA512:
6
- metadata.gz: 6e2cffff19da8ff173814b98a0921faec62e2456af43800dbd5fb6a2e351ccb7aa8c96607815c6b9987a4dbf9a6bcb51faae85cc93f4dc2752415135e60456db
7
- data.tar.gz: 5a5d2d3cb769e06547ff2ada54f0e8009313c27ebece07c8ba3f4c3efedcc816e17ef4c060e8ada28454f373c2b85fb5e11c88b5e47541e058417eb6ffdaff0f
6
+ metadata.gz: 9074284af8640bacd314a35979ca60d29236e9da2e23f93771ad398362f797fdac6e151af094f7853c9a6e54f59eb8bc2b4f0b30fde4267b363cf418ba519b05
7
+ data.tar.gz: 7224db31f46c7bfb40c95483f1f7d8efffb7c9610d6bc1026f2ed4daffe0a1a64478b4af4dbd2c0ca43f3c75518d81035b860482c1cbd76c301dee6c16394d47
@@ -7,7 +7,7 @@ module SurveyGizmo; module API
7
7
  # @return [$2]
8
8
  attribute :id, Integer
9
9
  attribute :team, Integer
10
- attribute :_type, String
10
+ attribute :type, String
11
11
  attribute :_subtype, String
12
12
  attribute :status, String
13
13
  attribute :forward_only, Boolean
@@ -47,7 +47,7 @@ describe "Survey Gizmo Resource" do
47
47
  end
48
48
 
49
49
  describe SurveyGizmo::API::Survey do
50
- let(:create_attributes){ {:title => 'Spec', :_type => 'survey', :status => 'In Design'} }
50
+ let(:create_attributes){ {:title => 'Spec', :type => 'survey', :status => 'In Design'} }
51
51
  let(:get_attributes) { create_attributes.merge(:id => 1234) }
52
52
  let(:update_attributes){ {:title => 'Updated'} }
53
53
  let(:first_params){ {:id => 1234} }
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = "survey-gizmo-ruby"
7
- gem.version = "1.0.3"
7
+ gem.version = "1.0.4"
8
8
  gem.authors = ["Kabari Hendrick", "Chris Horn", "Adrien Jarthon"]
9
9
  gem.email = ["adrien.jarthon@dimelo.com"]
10
10
  gem.description = "Gem to use the SurveyGizmo.com REST API, v3+"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: survey-gizmo-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kabari Hendrick
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2014-10-07 00:00:00.000000000 Z
13
+ date: 2014-10-20 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport