comment_strip-ruby 0.1.2 → 0.1.2.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.
- checksums.yaml +4 -4
- data/lib/comment_strip/version.rb +3 -3
- metadata +13 -14
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c52ca8b12ff14075e62b2e7e6fce5249e2bb11271d9b457ba40f510c2d185ac5
|
|
4
|
+
data.tar.gz: 934da47218a66a83e1f021581705d9412d40922f35df76cdfcaaed0eb81221b3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 936fd5d120b21214cda1dca24fdb8f26aad31ce4c152f832a2d67294f175a74ad677420cde36df3bfb0402835cbcdf9e358abb7a6194a17d24f2b24064fe0a16
|
|
7
|
+
data.tar.gz: 67b00be7468b64475114aebd29d67f7d226d24eed187b2a808e1526966b9b2389938713c499eba8f09d17a6490cdf1c3b05058929ef11c60f84edb226c3a1d8a
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
# Purpose: Version for comment_strip.r library
|
|
5
5
|
#
|
|
6
6
|
# Created: 14th September 2020
|
|
7
|
-
# Updated:
|
|
7
|
+
# Updated: 1st December 2023
|
|
8
8
|
#
|
|
9
9
|
# Home: http://github.com/synesissoftware/comment_strip.r
|
|
10
10
|
#
|
|
11
|
-
# Copyright (c) 2020-
|
|
11
|
+
# Copyright (c) 2020-2023, Matthew Wilson and Synesis Information Systems
|
|
12
12
|
# All rights reserved.
|
|
13
13
|
#
|
|
14
14
|
# Redistribution and use in source and binary forms, with or without
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
module CommentStrip
|
|
44
44
|
|
|
45
45
|
# Current version of the comment_strip.r library
|
|
46
|
-
VERSION = '0.1.2'
|
|
46
|
+
VERSION = '0.1.2.1'
|
|
47
47
|
|
|
48
48
|
private
|
|
49
49
|
VERSION_PARTS_ = VERSION.split(/[.]/).collect { |n| n.to_i } # :nodoc:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: comment_strip-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.2
|
|
4
|
+
version: 0.1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Wilson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-12-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: xqsr3
|
|
@@ -16,21 +16,17 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '0.
|
|
20
|
-
- - ">="
|
|
21
|
-
- !ruby/object:Gem::Version
|
|
22
|
-
version: 0.37.2
|
|
19
|
+
version: '0.38'
|
|
23
20
|
type: :runtime
|
|
24
21
|
prerelease: false
|
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
23
|
requirements:
|
|
27
24
|
- - "~>"
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: '0.
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
description: "Source code comment stripping library\n\n"
|
|
26
|
+
version: '0.38'
|
|
27
|
+
description: 'Source code comment stripping library
|
|
28
|
+
|
|
29
|
+
'
|
|
34
30
|
email: matthew@synesis.com.au
|
|
35
31
|
executables: []
|
|
36
32
|
extensions: []
|
|
@@ -56,16 +52,19 @@ require_paths:
|
|
|
56
52
|
- lib
|
|
57
53
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
58
54
|
requirements:
|
|
59
|
-
- - "
|
|
55
|
+
- - ">="
|
|
56
|
+
- !ruby/object:Gem::Version
|
|
57
|
+
version: '2.0'
|
|
58
|
+
- - "<"
|
|
60
59
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: '
|
|
60
|
+
version: '4'
|
|
62
61
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
63
62
|
requirements:
|
|
64
63
|
- - ">="
|
|
65
64
|
- !ruby/object:Gem::Version
|
|
66
65
|
version: '0'
|
|
67
66
|
requirements: []
|
|
68
|
-
rubygems_version: 3.
|
|
67
|
+
rubygems_version: 3.2.15
|
|
69
68
|
signing_key:
|
|
70
69
|
specification_version: 4
|
|
71
70
|
summary: comment_strip.r
|