patches 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2aa4b0d46b34a6ec109a084e3fa4a98621227e11
4
- data.tar.gz: d5addc26e43180c2946c7454fd48f0dfd80a86a8
3
+ metadata.gz: 8d6c006acf2093859510799d28517de0a2c4241d
4
+ data.tar.gz: 9a2b390aae20ec547f7189c1c4be8aae436fde0f
5
5
  SHA512:
6
- metadata.gz: 644e49e78ac8b18a0cee626c83d4354092d90c0006df33aaa78001b1db497314ac09a71ab091a29fba4df11c50b1653f9a5bb2a8658b4eec834181660eb05cf6
7
- data.tar.gz: e5ba79708cf10f043e2333b7197bb595d35e11f9428a7659dfa28312e78c260ecd8e5382980d26f3287da6e5420303b709e4a53961101fd660f3336d01f0eb75
6
+ metadata.gz: c6f5bf7425e2040b315e35fd4a7a374f987ef6aab58056d61688536b19092d82aa4715f4df2076395355b7d34922c205ccdf58abf998d3e92bc08bbf35715229
7
+ data.tar.gz: 9b7b7b37d585bd8e329fc035296483b3aa7e2222f864e858c8b46477e22e742882c0c437338654f65dc2fdb67e3b06c790132eabdfbea2f1cda77e6f350f4dba
@@ -0,0 +1,19 @@
1
+ Copyright (c) 2015 JobReady
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ of this software and associated documentation files (the "Software"), to deal
5
+ in the Software without restriction, including without limitation the rights
6
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ copies of the Software, and to permit persons to whom the Software is
8
+ furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in
11
+ all copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
+ THE SOFTWARE.
@@ -1,3 +1,3 @@
1
1
  module Patches
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -9,8 +9,9 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["John D'Agostino"]
10
10
  spec.email = ["johnd@jobready.com.au"]
11
11
 
12
+ spec.licenses = ['MIT']
12
13
  spec.summary = %q{A simple gem for one off tasks}
13
- spec.description = %q{A simple gem for one of tasks for example database patches}
14
+ spec.description = %q{A simple gem for one off tasks for example database patches}
14
15
  spec.homepage = "http://github.com/jobready/patches"
15
16
 
16
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: patches
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John D'Agostino
@@ -206,7 +206,7 @@ dependencies:
206
206
  - - "~>"
207
207
  - !ruby/object:Gem::Version
208
208
  version: 3.4.1
209
- description: A simple gem for one of tasks for example database patches
209
+ description: A simple gem for one off tasks for example database patches
210
210
  email:
211
211
  - johnd@jobready.com.au
212
212
  executables: []
@@ -217,6 +217,7 @@ files:
217
217
  - ".rspec"
218
218
  - ".travis.yml"
219
219
  - Gemfile
220
+ - LICENSE.md
220
221
  - README.md
221
222
  - Rakefile
222
223
  - bin/console
@@ -243,7 +244,8 @@ files:
243
244
  - patches.gemspec
244
245
  - script/buildkite.sh
245
246
  homepage: http://github.com/jobready/patches
246
- licenses: []
247
+ licenses:
248
+ - MIT
247
249
  metadata: {}
248
250
  post_install_message:
249
251
  rdoc_options: []