klaviyo 0.9.0 → 0.9.1

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.
Files changed (2) hide show
  1. data/klaviyo.gemspec +4 -4
  2. metadata +4 -4
data/klaviyo.gemspec CHANGED
@@ -2,10 +2,10 @@ files = ['klaviyo.gemspec', '{lib}/**/*'].map {|f| Dir[f]}.flatten
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'klaviyo'
5
- s.version = '0.9.0'
6
- s.date = '2012-07-10'
7
- s.summary = 'Ruby wrapper for the Klaviyo API'
8
- s.description = 'You heard us, a Ruby wrapper for the Klaviyo API'
5
+ s.version = '0.9.1'
6
+ s.date = '2012-07-11'
7
+ s.summary = 'You heard us, a Ruby wrapper for the Klaviyo API'
8
+ s.description = 'Ruby wrapper for the Klaviyo API'
9
9
  s.authors = ['Andrew Bialecki']
10
10
  s.email = 'andrew@klaviyo.com'
11
11
  s.files = files
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: klaviyo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-10 00:00:00.000000000 Z
12
+ date: 2012-07-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json
@@ -59,7 +59,7 @@ dependencies:
59
59
  - - ! '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
- description: You heard us, a Ruby wrapper for the Klaviyo API
62
+ description: Ruby wrapper for the Klaviyo API
63
63
  email: andrew@klaviyo.com
64
64
  executables: []
65
65
  extensions: []
@@ -92,5 +92,5 @@ rubyforge_project:
92
92
  rubygems_version: 1.8.24
93
93
  signing_key:
94
94
  specification_version: 3
95
- summary: Ruby wrapper for the Klaviyo API
95
+ summary: You heard us, a Ruby wrapper for the Klaviyo API
96
96
  test_files: []