kayakoapi-ruby 1.1.0 → 1.1.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.
- data/kayakoapi-ruby.gemspec +2 -2
- data/lib/kayakoapi-ruby/version.rb +1 -1
- metadata +4 -4
data/kayakoapi-ruby.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |gem|
|
|
|
8
8
|
gem.version = Kayakoapi::VERSION
|
|
9
9
|
gem.authors = ["Peter Mellett"]
|
|
10
10
|
gem.email = ["bulletraven@gmail.com"]
|
|
11
|
-
gem.description = %q{
|
|
12
|
-
gem.summary = %q{
|
|
11
|
+
gem.description = %q{Library to generate Kayako Resolve API Querystrings.}
|
|
12
|
+
gem.summary = %q{Library to generate Kayako Resolve API Querystrings.}
|
|
13
13
|
gem.homepage = "https://github.com/wadtech/kayakoapi-ruby"
|
|
14
14
|
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kayakoapi-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.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: 2013-03-
|
|
12
|
+
date: 2013-03-12 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rspec
|
|
@@ -27,7 +27,7 @@ dependencies:
|
|
|
27
27
|
- - ~>
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
29
|
version: '2.12'
|
|
30
|
-
description:
|
|
30
|
+
description: Library to generate Kayako Resolve API Querystrings.
|
|
31
31
|
email:
|
|
32
32
|
- bulletraven@gmail.com
|
|
33
33
|
executables: []
|
|
@@ -72,7 +72,7 @@ rubyforge_project:
|
|
|
72
72
|
rubygems_version: 1.8.25
|
|
73
73
|
signing_key:
|
|
74
74
|
specification_version: 3
|
|
75
|
-
summary:
|
|
75
|
+
summary: Library to generate Kayako Resolve API Querystrings.
|
|
76
76
|
test_files:
|
|
77
77
|
- spec/apisig_spec.rb
|
|
78
78
|
- spec/spec_helper.rb
|