gemrage 0.4.1 → 1.0.0
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.
- data/VERSION +1 -1
- data/gemrage.gemspec +1 -1
- data/lib/rubygems/commands/scan_command.rb +1 -0
- metadata +4 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
1.0.0
|
data/gemrage.gemspec
CHANGED
|
@@ -72,6 +72,7 @@ private
|
|
|
72
72
|
h = {}
|
|
73
73
|
Dir[File.join(dir, '**', '{Gemfile,gemfile}')].each do |gemfile|
|
|
74
74
|
dir = File.dirname(gemfile)
|
|
75
|
+
next if dir =~ /vendor/ # Stupid vendor directories
|
|
75
76
|
notify("Trying to process a Gemfile found in #{dir}")
|
|
76
77
|
project_name = File.basename(dir)
|
|
77
78
|
project_id = Digest::SHA1.hexdigest(dir)
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gemrage
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 23
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
|
-
- 0
|
|
8
|
-
- 4
|
|
9
7
|
- 1
|
|
10
|
-
|
|
8
|
+
- 0
|
|
9
|
+
- 0
|
|
10
|
+
version: 1.0.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Daniel Huckstep
|