shadow_db_credentials 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/misc.xml +1 -1
- data/.idea/shadow_db_credentials.iml +10 -1
- data/.idea/workspace.xml +88 -30
- data/lib/shadow_db_credentials/version.rb +1 -1
- data/shadow_db_credentials.gemspec +24 -0
- metadata +2 -1
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
|
+
<component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-1.9.3-p194 [shadow_db_credentials]" project-jdk-type="RUBY_SDK" />
|
|
4
4
|
</project>
|
|
5
5
|
|
|
@@ -4,7 +4,16 @@
|
|
|
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.
|
|
7
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.1.3, RVM: ruby-1.9.3-p194 [shadow_db_credentials]) [gem]" level="application" />
|
|
8
|
+
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.1.3, RVM: ruby-1.9.3-p194 [shadow_db_credentials]) [gem]" level="application" />
|
|
9
|
+
<orderEntry type="library" scope="PROVIDED" name="gemcutter (v0.7.1, RVM: ruby-1.9.3-p194 [shadow_db_credentials]) [gem]" level="application" />
|
|
10
|
+
<orderEntry type="library" scope="PROVIDED" name="gemspec_deps_gen (v1.0.0, RVM: ruby-1.9.3-p194 [shadow_db_credentials]) [gem]" level="application" />
|
|
11
|
+
<orderEntry type="library" scope="PROVIDED" name="metaclass (v0.0.1, RVM: ruby-1.9.3-p194 [shadow_db_credentials]) [gem]" level="application" />
|
|
12
|
+
<orderEntry type="library" scope="PROVIDED" name="mocha (v0.10.3, RVM: ruby-1.9.3-p194 [shadow_db_credentials]) [gem]" level="application" />
|
|
13
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec (v2.9.0, RVM: ruby-1.9.3-p194 [shadow_db_credentials]) [gem]" level="application" />
|
|
14
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v2.9.0, RVM: ruby-1.9.3-p194 [shadow_db_credentials]) [gem]" level="application" />
|
|
15
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v2.9.1, RVM: ruby-1.9.3-p194 [shadow_db_credentials]) [gem]" level="application" />
|
|
16
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v2.9.0, RVM: ruby-1.9.3-p194 [shadow_db_credentials]) [gem]" level="application" />
|
|
8
17
|
</component>
|
|
9
18
|
</module>
|
|
10
19
|
|
data/.idea/workspace.xml
CHANGED
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
<project version="4">
|
|
3
3
|
<component name="ChangeListManager">
|
|
4
4
|
<list default="true" id="48445419-a9bd-462b-a38e-4f503de87dd4" name="Default" comment="">
|
|
5
|
-
<change type="
|
|
5
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/shadow_db_credentials.gemspec" />
|
|
6
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
|
7
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/shadow_db_credentials/version.rb" afterPath="$PROJECT_DIR$/lib/shadow_db_credentials/version.rb" />
|
|
6
8
|
</list>
|
|
7
9
|
<ignored path="shadow_db_credentials.iws" />
|
|
8
10
|
<ignored path=".idea/workspace.xml" />
|
|
@@ -27,7 +29,7 @@
|
|
|
27
29
|
<file leaf-file-name="Gemfile" pinned="false" current="false" current-in-tab="false">
|
|
28
30
|
<entry file="file://$PROJECT_DIR$/Gemfile">
|
|
29
31
|
<provider selected="true" editor-type-id="text-editor">
|
|
30
|
-
<state line="
|
|
32
|
+
<state line="3" column="13" selection-start="36" selection-end="36" vertical-scroll-proportion="0.0">
|
|
31
33
|
<folding />
|
|
32
34
|
</state>
|
|
33
35
|
</provider>
|
|
@@ -36,7 +38,7 @@
|
|
|
36
38
|
<file leaf-file-name="shadow_db_credentials.gemspec.erb" pinned="false" current="false" current-in-tab="false">
|
|
37
39
|
<entry file="file://$PROJECT_DIR$/shadow_db_credentials.gemspec.erb">
|
|
38
40
|
<provider selected="true" editor-type-id="text-editor">
|
|
39
|
-
<state line="18" column="41" selection-start="892" selection-end="892" vertical-scroll-proportion="
|
|
41
|
+
<state line="18" column="41" selection-start="892" selection-end="892" vertical-scroll-proportion="0.0">
|
|
40
42
|
<folding />
|
|
41
43
|
</state>
|
|
42
44
|
</provider>
|
|
@@ -60,19 +62,19 @@
|
|
|
60
62
|
</provider>
|
|
61
63
|
</entry>
|
|
62
64
|
</file>
|
|
63
|
-
<file leaf-file-name="version.rb" pinned="false" current="
|
|
65
|
+
<file leaf-file-name="version.rb" pinned="false" current="true" current-in-tab="true">
|
|
64
66
|
<entry file="file://$PROJECT_DIR$/lib/shadow_db_credentials/version.rb">
|
|
65
67
|
<provider selected="true" editor-type-id="text-editor">
|
|
66
|
-
<state line="
|
|
68
|
+
<state line="1" column="18" selection-start="45" selection-end="45" vertical-scroll-proportion="0.025931928">
|
|
67
69
|
<folding />
|
|
68
70
|
</state>
|
|
69
71
|
</provider>
|
|
70
72
|
</entry>
|
|
71
73
|
</file>
|
|
72
|
-
<file leaf-file-name="Rakefile" pinned="false" current="
|
|
74
|
+
<file leaf-file-name="Rakefile" pinned="false" current="false" current-in-tab="false">
|
|
73
75
|
<entry file="file://$PROJECT_DIR$/Rakefile">
|
|
74
76
|
<provider selected="true" editor-type-id="text-editor">
|
|
75
|
-
<state line="
|
|
77
|
+
<state line="19" column="90" selection-start="439" selection-end="439" vertical-scroll-proportion="0.0">
|
|
76
78
|
<folding />
|
|
77
79
|
</state>
|
|
78
80
|
</provider>
|
|
@@ -94,8 +96,8 @@
|
|
|
94
96
|
<option value="$PROJECT_DIR$/lib/shadow_db_credentials.rb" />
|
|
95
97
|
<option value="$PROJECT_DIR$/shadow_db_credentials.gemspec.erb" />
|
|
96
98
|
<option value="$PROJECT_DIR$/CHANGES" />
|
|
97
|
-
<option value="$PROJECT_DIR$/lib/shadow_db_credentials/version.rb" />
|
|
98
99
|
<option value="$PROJECT_DIR$/Rakefile" />
|
|
100
|
+
<option value="$PROJECT_DIR$/lib/shadow_db_credentials/version.rb" />
|
|
99
101
|
</list>
|
|
100
102
|
</option>
|
|
101
103
|
</component>
|
|
@@ -131,7 +133,6 @@
|
|
|
131
133
|
<sortByType />
|
|
132
134
|
</navigator>
|
|
133
135
|
<panes>
|
|
134
|
-
<pane id="Scope" />
|
|
135
136
|
<pane id="ProjectPane">
|
|
136
137
|
<subPane>
|
|
137
138
|
<PATH>
|
|
@@ -184,6 +185,7 @@
|
|
|
184
185
|
</PATH>
|
|
185
186
|
</subPane>
|
|
186
187
|
</pane>
|
|
188
|
+
<pane id="Scope" />
|
|
187
189
|
</panes>
|
|
188
190
|
</component>
|
|
189
191
|
<component name="RecentsManager">
|
|
@@ -220,6 +222,24 @@
|
|
|
220
222
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
|
221
223
|
<method />
|
|
222
224
|
</configuration>
|
|
225
|
+
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
|
226
|
+
<module name="" />
|
|
227
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
228
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
|
229
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
230
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
231
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
|
232
|
+
<envs />
|
|
233
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
234
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
235
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
236
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
237
|
+
</COVERAGE_PATTERN>
|
|
238
|
+
</EXTENSION>
|
|
239
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
|
240
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
|
241
|
+
<method />
|
|
242
|
+
</configuration>
|
|
223
243
|
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
|
224
244
|
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
|
225
245
|
<module name="" />
|
|
@@ -251,25 +271,25 @@
|
|
|
251
271
|
<frame x="332" y="39" width="1588" height="1058" extended-state="0" />
|
|
252
272
|
<editor active="true" />
|
|
253
273
|
<layout>
|
|
254
|
-
<window_info id="
|
|
255
|
-
<window_info id="
|
|
256
|
-
<window_info id="
|
|
257
|
-
<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" />
|
|
258
|
-
<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="-1" side_tool="true" content_ui="tabs" />
|
|
259
|
-
<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="-1" side_tool="true" content_ui="tabs" />
|
|
260
|
-
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
|
261
|
-
<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" />
|
|
262
|
-
<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="-1" side_tool="false" content_ui="tabs" />
|
|
274
|
+
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.3298647" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
|
275
|
+
<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" />
|
|
276
|
+
<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" />
|
|
263
277
|
<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" />
|
|
264
278
|
<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" />
|
|
279
|
+
<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" />
|
|
265
280
|
<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" />
|
|
281
|
+
<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" />
|
|
282
|
+
<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" />
|
|
283
|
+
<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" />
|
|
266
284
|
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
|
285
|
+
<window_info id="Version Control" 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" />
|
|
267
286
|
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
|
268
287
|
<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" />
|
|
269
288
|
<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" />
|
|
289
|
+
<window_info id="Find" active="false" 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" />
|
|
270
290
|
<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" />
|
|
271
|
-
<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" />
|
|
272
291
|
<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" />
|
|
292
|
+
<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" />
|
|
273
293
|
</layout>
|
|
274
294
|
</component>
|
|
275
295
|
<component name="VcsContentAnnotationSettings">
|
|
@@ -328,30 +348,61 @@
|
|
|
328
348
|
<breakpoint-manager />
|
|
329
349
|
</component>
|
|
330
350
|
<component name="editorHistoryManager">
|
|
331
|
-
<entry file="file://$PROJECT_DIR$/
|
|
351
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
|
332
352
|
<provider selected="true" editor-type-id="text-editor">
|
|
333
|
-
<state line="
|
|
353
|
+
<state line="6" column="0" selection-start="42" selection-end="110" vertical-scroll-proportion="0.0">
|
|
334
354
|
<folding />
|
|
335
355
|
</state>
|
|
336
356
|
</provider>
|
|
337
357
|
</entry>
|
|
338
|
-
<entry file="file://$PROJECT_DIR$/
|
|
358
|
+
<entry file="file://$PROJECT_DIR$/shadow_db_credentials.gemspec.erb">
|
|
339
359
|
<provider selected="true" editor-type-id="text-editor">
|
|
340
|
-
<state line="
|
|
360
|
+
<state line="18" column="41" selection-start="892" selection-end="892" vertical-scroll-proportion="0.0">
|
|
341
361
|
<folding />
|
|
342
362
|
</state>
|
|
343
363
|
</provider>
|
|
344
364
|
</entry>
|
|
345
|
-
<entry file="file://$PROJECT_DIR$/
|
|
365
|
+
<entry file="file://$PROJECT_DIR$/CHANGES">
|
|
366
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
367
|
+
<state line="0" column="23" selection-start="23" selection-end="23" vertical-scroll-proportion="0.0">
|
|
368
|
+
<folding />
|
|
369
|
+
</state>
|
|
370
|
+
</provider>
|
|
371
|
+
</entry>
|
|
372
|
+
<entry file="file://$PROJECT_DIR$/lib/shadow_db_credentials/shadow_db_credentials.rb">
|
|
346
373
|
<provider selected="true" editor-type-id="text-editor">
|
|
347
|
-
<state line="
|
|
374
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
|
|
348
375
|
<folding />
|
|
349
376
|
</state>
|
|
350
377
|
</provider>
|
|
351
378
|
</entry>
|
|
379
|
+
<entry file="file://$PROJECT_DIR$/lib/shadow_db_credentials/version.rb">
|
|
380
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
381
|
+
<state line="3" column="134" selection-start="51" selection-end="51" vertical-scroll-proportion="0.0">
|
|
382
|
+
<folding />
|
|
383
|
+
</state>
|
|
384
|
+
</provider>
|
|
385
|
+
</entry>
|
|
386
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
|
387
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
388
|
+
<state line="19" column="90" selection-start="439" selection-end="439" vertical-scroll-proportion="0.0">
|
|
389
|
+
<folding />
|
|
390
|
+
</state>
|
|
391
|
+
</provider>
|
|
392
|
+
</entry>
|
|
393
|
+
<entry file="file://$PROJECT_DIR$/lib/shadow_db_credentials.rb">
|
|
394
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
395
|
+
<state line="1" column="0" selection-start="32" selection-end="32" vertical-scroll-proportion="0.01713062" />
|
|
396
|
+
</provider>
|
|
397
|
+
</entry>
|
|
398
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
|
399
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
400
|
+
<state line="3" column="0" selection-start="45" selection-end="129" vertical-scroll-proportion="0.051391862" />
|
|
401
|
+
</provider>
|
|
402
|
+
</entry>
|
|
352
403
|
<entry file="file://$PROJECT_DIR$/shadow_db_credentials.gemspec.erb">
|
|
353
404
|
<provider selected="true" editor-type-id="text-editor">
|
|
354
|
-
<state line="18" column="41" selection-start="892" selection-end="892" vertical-scroll-proportion="
|
|
405
|
+
<state line="18" column="41" selection-start="892" selection-end="892" vertical-scroll-proportion="0.0">
|
|
355
406
|
<folding />
|
|
356
407
|
</state>
|
|
357
408
|
</provider>
|
|
@@ -370,16 +421,23 @@
|
|
|
370
421
|
</state>
|
|
371
422
|
</provider>
|
|
372
423
|
</entry>
|
|
373
|
-
<entry file="file://$PROJECT_DIR$/
|
|
424
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
|
374
425
|
<provider selected="true" editor-type-id="text-editor">
|
|
375
|
-
<state line="
|
|
426
|
+
<state line="19" column="90" selection-start="439" selection-end="439" vertical-scroll-proportion="0.0">
|
|
376
427
|
<folding />
|
|
377
428
|
</state>
|
|
378
429
|
</provider>
|
|
379
430
|
</entry>
|
|
380
|
-
<entry file="file://$PROJECT_DIR$/
|
|
431
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
|
432
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
433
|
+
<state line="3" column="13" selection-start="36" selection-end="36" vertical-scroll-proportion="0.0">
|
|
434
|
+
<folding />
|
|
435
|
+
</state>
|
|
436
|
+
</provider>
|
|
437
|
+
</entry>
|
|
438
|
+
<entry file="file://$PROJECT_DIR$/lib/shadow_db_credentials/version.rb">
|
|
381
439
|
<provider selected="true" editor-type-id="text-editor">
|
|
382
|
-
<state line="
|
|
440
|
+
<state line="1" column="18" selection-start="45" selection-end="45" vertical-scroll-proportion="0.025931928">
|
|
383
441
|
<folding />
|
|
384
442
|
</state>
|
|
385
443
|
</provider>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# -*- encoding: utf-8 -*-
|
|
2
|
+
|
|
3
|
+
require File.expand_path(File.dirname(__FILE__) + '/lib/shadow_db_credentials/version')
|
|
4
|
+
|
|
5
|
+
Gem::Specification.new do |spec|
|
|
6
|
+
spec.name = "shadow_db_credentials"
|
|
7
|
+
spec.summary = %q{Class that helps to keep database credentials for rails application in private place}
|
|
8
|
+
spec.description = %q{Class that helps to keep database credentials for rails application in private place}
|
|
9
|
+
spec.email = "alexander.shvets@gmail.com"
|
|
10
|
+
spec.authors = ["Alexander Shvets"]
|
|
11
|
+
spec.homepage = "http://github.com/shvets/shadow_db_credentials"
|
|
12
|
+
|
|
13
|
+
spec.files = `git ls-files`.split($\)
|
|
14
|
+
#spec.executables = spec.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
|
15
|
+
#gemspec.bindir = "bin"
|
|
16
|
+
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
17
|
+
spec.require_paths = ["lib"]
|
|
18
|
+
spec.version = ShadowDbCredentials::VERSION
|
|
19
|
+
|
|
20
|
+
spec.add_development_dependency "gemspec_deps_gen", [">= 0"]
|
|
21
|
+
spec.add_development_dependency "gemcutter", [">= 0"]
|
|
22
|
+
|
|
23
|
+
end
|
|
24
|
+
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: shadow_db_credentials
|
|
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:
|
|
@@ -70,6 +70,7 @@ files:
|
|
|
70
70
|
- lib/shadow_db_credentials.rb
|
|
71
71
|
- lib/shadow_db_credentials/shadow_db_credentials.rb
|
|
72
72
|
- lib/shadow_db_credentials/version.rb
|
|
73
|
+
- shadow_db_credentials.gemspec
|
|
73
74
|
- shadow_db_credentials.gemspec.erb
|
|
74
75
|
homepage: http://github.com/shvets/shadow_db_credentials
|
|
75
76
|
licenses: []
|