source_finder 3.2 → 3.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/source_finder/langs/groovy.rb +1 -1
- data/lib/source_finder/version.rb +4 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b6b3f401cf66bb899606c46705146f7f52886350
|
4
|
+
data.tar.gz: d43242bb3599ba0e7e9907ecbcc0b99bf87e2325
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e6425d63edc0b2da6778d278a4a530e37d10b5cbf5d0d9d8231a3c885d4ccaa05d051188936397e526575eb95808f0eff3e1d2c6fd263a589b7f716deee18c1
|
7
|
+
data.tar.gz: 1f30e9b04b8e81c979ae235c4ce1023682e3fd6c3bab5f1cc3024c621b211a8166a5da0fe44f2fc9b3e29572bd5439ca190aaf15bacc0f2f979cd332a6f470a2
|
@@ -1,6 +1,7 @@
|
|
1
1
|
# SourceFinder finds source and documentation files within a project.
|
2
2
|
module SourceFinder
|
3
|
-
# We bump the
|
4
|
-
# added; the major version when
|
5
|
-
|
3
|
+
# We bump the patch version when bugs are fixed; minor version when
|
4
|
+
# new languages or directories are added; the major version when
|
5
|
+
# existing APIs change
|
6
|
+
VERSION = '3.2.1'.freeze
|
6
7
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: source_finder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 3.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vince Broz
|
@@ -133,7 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
133
133
|
version: '0'
|
134
134
|
requirements: []
|
135
135
|
rubyforge_project:
|
136
|
-
rubygems_version: 2.4.
|
136
|
+
rubygems_version: 2.4.8
|
137
137
|
signing_key:
|
138
138
|
specification_version: 4
|
139
139
|
summary: SourceFinder finds source and documentation files within a project.
|