repo_dependency_graph 0.2.0 → 0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2f7e2fef071a05082e7a36ae97805147a46337b2
4
- data.tar.gz: cc00557bde2101f361a08113394076aaa95f36ae
3
+ metadata.gz: 867c9f81c167ac07086975203edbcd565d171dd4
4
+ data.tar.gz: 18144c302d675e4a98b7dcb1327dbbef569dd7d7
5
5
  SHA512:
6
- metadata.gz: 41150cb68c3c85cbe4b07b0ff113549b533a89aed9958ef354fd347f4efd9c14f5526f1106f6d27dfc6afdaada8c0fb7a0aa05db7824318a0210326bd6a632dc
7
- data.tar.gz: 8c2577f04f2d56c2930181ff221ddb59bd561c101fcd1068c9f0f2f953818225b204fa42814bc819de5ee40bddfe63a4945e40dc5792aea4fa53e7e6fe3f5183
6
+ metadata.gz: bb28d18d516a6b009239733a757074995b530bd9a60713a8c4535220c372d412a294e49f35fbfddbcc02c0a1bb8127e14d4cba4a554807a3bb115b6be3d78153
7
+ data.tar.gz: 15f93ad1f1cdbdf72e1705f0e062c5ce282ffcd3973cdb38ce1447b7ef468fd1e077766f2d1b97c33fab1c8d36dda7f8108a07ac56e9410b850c0f157cf646d5
@@ -70,7 +70,7 @@ module RepoDependencyGraph
70
70
 
71
71
  def load_spec(content)
72
72
  eval content.
73
- gsub(/^\s*require .*$/, "").
73
+ gsub(/^\s*(require|require_relative) .*$/, "").
74
74
  gsub(/([a-z\d]+::)+version(::[a-z]+)?/i){|x| x =~ /^Gem::Version$/i ? x : '"1.2.3"' }.
75
75
  gsub(/^\s*\$(:|LOAD_PATH).*/, "").
76
76
  gsub(/(File|IO)\.read\(['"]VERSION.*?\)/, '"1.2.3"').
@@ -1,3 +1,3 @@
1
1
  module RepoDependencyGraph
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: repo_dependency_graph
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Grosser
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-07 00:00:00.000000000 Z
11
+ date: 2017-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: organization_audit
@@ -56,7 +56,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
56
56
  version: '0'
57
57
  requirements: []
58
58
  rubyforge_project:
59
- rubygems_version: 2.2.2
59
+ rubygems_version: 2.5.1
60
60
  signing_key:
61
61
  specification_version: 4
62
62
  summary: Show the dependencies of your private repos