klaviyo 0.9.0 → 0.9.1
Sign up to get free protection for your applications and to get access to all the features.
- data/klaviyo.gemspec +4 -4
- 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.
|
6
|
-
s.date = '2012-07-
|
7
|
-
s.summary = 'Ruby wrapper for the Klaviyo API'
|
8
|
-
s.description = '
|
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.
|
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-
|
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:
|
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: []
|