constantcontact 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c1f21c4f4d7b25101c458b81ebe7cb55a8133a6a
4
- data.tar.gz: 0ba84731df6fe55f36f095f3245157877a8ad390
3
+ metadata.gz: 55cf4d95b406c393fc99d1fdb140a3c087ad9277
4
+ data.tar.gz: 4b1fcc3b1c0e97ed846d85cb4d8905dbd07fb135
5
5
  SHA512:
6
- metadata.gz: 5c9df658db0ea507397fa36e9f7cb293fdf9af5f946562141f2c7a48128b04d6febfe5643b8c567999ea17b1af233fd3f7c27df0052583ee8a17bf9023dd8999
7
- data.tar.gz: 00161cc94f2b62eca871d47e1c829d61458e987d2657c411b2c4c1102fa68763dec124820f9ddc83bb958c17db7336e107a3befd077387ee793420697bfc448a
6
+ metadata.gz: 4f0146bf59d55f6da897d3f6ff9cb3825a3723a8b358425f3ee172cdebef3828b2548664417bdcd3d278422be116465699ae1c9122e33ccb030d216b87c97949
7
+ data.tar.gz: 58bd7d214333a2f4c55c6ddac7510a9f0c2efc90e9213e3286ccdafddd19da53feadc97950b4665141a350270d59dfa4bb4b2042c0a63ec2f5a1a3ecc5d3905c
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "constantcontact"
8
- s.version = '1.1.1'
8
+ s.version = '1.1.2'
9
9
  s.platform = Gem::Platform::RUBY
10
10
  s.authors = ["ConstantContact"]
11
11
  s.homepage = "http://www.constantcontact.com"
@@ -7,7 +7,7 @@
7
7
  module ConstantContact
8
8
  module Components
9
9
  class Note < Component
10
- attr_accessor :id, :note, :created_date
10
+ attr_accessor :id, :note, :created_date, :modified_date
11
11
 
12
12
  # Factory method to create a Note object from a json string
13
13
  # @param [String] props - properties to create object from
@@ -23,4 +23,4 @@ module ConstantContact
23
23
  end
24
24
  end
25
25
  end
26
- end
26
+ end
@@ -7,6 +7,6 @@
7
7
  module ConstantContact
8
8
  module SDK
9
9
  # Gem version
10
- VERSION = "1.1.1"
10
+ VERSION = "1.1.2"
11
11
  end
12
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: constantcontact
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ConstantContact
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2014-01-31 00:00:00 Z
12
+ date: 2014-02-24 00:00:00 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rest-client