zendesk2 0.3.1 → 0.3.2

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/LICENSE.txt ADDED
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2013 Josh Lane
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,3 +1,3 @@
1
1
  module Zendesk2
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
data/zendesk2.gemspec CHANGED
@@ -3,10 +3,11 @@ require File.expand_path('../lib/zendesk2/version', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["Josh Lane"]
6
- gem.email = ["me@joshualane.com"]
7
6
  gem.description = %q{Zendesk V2 API client}
8
- gem.summary = %q{Zendesk V2 API client}
7
+ gem.email = ["me@joshualane.com"]
9
8
  gem.homepage = "http://joshualane.com/zendesk2"
9
+ gem.license = "MIT"
10
+ gem.summary = %q{Zendesk V2 API client}
10
11
 
11
12
  gem.files = `git ls-files`.split($\)
12
13
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zendesk2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
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-11-19 00:00:00.000000000 Z
12
+ date: 2013-11-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: addressable
@@ -104,6 +104,7 @@ files:
104
104
  - Gemfile
105
105
  - Guardfile
106
106
  - LICENSE
107
+ - LICENSE.txt
107
108
  - README.md
108
109
  - Rakefile
109
110
  - TODO.md
@@ -223,7 +224,8 @@ files:
223
224
  - spec/users_spec.rb
224
225
  - zendesk2.gemspec
225
226
  homepage: http://joshualane.com/zendesk2
226
- licenses: []
227
+ licenses:
228
+ - MIT
227
229
  post_install_message:
228
230
  rdoc_options: []
229
231
  require_paths: