gemspec_deps_gen 1.0.0 → 1.0.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.
- data/.idea/gemspec_deps_gen.iml +8 -8
- data/.idea/misc.xml +1 -1
- data/.idea/workspace.xml +38 -56
- data/Gemfile +3 -1
- data/Rakefile +4 -0
- data/lib/gemspec_deps_gen/gemspec_deps_gen.rb +10 -11
- data/lib/gemspec_deps_gen/version.rb +1 -1
- metadata +2 -2
data/.idea/gemspec_deps_gen.iml
CHANGED
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
<content url="file://$MODULE_DIR$" />
|
|
5
5
|
<orderEntry type="inheritedJdk" />
|
|
6
6
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
7
|
-
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.1.3, RVM: ruby-1.9.3-p194 [
|
|
8
|
-
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.1.3, RVM: ruby-1.9.3-p194 [
|
|
9
|
-
<orderEntry type="library" scope="PROVIDED" name="metaclass (v0.0.1, RVM: ruby-1.9.3-p194 [
|
|
10
|
-
<orderEntry type="library" scope="PROVIDED" name="mocha (v0.10.3, RVM: ruby-1.9.3-p194 [
|
|
11
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec (v2.9.0, RVM: ruby-1.9.3-p194 [
|
|
12
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v2.9.0, RVM: ruby-1.9.3-p194 [
|
|
13
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v2.9.1, RVM: ruby-1.9.3-p194 [
|
|
14
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v2.9.0, RVM: ruby-1.9.3-p194 [
|
|
7
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.1.3, RVM: ruby-1.9.3-p194 [gemspec_deps_gen]) [gem]" level="application" />
|
|
8
|
+
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.1.3, RVM: ruby-1.9.3-p194 [gemspec_deps_gen]) [gem]" level="application" />
|
|
9
|
+
<orderEntry type="library" scope="PROVIDED" name="metaclass (v0.0.1, RVM: ruby-1.9.3-p194 [gemspec_deps_gen]) [gem]" level="application" />
|
|
10
|
+
<orderEntry type="library" scope="PROVIDED" name="mocha (v0.10.3, RVM: ruby-1.9.3-p194 [gemspec_deps_gen]) [gem]" level="application" />
|
|
11
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec (v2.9.0, RVM: ruby-1.9.3-p194 [gemspec_deps_gen]) [gem]" level="application" />
|
|
12
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v2.9.0, RVM: ruby-1.9.3-p194 [gemspec_deps_gen]) [gem]" level="application" />
|
|
13
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v2.9.1, RVM: ruby-1.9.3-p194 [gemspec_deps_gen]) [gem]" level="application" />
|
|
14
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v2.9.0, RVM: ruby-1.9.3-p194 [gemspec_deps_gen]) [gem]" level="application" />
|
|
15
15
|
</component>
|
|
16
16
|
</module>
|
|
17
17
|
|
data/.idea/misc.xml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<project version="4">
|
|
3
|
-
<component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-1.9.3-p194 [
|
|
3
|
+
<component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-1.9.3-p194 [gemspec_deps_gen]" project-jdk-type="RUBY_SDK" />
|
|
4
4
|
</project>
|
|
5
5
|
|
data/.idea/workspace.xml
CHANGED
|
@@ -2,8 +2,13 @@
|
|
|
2
2
|
<project version="4">
|
|
3
3
|
<component name="ChangeListManager">
|
|
4
4
|
<list default="true" id="7ff5d788-a599-4460-bba2-66ee4aef909f" name="Default" comment="">
|
|
5
|
-
<change type="
|
|
6
|
-
<change type="
|
|
5
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/gemspec_deps_gen.iml" afterPath="$PROJECT_DIR$/.idea/gemspec_deps_gen.iml" />
|
|
6
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/misc.xml" afterPath="$PROJECT_DIR$/.idea/misc.xml" />
|
|
7
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
|
8
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Gemfile" afterPath="$PROJECT_DIR$/Gemfile" />
|
|
9
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Rakefile" afterPath="$PROJECT_DIR$/Rakefile" />
|
|
10
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/gemspec_deps_gen/gemspec_deps_gen.rb" afterPath="$PROJECT_DIR$/lib/gemspec_deps_gen/gemspec_deps_gen.rb" />
|
|
11
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/gemspec_deps_gen/version.rb" afterPath="$PROJECT_DIR$/lib/gemspec_deps_gen/version.rb" />
|
|
7
12
|
</list>
|
|
8
13
|
<ignored path="gemspec_deps_gen.iws" />
|
|
9
14
|
<ignored path=".idea/workspace.xml" />
|
|
@@ -37,16 +42,7 @@
|
|
|
37
42
|
<file leaf-file-name="Gemfile" pinned="false" current="false" current-in-tab="false">
|
|
38
43
|
<entry file="file://$PROJECT_DIR$/Gemfile">
|
|
39
44
|
<provider selected="true" editor-type-id="text-editor">
|
|
40
|
-
<state line="
|
|
41
|
-
<folding />
|
|
42
|
-
</state>
|
|
43
|
-
</provider>
|
|
44
|
-
</entry>
|
|
45
|
-
</file>
|
|
46
|
-
<file leaf-file-name="README.md" pinned="false" current="false" current-in-tab="false">
|
|
47
|
-
<entry file="file://$PROJECT_DIR$/README.md">
|
|
48
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
49
|
-
<state line="3" column="29" selection-start="64" selection-end="64" vertical-scroll-proportion="0.0">
|
|
45
|
+
<state line="4" column="17" selection-start="69" selection-end="69" vertical-scroll-proportion="0.0">
|
|
50
46
|
<folding />
|
|
51
47
|
</state>
|
|
52
48
|
</provider>
|
|
@@ -55,25 +51,16 @@
|
|
|
55
51
|
<file leaf-file-name="version.rb" pinned="false" current="false" current-in-tab="false">
|
|
56
52
|
<entry file="file://$PROJECT_DIR$/lib/gemspec_deps_gen/version.rb">
|
|
57
53
|
<provider selected="true" editor-type-id="text-editor">
|
|
58
|
-
<state line="
|
|
59
|
-
<folding />
|
|
60
|
-
</state>
|
|
61
|
-
</provider>
|
|
62
|
-
</entry>
|
|
63
|
-
</file>
|
|
64
|
-
<file leaf-file-name="Rakefile" pinned="false" current="true" current-in-tab="true">
|
|
65
|
-
<entry file="file://$PROJECT_DIR$/Rakefile">
|
|
66
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
67
|
-
<state line="25" column="21" selection-start="492" selection-end="492" vertical-scroll-proportion="0.4282655">
|
|
54
|
+
<state line="1" column="18" selection-start="40" selection-end="40" vertical-scroll-proportion="0.0">
|
|
68
55
|
<folding />
|
|
69
56
|
</state>
|
|
70
57
|
</provider>
|
|
71
58
|
</entry>
|
|
72
59
|
</file>
|
|
73
|
-
<file leaf-file-name="gemspec_deps_gen.rb" pinned="false" current="
|
|
60
|
+
<file leaf-file-name="gemspec_deps_gen.rb" pinned="false" current="true" current-in-tab="true">
|
|
74
61
|
<entry file="file://$PROJECT_DIR$/lib/gemspec_deps_gen/gemspec_deps_gen.rb">
|
|
75
62
|
<provider selected="true" editor-type-id="text-editor">
|
|
76
|
-
<state line="
|
|
63
|
+
<state line="30" column="47" selection-start="727" selection-end="727" vertical-scroll-proportion="0.57815844">
|
|
77
64
|
<folding />
|
|
78
65
|
</state>
|
|
79
66
|
</provider>
|
|
@@ -112,17 +99,19 @@
|
|
|
112
99
|
<list>
|
|
113
100
|
<option value="$PROJECT_DIR$/CHANGES" />
|
|
114
101
|
<option value="$PROJECT_DIR$/lib/gemspec_deps_gem/gemspec_deps_gen.rb" />
|
|
115
|
-
<option value="$PROJECT_DIR$/Gemfile" />
|
|
116
102
|
<option value="$PROJECT_DIR$/lib/gemspec_deps_gem/version.rb" />
|
|
117
103
|
<option value="$PROJECT_DIR$/gemspec_deps_gen.gemspec" />
|
|
118
104
|
<option value="$PROJECT_DIR$/.rvmrc" />
|
|
105
|
+
<option value="$PROJECT_DIR$/Gemfile" />
|
|
119
106
|
<option value="$PROJECT_DIR$/Rakefile" />
|
|
107
|
+
<option value="$PROJECT_DIR$/lib/gemspec_deps_gen/gemspec_deps_gen.rb" />
|
|
108
|
+
<option value="$PROJECT_DIR$/lib/gemspec_deps_gen/version.rb" />
|
|
120
109
|
</list>
|
|
121
110
|
</option>
|
|
122
111
|
</component>
|
|
123
112
|
<component name="ProjectFrameBounds">
|
|
124
|
-
<option name="x" value="
|
|
125
|
-
<option name="y" value="
|
|
113
|
+
<option name="x" value="240" />
|
|
114
|
+
<option name="y" value="142" />
|
|
126
115
|
<option name="width" value="1588" />
|
|
127
116
|
<option name="height" value="1058" />
|
|
128
117
|
</component>
|
|
@@ -152,6 +141,7 @@
|
|
|
152
141
|
<sortByType />
|
|
153
142
|
</navigator>
|
|
154
143
|
<panes>
|
|
144
|
+
<pane id="Scope" />
|
|
155
145
|
<pane id="ProjectPane">
|
|
156
146
|
<subPane>
|
|
157
147
|
<PATH>
|
|
@@ -190,7 +180,6 @@
|
|
|
190
180
|
</PATH>
|
|
191
181
|
</subPane>
|
|
192
182
|
</pane>
|
|
193
|
-
<pane id="Scope" />
|
|
194
183
|
</panes>
|
|
195
184
|
</component>
|
|
196
185
|
<component name="RunManager">
|
|
@@ -265,22 +254,18 @@
|
|
|
265
254
|
<method />
|
|
266
255
|
</configuration>
|
|
267
256
|
<list size="0" />
|
|
268
|
-
<recent_temporary>
|
|
269
|
-
<list size="0" />
|
|
270
|
-
</recent_temporary>
|
|
271
257
|
</component>
|
|
272
258
|
<component name="ShelveChangesManager" show_recycled="false" />
|
|
273
259
|
<component name="ToolWindowManager">
|
|
274
|
-
<frame x="
|
|
275
|
-
<editor active="
|
|
260
|
+
<frame x="240" y="142" width="1588" height="1058" extended-state="0" />
|
|
261
|
+
<editor active="true" />
|
|
276
262
|
<layout>
|
|
277
|
-
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3298647" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
|
278
263
|
<window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
|
279
264
|
<window_info id="CSS-X-Fire" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
|
280
265
|
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
|
281
266
|
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="true" content_ui="tabs" />
|
|
282
267
|
<window_info id="jenkinsBrowser" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
|
283
|
-
<window_info id="Project" active="
|
|
268
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.25" sideWeight="0.67013526" order="0" side_tool="false" content_ui="combo" />
|
|
284
269
|
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
|
285
270
|
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
|
|
286
271
|
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
|
|
@@ -290,6 +275,7 @@
|
|
|
290
275
|
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
|
291
276
|
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
292
277
|
<window_info id="Find" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.3298647" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
278
|
+
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3298647" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
|
293
279
|
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
|
294
280
|
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
|
295
281
|
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
|
@@ -395,9 +381,7 @@
|
|
|
395
381
|
</entry>
|
|
396
382
|
<entry file="file://$PROJECT_DIR$/README.md">
|
|
397
383
|
<provider selected="true" editor-type-id="text-editor">
|
|
398
|
-
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0"
|
|
399
|
-
<folding />
|
|
400
|
-
</state>
|
|
384
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" />
|
|
401
385
|
</provider>
|
|
402
386
|
</entry>
|
|
403
387
|
<entry file="file://$PROJECT_DIR$/Gemfile">
|
|
@@ -407,58 +391,56 @@
|
|
|
407
391
|
</state>
|
|
408
392
|
</provider>
|
|
409
393
|
</entry>
|
|
410
|
-
<entry file="file://$PROJECT_DIR$/
|
|
394
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
|
411
395
|
<provider selected="true" editor-type-id="text-editor">
|
|
412
|
-
<state line="
|
|
413
|
-
<folding />
|
|
414
|
-
</state>
|
|
396
|
+
<state line="3" column="29" selection-start="64" selection-end="64" vertical-scroll-proportion="0.0" />
|
|
415
397
|
</provider>
|
|
416
398
|
</entry>
|
|
417
|
-
<entry file="file://$PROJECT_DIR
|
|
399
|
+
<entry file="file://$PROJECT_DIR$/.rvmrc">
|
|
418
400
|
<provider selected="true" editor-type-id="text-editor">
|
|
419
|
-
<state line="
|
|
401
|
+
<state line="3" column="30" selection-start="87" selection-end="87" vertical-scroll-proportion="0.0">
|
|
420
402
|
<folding />
|
|
421
403
|
</state>
|
|
422
404
|
</provider>
|
|
423
405
|
</entry>
|
|
424
|
-
<entry file="file://$PROJECT_DIR$/
|
|
406
|
+
<entry file="file://$PROJECT_DIR$/CHANGES">
|
|
425
407
|
<provider selected="true" editor-type-id="text-editor">
|
|
426
|
-
<state line="
|
|
408
|
+
<state line="0" column="2" selection-start="2" selection-end="2" vertical-scroll-proportion="0.0">
|
|
427
409
|
<folding />
|
|
428
410
|
</state>
|
|
429
411
|
</provider>
|
|
430
412
|
</entry>
|
|
431
|
-
<entry file="file://$PROJECT_DIR$/
|
|
413
|
+
<entry file="file://$PROJECT_DIR$/gemspec_deps_gen.gemspec">
|
|
432
414
|
<provider selected="true" editor-type-id="text-editor">
|
|
433
|
-
<state line="
|
|
415
|
+
<state line="18" column="52" selection-start="712" selection-end="712" vertical-scroll-proportion="0.0">
|
|
434
416
|
<folding />
|
|
435
417
|
</state>
|
|
436
418
|
</provider>
|
|
437
419
|
</entry>
|
|
438
|
-
<entry file="file://$PROJECT_DIR$/
|
|
420
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
|
439
421
|
<provider selected="true" editor-type-id="text-editor">
|
|
440
|
-
<state line="
|
|
422
|
+
<state line="22" column="0" selection-start="390" selection-end="390" vertical-scroll-proportion="0.37687367">
|
|
441
423
|
<folding />
|
|
442
424
|
</state>
|
|
443
425
|
</provider>
|
|
444
426
|
</entry>
|
|
445
|
-
<entry file="file://$PROJECT_DIR$/
|
|
427
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
|
446
428
|
<provider selected="true" editor-type-id="text-editor">
|
|
447
|
-
<state line="
|
|
429
|
+
<state line="4" column="17" selection-start="69" selection-end="69" vertical-scroll-proportion="0.0">
|
|
448
430
|
<folding />
|
|
449
431
|
</state>
|
|
450
432
|
</provider>
|
|
451
433
|
</entry>
|
|
452
|
-
<entry file="file://$PROJECT_DIR
|
|
434
|
+
<entry file="file://$PROJECT_DIR$/lib/gemspec_deps_gen/version.rb">
|
|
453
435
|
<provider selected="true" editor-type-id="text-editor">
|
|
454
|
-
<state line="
|
|
436
|
+
<state line="1" column="18" selection-start="40" selection-end="40" vertical-scroll-proportion="0.0">
|
|
455
437
|
<folding />
|
|
456
438
|
</state>
|
|
457
439
|
</provider>
|
|
458
440
|
</entry>
|
|
459
|
-
<entry file="file://$PROJECT_DIR$/
|
|
441
|
+
<entry file="file://$PROJECT_DIR$/lib/gemspec_deps_gen/gemspec_deps_gen.rb">
|
|
460
442
|
<provider selected="true" editor-type-id="text-editor">
|
|
461
|
-
<state line="
|
|
443
|
+
<state line="30" column="47" selection-start="727" selection-end="727" vertical-scroll-proportion="0.57815844">
|
|
462
444
|
<folding />
|
|
463
445
|
</state>
|
|
464
446
|
</provider>
|
data/Gemfile
CHANGED
data/Rakefile
CHANGED
|
@@ -1,13 +1,22 @@
|
|
|
1
|
-
require 'erb'
|
|
2
1
|
require 'bundler'
|
|
2
|
+
require 'file_utils'
|
|
3
3
|
|
|
4
4
|
class GemspecDepsGen
|
|
5
|
+
include FileUtils
|
|
6
|
+
|
|
5
7
|
def bundler_gems group
|
|
6
8
|
Bundler.environment.dependencies.select { |d| d.groups.include?(group) }.collect
|
|
7
9
|
end
|
|
8
10
|
|
|
11
|
+
def generate_dependencies source, target
|
|
12
|
+
include_dependencies = generate_included_dependencies
|
|
13
|
+
|
|
14
|
+
write_to_file(execute_template(source, binding), target)
|
|
15
|
+
end
|
|
16
|
+
|
|
9
17
|
def generate_included_dependencies
|
|
10
18
|
text = ""
|
|
19
|
+
|
|
11
20
|
bundler_gems(:default).each do |gem|
|
|
12
21
|
text += "spec.add_runtime_dependency \"#{gem.name}\", #{gem.requirements_list}\n "
|
|
13
22
|
end
|
|
@@ -18,14 +27,4 @@ class GemspecDepsGen
|
|
|
18
27
|
|
|
19
28
|
text
|
|
20
29
|
end
|
|
21
|
-
|
|
22
|
-
def generate_dependencies source, target
|
|
23
|
-
include_dependencies = generate_included_dependencies
|
|
24
|
-
|
|
25
|
-
template = ERB.new File.open(source).read
|
|
26
|
-
|
|
27
|
-
File.open(target, "w") do |file|
|
|
28
|
-
file.write(template.result(binding))
|
|
29
|
-
end
|
|
30
|
-
end
|
|
31
30
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gemspec_deps_gen
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-06-
|
|
12
|
+
date: 2012-06-16 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: ! 'Class for generating dependencies inside gemspec file '
|
|
15
15
|
email: alexander.shvets@gmail.com
|