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.
@@ -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{Ruby Shoes app to generate Kayako API URLs.}
12
- gem.summary = %q{Ruby Shoes app to generate Kayako Resolve API URLs.}
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($/)
@@ -1,3 +1,3 @@
1
1
  module Kayakoapi
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
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.0
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-11 00:00:00.000000000 Z
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: Ruby Shoes app to generate Kayako API URLs.
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: Ruby Shoes app to generate Kayako Resolve API URLs.
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