clasp-ruby 0.10.2 → 0.10.3
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.
- checksums.yaml +4 -4
- data/LICENSE +7 -6
- data/README.md +3 -0
- data/lib/clasp/version.rb +2 -2
- data/test/unit/tc_ARGV_rewrite.rb +1 -1
- data/test/unit/tc_aliases.rb +1 -1
- data/test/unit/tc_arguments_1.rb +1 -1
- data/test/unit/tc_arguments_2.rb +1 -1
- data/test/unit/tc_arguments_3.rb +1 -1
- data/test/unit/tc_defaults_1.rb +1 -1
- data/test/unit/tc_examples_Arguments.rb +1 -1
- data/test/unit/tc_usage.rb +1 -1
- data/test/unit/ts_all.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e007bbed01cc21eac912ca3b1b9bb469c7d43374
|
|
4
|
+
data.tar.gz: 4150fa56767e91625f28ab54e79a4c1be191a10a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 61b42dbcd038db45a01c41aa9d6bb9cd1eb1f01477aace59a0ea8d7a0b645fd8df61d980484b33c16b68b54a9c9d0c83a8bf3a7fe37c761a70b19abe3a8fe8dd
|
|
7
|
+
data.tar.gz: 68f0d1dab2deb640869437ec1e1de6958717593f12dd2a89ab8d69f515caaf42802f0493846fa7592b08c0dfe30cf2829dcec7e1fdb8202d4fa7e8a8b1b0f979
|
data/LICENSE
CHANGED
|
@@ -7,15 +7,16 @@ Redistribution and use in source and binary forms, with or without
|
|
|
7
7
|
modification, are permitted provided that the following conditions are met:
|
|
8
8
|
|
|
9
9
|
* Redistributions of source code must retain the above copyright notice, this
|
|
10
|
-
|
|
10
|
+
list of conditions and the following disclaimer.
|
|
11
11
|
|
|
12
12
|
* Redistributions in binary form must reproduce the above copyright notice,
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
this list of conditions and the following disclaimer in the documentation
|
|
14
|
+
and/or other materials provided with the distribution.
|
|
15
15
|
|
|
16
|
-
* Neither the names of
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
* Neither the names of CLASP or CLASP.Ruby nor the names of the copyright
|
|
17
|
+
holder nor the names of its contributors may be used to endorse or promote
|
|
18
|
+
products derived from this software without specific prior written
|
|
19
|
+
permission.
|
|
19
20
|
|
|
20
21
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
21
22
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
data/README.md
CHANGED
data/lib/clasp/version.rb
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Purpose: Version for CLASP.Ruby library
|
|
6
6
|
#
|
|
7
7
|
# Created: 16th November 2014
|
|
8
|
-
# Updated:
|
|
8
|
+
# Updated: 26th June 2016
|
|
9
9
|
#
|
|
10
10
|
# Home: http://github.com/synesissoftware/CLASP.Ruby
|
|
11
11
|
#
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
module CLASP
|
|
52
52
|
|
|
53
53
|
# Current version of the CLASP.Ruby library
|
|
54
|
-
VERSION = '0.10.
|
|
54
|
+
VERSION = '0.10.3'
|
|
55
55
|
|
|
56
56
|
private
|
|
57
57
|
VERSION_PARTS_ = VERSION.split(/[.]/).collect { |n| n.to_i } # :nodoc:
|
data/test/unit/tc_aliases.rb
CHANGED
data/test/unit/tc_arguments_1.rb
CHANGED
data/test/unit/tc_arguments_2.rb
CHANGED
data/test/unit/tc_arguments_3.rb
CHANGED
data/test/unit/tc_defaults_1.rb
CHANGED
data/test/unit/tc_usage.rb
CHANGED
data/test/unit/ts_all.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: clasp-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.10.
|
|
4
|
+
version: 0.10.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Wilson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-07-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: |
|
|
14
14
|
Command-Line Argument Sorting and Parsing library that provides a powerful
|
|
@@ -68,3 +68,4 @@ signing_key:
|
|
|
68
68
|
specification_version: 4
|
|
69
69
|
summary: CLASP.Ruby
|
|
70
70
|
test_files: []
|
|
71
|
+
has_rdoc:
|