clamp 0.6.2 → 0.6.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +8 -8
  2. data/LICENSE +20 -0
  3. data/clamp.gemspec +3 -1
  4. data/lib/clamp/version.rb +1 -1
  5. metadata +10 -5
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OTYzZmZkOGE1NTY4M2EyMjdlY2YzNGJmZjQzYTE4MDZiNzRiNGM2Nw==
4
+ ZGNkZmM3NzM5ZDJjNDM2ZGIxZWNhNGIzZmM1ZDJjZGZjZmE1ODUwNQ==
5
5
  data.tar.gz: !binary |-
6
- YzYxZjkyZjUxNmFkYWNiNjk2NDJhYmZiZGVkYmExNDY2MDY4YzUzYQ==
6
+ OWI1Mzc1OWQwOTgzMjMxNjVjODE2ZGQwYzk5NmZjNzdkYTEwOTA0OQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- NWVhZTIwZDkxNDg4ZDc4NGRkYTFiODc3ZWJlNjU2MGUzMzlkZTBhNjVmNGFl
10
- ZWQ2OTY1NjgxODdmZDliZjhlYzBhNDVlNTQyZTkwYjk3ZThmMTVmZDg2ZWEw
11
- MWI4NTYzZWQyZmQyOGFkMDUyNzJkM2Q0MGZhYmIyYWYxMDc0Mjk=
9
+ NGFjOTY4MTQ3OTg2NDZhMjA3OWE5MmEzYTVlM2VmMzc0NjAxYWUwNDAxZThi
10
+ MGY1MDMwNWE2NGY0ZDNhYjZkZTQ4MGEzNWU4Y2RhZTAzMDVkMjEyZjIwNzY1
11
+ YmMxNWQ3NzY2MTIwMWZjM2UwNGEyMmU5ODllY2I5MGFhMzY2MWM=
12
12
  data.tar.gz: !binary |-
13
- Yzk5NGY5OGMwNTY0MjMxNGM0ZGI1NzllYTE0NmRkMjZjYzE5OTlmMjMwYjZm
14
- MWIyMjA3ODQxZDU0ODU3MTg2Y2ZkMjAwNjhiYzU2ZjJjNzFlZjk1Yjc3MTI3
15
- NWYyYmM2NGRhYTZlMGI2NTgwYzc1MmFjOWE2YzMxMjY1Y2E4OWI=
13
+ OWNjMTNkOGNkYjZiMjNlNmRiODc4MWFmMzRhOWJmODIwZjBmNDkzNWVhZGQ2
14
+ MzExZDg3ZTMwNDBjZjkxZDZkZGFiYzU1YzQ5NGM0ZDVhYjAyN2U3NTc0M2Qz
15
+ MzRiZTVlMTJkOTU4YjkxZTVjMTIxNGIzNWY1OTI5OTVmYmYyODA=
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2010 Mike Williams <mdub@dogbiscuit.org>
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/clamp.gemspec CHANGED
@@ -11,9 +11,11 @@ Gem::Specification.new do |s|
11
11
  s.email = "mdub@dogbiscuit.org"
12
12
  s.homepage = "http://github.com/mdub/clamp"
13
13
 
14
+ s.license = 'MIT'
15
+
14
16
  s.summary = %q{a minimal framework for command-line utilities}
15
17
  s.description = <<EOF
16
- Clamp provides an object-model for command-line utilities.
18
+ Clamp provides an object-model for command-line utilities.
17
19
  It handles parsing of command-line options, and generation of usage help.
18
20
  EOF
19
21
 
data/lib/clamp/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Clamp
2
- VERSION = "0.6.2".freeze
2
+ VERSION = "0.6.3".freeze
3
3
  end
metadata CHANGED
@@ -1,17 +1,20 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clamp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Williams
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-06 00:00:00.000000000 Z
11
+ date: 2013-11-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: ! "Clamp provides an object-model for command-line utilities. \nIt handles
14
- parsing of command-line options, and generation of usage help.\n"
13
+ description: ! 'Clamp provides an object-model for command-line utilities.
14
+
15
+ It handles parsing of command-line options, and generation of usage help.
16
+
17
+ '
15
18
  email: mdub@dogbiscuit.org
16
19
  executables: []
17
20
  extensions: []
@@ -23,6 +26,7 @@ files:
23
26
  - .travis.yml
24
27
  - CHANGES.md
25
28
  - Gemfile
29
+ - LICENSE
26
30
  - README.md
27
31
  - Rakefile
28
32
  - clamp.gemspec
@@ -58,7 +62,8 @@ files:
58
62
  - spec/clamp/parameter/definition_spec.rb
59
63
  - spec/spec_helper.rb
60
64
  homepage: http://github.com/mdub/clamp
61
- licenses: []
65
+ licenses:
66
+ - MIT
62
67
  metadata: {}
63
68
  post_install_message:
64
69
  rdoc_options: []