faker_enhanced 0.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.
- checksums.yaml +7 -0
- data/.gitignore +14 -0
- data/.idea/.name +1 -0
- data/.idea/.rakeTasks +7 -0
- data/.idea/encodings.xml +4 -0
- data/.idea/faker_enhanced.iml +44 -0
- data/.idea/misc.xml +4 -0
- data/.idea/modules.xml +8 -0
- data/.idea/scopes/scope_settings.xml +5 -0
- data/.idea/vcs.xml +6 -0
- data/.idea/workspace.xml +306 -0
- data/Gemfile +5 -0
- data/LICENSE.txt +22 -0
- data/README.md +31 -0
- data/Rakefile +2 -0
- data/faker_enhanced.gemspec +23 -0
- data/lib/faker_enhanced.rb +11 -0
- data/lib/faker_enhanced/version.rb +3 -0
- metadata +89 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 64dcc77f71ae164a694861066bcbff42ff9d4958
|
|
4
|
+
data.tar.gz: ff8b963a50477d3394cdc4aeb446263fb1768445
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 8c47542c90580e68b8a3c9e1bb0660962154b448dcc60c6e6be92b3709711a483bc5c3596ac9a7e13d35c3dcc368cab5944f726f21b2f003b538b6bf4a7f8848
|
|
7
|
+
data.tar.gz: 88dd698365da9256e84f01bbac53e4195447d76694457122c7be5d091a59944c38a4756f9d57430b196c65bd523c1be9af7192a63299f41823ce5bdb5926b4bd
|
data/.gitignore
ADDED
data/.idea/.name
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
faker_enhanced
|
data/.idea/.rakeTasks
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<Settings><!--This file was automatically generated by Ruby plugin.
|
|
3
|
+
You are allowed to:
|
|
4
|
+
1. Remove rake task
|
|
5
|
+
2. Add existing rake tasks
|
|
6
|
+
To add existing rake tasks automatically delete this file and reload the project.
|
|
7
|
+
--><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build faker_enhanced-0.0.1.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Build and install faker_enhanced-0.0.1.gem into system gems" fullCmd="install" taksId="install" /><RakeTask description="Create tag v0.0.1 and build and push faker_enhanced-0.0.1.gem to Rubygems" fullCmd="release" taksId="release" /></RakeGroup></Settings>
|
data/.idea/encodings.xml
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
|
3
|
+
<component name="FacetManager">
|
|
4
|
+
<facet type="gem" name="Ruby Gem">
|
|
5
|
+
<configuration>
|
|
6
|
+
<option name="GEM_APP_ROOT_PATH" value="$MODULE_DIR$" />
|
|
7
|
+
<option name="GEM_APP_TEST_PATH" value="" />
|
|
8
|
+
<option name="GEM_APP_LIB_PATH" value="" />
|
|
9
|
+
</configuration>
|
|
10
|
+
</facet>
|
|
11
|
+
</component>
|
|
12
|
+
<component name="ModuleRunConfigurationManager">
|
|
13
|
+
<configuration default="false" name="IRB console: faker_enhanced" type="IrbRunConfigurationType" factoryName="IRB console" temporary="true">
|
|
14
|
+
<module name="faker_enhanced" />
|
|
15
|
+
<IRB_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
16
|
+
<IRB_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
|
17
|
+
<IRB_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
18
|
+
<IRB_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
19
|
+
<IRB_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
|
20
|
+
<envs />
|
|
21
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
22
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
23
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
24
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
25
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
26
|
+
</COVERAGE_PATTERN>
|
|
27
|
+
</EXTENSION>
|
|
28
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
29
|
+
<IRB_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$USER_HOME$/.rvm/rubies/ruby-2.1.2/bin/irb" />
|
|
30
|
+
<IRB_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="--prompt simple" />
|
|
31
|
+
<IRB_RUN_CONFIG NAME="IS_RAILS_CONSOLE" VALUE="false" />
|
|
32
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
|
33
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
|
34
|
+
<method />
|
|
35
|
+
</configuration>
|
|
36
|
+
</component>
|
|
37
|
+
<component name="NewModuleRootManager">
|
|
38
|
+
<content url="file://$MODULE_DIR$" />
|
|
39
|
+
<orderEntry type="inheritedJdk" />
|
|
40
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
41
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.7.3, RVM: ruby-2.1.2) [gem]" level="application" />
|
|
42
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v10.4.2, RVM: ruby-2.1.2) [gem]" level="application" />
|
|
43
|
+
</component>
|
|
44
|
+
</module>
|
data/.idea/misc.xml
ADDED
data/.idea/modules.xml
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ProjectModuleManager">
|
|
4
|
+
<modules>
|
|
5
|
+
<module fileurl="file://$PROJECT_DIR$/.idea/faker_enhanced.iml" filepath="$PROJECT_DIR$/.idea/faker_enhanced.iml" />
|
|
6
|
+
</modules>
|
|
7
|
+
</component>
|
|
8
|
+
</project>
|
data/.idea/vcs.xml
ADDED
data/.idea/workspace.xml
ADDED
|
@@ -0,0 +1,306 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ChangeListManager">
|
|
4
|
+
<list default="true" id="860721f4-0bf7-4704-8082-5eccc84965f8" name="Default" comment="" />
|
|
5
|
+
<ignored path="faker_enhanced.iws" />
|
|
6
|
+
<ignored path=".idea/workspace.xml" />
|
|
7
|
+
<ignored path=".idea/dataSources.local.xml" />
|
|
8
|
+
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
|
9
|
+
<option name="TRACKING_ENABLED" value="true" />
|
|
10
|
+
<option name="SHOW_DIALOG" value="false" />
|
|
11
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
12
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
13
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
14
|
+
</component>
|
|
15
|
+
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
|
16
|
+
<component name="CoverageDataManager">
|
|
17
|
+
<SUITE FILE_PATH="coverage/faker_enhanced@IRB_console__faker_enhanced.coverage" NAME="IRB console: faker_enhanced Coverage Results" MODIFIED="1425802597033" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="faker_enhanced" />
|
|
18
|
+
</component>
|
|
19
|
+
<component name="CreatePatchCommitExecutor">
|
|
20
|
+
<option name="PATCH_PATH" value="" />
|
|
21
|
+
</component>
|
|
22
|
+
<component name="DaemonCodeAnalyzer">
|
|
23
|
+
<disable_hints />
|
|
24
|
+
</component>
|
|
25
|
+
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
|
26
|
+
<component name="FavoritesManager">
|
|
27
|
+
<favorites_list name="faker_enhanced" />
|
|
28
|
+
</component>
|
|
29
|
+
<component name="FileEditorManager">
|
|
30
|
+
<leaf>
|
|
31
|
+
<file leaf-file-name="faker_enhanced.gemspec" pinned="false" current-in-tab="false">
|
|
32
|
+
<entry file="file://$PROJECT_DIR$/faker_enhanced.gemspec">
|
|
33
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
34
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="54" max-vertical-offset="733">
|
|
35
|
+
<caret line="9" column="18" selection-start-line="9" selection-start-column="18" selection-end-line="9" selection-end-column="18" />
|
|
36
|
+
<folding />
|
|
37
|
+
</state>
|
|
38
|
+
</provider>
|
|
39
|
+
</entry>
|
|
40
|
+
</file>
|
|
41
|
+
<file leaf-file-name="faker_enhanced.rb" pinned="false" current-in-tab="true">
|
|
42
|
+
<entry file="file://$PROJECT_DIR$/lib/faker_enhanced.rb">
|
|
43
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
44
|
+
<state vertical-scroll-proportion="0.7118644" vertical-offset="0" max-vertical-offset="606">
|
|
45
|
+
<caret line="14" column="3" selection-start-line="14" selection-start-column="3" selection-end-line="14" selection-end-column="3" />
|
|
46
|
+
<folding />
|
|
47
|
+
</state>
|
|
48
|
+
</provider>
|
|
49
|
+
</entry>
|
|
50
|
+
</file>
|
|
51
|
+
<file leaf-file-name="version.rb" pinned="false" current-in-tab="false">
|
|
52
|
+
<entry file="file://$PROJECT_DIR$/lib/faker_enhanced/version.rb">
|
|
53
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
54
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="373">
|
|
55
|
+
<caret line="3" column="0" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" />
|
|
56
|
+
<folding />
|
|
57
|
+
</state>
|
|
58
|
+
</provider>
|
|
59
|
+
</entry>
|
|
60
|
+
</file>
|
|
61
|
+
</leaf>
|
|
62
|
+
</component>
|
|
63
|
+
<component name="IdeDocumentHistory">
|
|
64
|
+
<option name="CHANGED_PATHS">
|
|
65
|
+
<list>
|
|
66
|
+
<option value="$PROJECT_DIR$/faker_enhanced.gemspec" />
|
|
67
|
+
<option value="$PROJECT_DIR$/lib/faker_enhanced.rb" />
|
|
68
|
+
</list>
|
|
69
|
+
</option>
|
|
70
|
+
</component>
|
|
71
|
+
<component name="JsGulpfileManager">
|
|
72
|
+
<detection-done>true</detection-done>
|
|
73
|
+
</component>
|
|
74
|
+
<component name="ProjectFrameBounds">
|
|
75
|
+
<option name="x" value="50" />
|
|
76
|
+
<option name="y" value="-4" />
|
|
77
|
+
<option name="width" value="1316" />
|
|
78
|
+
<option name="height" value="772" />
|
|
79
|
+
</component>
|
|
80
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
|
81
|
+
<OptionsSetting value="true" id="Add" />
|
|
82
|
+
<OptionsSetting value="true" id="Remove" />
|
|
83
|
+
<OptionsSetting value="true" id="Checkout" />
|
|
84
|
+
<OptionsSetting value="true" id="Update" />
|
|
85
|
+
<OptionsSetting value="true" id="Status" />
|
|
86
|
+
<OptionsSetting value="true" id="Edit" />
|
|
87
|
+
<ConfirmationsSetting value="0" id="Add" />
|
|
88
|
+
<ConfirmationsSetting value="0" id="Remove" />
|
|
89
|
+
</component>
|
|
90
|
+
<component name="ProjectView">
|
|
91
|
+
<navigator currentView="ProjectPane" proportions="" version="1">
|
|
92
|
+
<flattenPackages />
|
|
93
|
+
<showMembers />
|
|
94
|
+
<showModules />
|
|
95
|
+
<showLibraryContents />
|
|
96
|
+
<hideEmptyPackages />
|
|
97
|
+
<abbreviatePackageNames />
|
|
98
|
+
<autoscrollToSource />
|
|
99
|
+
<autoscrollFromSource />
|
|
100
|
+
<sortByType />
|
|
101
|
+
</navigator>
|
|
102
|
+
<panes>
|
|
103
|
+
<pane id="ProjectPane">
|
|
104
|
+
<subPane>
|
|
105
|
+
<PATH>
|
|
106
|
+
<PATH_ELEMENT>
|
|
107
|
+
<option name="myItemId" value="faker_enhanced" />
|
|
108
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
109
|
+
</PATH_ELEMENT>
|
|
110
|
+
</PATH>
|
|
111
|
+
<PATH>
|
|
112
|
+
<PATH_ELEMENT>
|
|
113
|
+
<option name="myItemId" value="faker_enhanced" />
|
|
114
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
115
|
+
</PATH_ELEMENT>
|
|
116
|
+
<PATH_ELEMENT>
|
|
117
|
+
<option name="myItemId" value="faker_enhanced" />
|
|
118
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
119
|
+
</PATH_ELEMENT>
|
|
120
|
+
</PATH>
|
|
121
|
+
<PATH>
|
|
122
|
+
<PATH_ELEMENT>
|
|
123
|
+
<option name="myItemId" value="faker_enhanced" />
|
|
124
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
125
|
+
</PATH_ELEMENT>
|
|
126
|
+
<PATH_ELEMENT>
|
|
127
|
+
<option name="myItemId" value="faker_enhanced" />
|
|
128
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
129
|
+
</PATH_ELEMENT>
|
|
130
|
+
<PATH_ELEMENT>
|
|
131
|
+
<option name="myItemId" value="lib" />
|
|
132
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
133
|
+
</PATH_ELEMENT>
|
|
134
|
+
</PATH>
|
|
135
|
+
<PATH>
|
|
136
|
+
<PATH_ELEMENT>
|
|
137
|
+
<option name="myItemId" value="faker_enhanced" />
|
|
138
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
139
|
+
</PATH_ELEMENT>
|
|
140
|
+
<PATH_ELEMENT>
|
|
141
|
+
<option name="myItemId" value="faker_enhanced" />
|
|
142
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
143
|
+
</PATH_ELEMENT>
|
|
144
|
+
<PATH_ELEMENT>
|
|
145
|
+
<option name="myItemId" value="lib" />
|
|
146
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
147
|
+
</PATH_ELEMENT>
|
|
148
|
+
<PATH_ELEMENT>
|
|
149
|
+
<option name="myItemId" value="faker_enhanced" />
|
|
150
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
151
|
+
</PATH_ELEMENT>
|
|
152
|
+
</PATH>
|
|
153
|
+
</subPane>
|
|
154
|
+
</pane>
|
|
155
|
+
<pane id="Scope" />
|
|
156
|
+
</panes>
|
|
157
|
+
</component>
|
|
158
|
+
<component name="PropertiesComponent">
|
|
159
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
160
|
+
<property name="recentsLimit" value="5" />
|
|
161
|
+
<property name="last_opened_file_path" value="$PROJECT_DIR$/../faker_copied" />
|
|
162
|
+
</component>
|
|
163
|
+
<component name="RunManager" selected="IRB console.IRB console: faker_enhanced">
|
|
164
|
+
<configuration default="false" name="IRB console: faker_enhanced" type="IrbRunConfigurationType" factoryName="IRB console" temporary="true">
|
|
165
|
+
<module name="faker_enhanced" />
|
|
166
|
+
<IRB_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
167
|
+
<IRB_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
|
168
|
+
<IRB_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
169
|
+
<IRB_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
170
|
+
<IRB_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
|
171
|
+
<envs />
|
|
172
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
173
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
174
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
175
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
176
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
177
|
+
</COVERAGE_PATTERN>
|
|
178
|
+
</EXTENSION>
|
|
179
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
180
|
+
<IRB_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$USER_HOME$/.rvm/rubies/ruby-2.1.2/bin/irb" />
|
|
181
|
+
<IRB_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="--prompt simple" />
|
|
182
|
+
<IRB_RUN_CONFIG NAME="IS_RAILS_CONSOLE" VALUE="false" />
|
|
183
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
|
184
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
|
185
|
+
<method />
|
|
186
|
+
</configuration>
|
|
187
|
+
<configuration default="true" type="IrbRunConfigurationType" factoryName="IRB console">
|
|
188
|
+
<module name="" />
|
|
189
|
+
<IRB_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
190
|
+
<IRB_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
|
191
|
+
<IRB_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
192
|
+
<IRB_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
193
|
+
<IRB_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
|
194
|
+
<envs />
|
|
195
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
196
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
197
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
198
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
199
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
200
|
+
</COVERAGE_PATTERN>
|
|
201
|
+
</EXTENSION>
|
|
202
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
203
|
+
<IRB_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
|
204
|
+
<IRB_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
|
205
|
+
<IRB_RUN_CONFIG NAME="IS_RAILS_CONSOLE" VALUE="false" />
|
|
206
|
+
<method />
|
|
207
|
+
</configuration>
|
|
208
|
+
<list size="1">
|
|
209
|
+
<item index="0" class="java.lang.String" itemvalue="IRB console.IRB console: faker_enhanced" />
|
|
210
|
+
</list>
|
|
211
|
+
<recent_temporary>
|
|
212
|
+
<list size="1">
|
|
213
|
+
<item index="0" class="java.lang.String" itemvalue="IRB console.IRB console: faker_enhanced" />
|
|
214
|
+
</list>
|
|
215
|
+
</recent_temporary>
|
|
216
|
+
</component>
|
|
217
|
+
<component name="ShelveChangesManager" show_recycled="false" />
|
|
218
|
+
<component name="TaskManager">
|
|
219
|
+
<task active="true" id="Default" summary="Default task">
|
|
220
|
+
<changelist id="860721f4-0bf7-4704-8082-5eccc84965f8" name="Default" comment="" />
|
|
221
|
+
<created>1425799911254</created>
|
|
222
|
+
<option name="number" value="Default" />
|
|
223
|
+
<updated>1425799911254</updated>
|
|
224
|
+
</task>
|
|
225
|
+
<servers />
|
|
226
|
+
</component>
|
|
227
|
+
<component name="ToolWindowManager">
|
|
228
|
+
<frame x="50" y="-4" width="1316" height="772" extended-state="6" />
|
|
229
|
+
<editor active="true" />
|
|
230
|
+
<layout>
|
|
231
|
+
<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="-1" side_tool="false" content_ui="tabs" />
|
|
232
|
+
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32872504" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
|
233
|
+
<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" />
|
|
234
|
+
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
|
235
|
+
<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="false" content_ui="tabs" />
|
|
236
|
+
<window_info id="Application Servers" 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" />
|
|
237
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.24960753" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
|
238
|
+
<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" />
|
|
239
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.41781875" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
|
240
|
+
<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" />
|
|
241
|
+
<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" />
|
|
242
|
+
<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" />
|
|
243
|
+
<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" />
|
|
244
|
+
<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" />
|
|
245
|
+
<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" />
|
|
246
|
+
<window_info id="Find" 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" />
|
|
247
|
+
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
|
248
|
+
<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" />
|
|
249
|
+
<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" />
|
|
250
|
+
</layout>
|
|
251
|
+
</component>
|
|
252
|
+
<component name="Vcs.Log.UiProperties">
|
|
253
|
+
<option name="RECENTLY_FILTERED_USER_GROUPS">
|
|
254
|
+
<collection />
|
|
255
|
+
</option>
|
|
256
|
+
<option name="RECENTLY_FILTERED_BRANCH_GROUPS">
|
|
257
|
+
<collection />
|
|
258
|
+
</option>
|
|
259
|
+
</component>
|
|
260
|
+
<component name="VcsContentAnnotationSettings">
|
|
261
|
+
<option name="myLimit" value="2678400000" />
|
|
262
|
+
</component>
|
|
263
|
+
<component name="VcsManagerConfiguration">
|
|
264
|
+
<option name="myTodoPanelSettings">
|
|
265
|
+
<TodoPanelSettings />
|
|
266
|
+
</option>
|
|
267
|
+
</component>
|
|
268
|
+
<component name="XDebuggerManager">
|
|
269
|
+
<breakpoint-manager />
|
|
270
|
+
<watches-manager />
|
|
271
|
+
</component>
|
|
272
|
+
<component name="editorHistoryManager">
|
|
273
|
+
<entry file="file://$PROJECT_DIR$/faker_enhanced.gemspec">
|
|
274
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
275
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="54" max-vertical-offset="808">
|
|
276
|
+
<caret line="9" column="18" selection-start-line="9" selection-start-column="18" selection-end-line="9" selection-end-column="18" />
|
|
277
|
+
<folding />
|
|
278
|
+
</state>
|
|
279
|
+
</provider>
|
|
280
|
+
</entry>
|
|
281
|
+
<entry file="file://$USER_HOME$/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httputils.rb">
|
|
282
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
283
|
+
<state vertical-scroll-proportion="0.59940654" vertical-offset="3848" max-vertical-offset="9481">
|
|
284
|
+
<caret line="225" column="0" selection-start-line="225" selection-start-column="0" selection-end-line="225" selection-end-column="0" />
|
|
285
|
+
<folding />
|
|
286
|
+
</state>
|
|
287
|
+
</provider>
|
|
288
|
+
</entry>
|
|
289
|
+
<entry file="file://$PROJECT_DIR$/lib/faker_enhanced/version.rb">
|
|
290
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
291
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="373">
|
|
292
|
+
<caret line="3" column="0" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" />
|
|
293
|
+
<folding />
|
|
294
|
+
</state>
|
|
295
|
+
</provider>
|
|
296
|
+
</entry>
|
|
297
|
+
<entry file="file://$PROJECT_DIR$/lib/faker_enhanced.rb">
|
|
298
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
299
|
+
<state vertical-scroll-proportion="0.7118644" vertical-offset="0" max-vertical-offset="606">
|
|
300
|
+
<caret line="14" column="3" selection-start-line="14" selection-start-column="3" selection-end-line="14" selection-end-column="3" />
|
|
301
|
+
<folding />
|
|
302
|
+
</state>
|
|
303
|
+
</provider>
|
|
304
|
+
</entry>
|
|
305
|
+
</component>
|
|
306
|
+
</project>
|
data/Gemfile
ADDED
data/LICENSE.txt
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
Copyright (c) 2015 Shiva Bhusal
|
|
2
|
+
|
|
3
|
+
MIT License
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
6
|
+
a copy of this software and associated documentation files (the
|
|
7
|
+
"Software"), to deal in the Software without restriction, including
|
|
8
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
9
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
10
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
11
|
+
the following conditions:
|
|
12
|
+
|
|
13
|
+
The above copyright notice and this permission notice shall be
|
|
14
|
+
included in all copies or substantial portions of the Software.
|
|
15
|
+
|
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
17
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
18
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
19
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
20
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
21
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
22
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# FakerEnhanced
|
|
2
|
+
|
|
3
|
+
TODO: Write a gem description
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
Add this line to your application's Gemfile:
|
|
8
|
+
|
|
9
|
+
```ruby
|
|
10
|
+
gem 'faker_enhanced'
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
And then execute:
|
|
14
|
+
|
|
15
|
+
$ bundle
|
|
16
|
+
|
|
17
|
+
Or install it yourself as:
|
|
18
|
+
|
|
19
|
+
$ gem install faker_enhanced
|
|
20
|
+
|
|
21
|
+
## Usage
|
|
22
|
+
|
|
23
|
+
TODO: Write usage instructions here
|
|
24
|
+
|
|
25
|
+
## Contributing
|
|
26
|
+
|
|
27
|
+
1. Fork it ( https://github.com/shivabhusal/faker_enhanced/fork )
|
|
28
|
+
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
29
|
+
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
30
|
+
4. Push to the branch (`git push origin my-new-feature`)
|
|
31
|
+
5. Create a new Pull Request
|
data/Rakefile
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
lib = File.expand_path('../lib', __FILE__)
|
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
|
+
require 'faker_enhanced/version'
|
|
5
|
+
|
|
6
|
+
Gem::Specification.new do |spec|
|
|
7
|
+
spec.name = "faker_enhanced"
|
|
8
|
+
spec.version = FakerEnhanced::VERSION
|
|
9
|
+
spec.authors = ["Shiva Bhusal"]
|
|
10
|
+
spec.email = ["cba.bhusal@outlook.com"]
|
|
11
|
+
spec.summary = %q{It embeds faking ability in String class.}
|
|
12
|
+
spec.description = %q{Any string fields or variables could now have faking ability.}
|
|
13
|
+
spec.homepage = ""
|
|
14
|
+
spec.license = "MIT"
|
|
15
|
+
|
|
16
|
+
spec.files = `git ls-files -z`.split("\x0")
|
|
17
|
+
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
|
18
|
+
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
19
|
+
spec.require_paths = ["lib"]
|
|
20
|
+
|
|
21
|
+
spec.add_development_dependency "bundler", "~> 1.7"
|
|
22
|
+
spec.add_development_dependency "rake", "~> 10.0"
|
|
23
|
+
end
|
metadata
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: faker_enhanced
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Shiva Bhusal
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2015-03-08 00:00:00.000000000 Z
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: bundler
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - "~>"
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '1.7'
|
|
20
|
+
type: :development
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - "~>"
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '1.7'
|
|
27
|
+
- !ruby/object:Gem::Dependency
|
|
28
|
+
name: rake
|
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - "~>"
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '10.0'
|
|
34
|
+
type: :development
|
|
35
|
+
prerelease: false
|
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - "~>"
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '10.0'
|
|
41
|
+
description: Any string fields or variables could now have faking ability.
|
|
42
|
+
email:
|
|
43
|
+
- cba.bhusal@outlook.com
|
|
44
|
+
executables: []
|
|
45
|
+
extensions: []
|
|
46
|
+
extra_rdoc_files: []
|
|
47
|
+
files:
|
|
48
|
+
- ".gitignore"
|
|
49
|
+
- ".idea/.name"
|
|
50
|
+
- ".idea/.rakeTasks"
|
|
51
|
+
- ".idea/encodings.xml"
|
|
52
|
+
- ".idea/faker_enhanced.iml"
|
|
53
|
+
- ".idea/misc.xml"
|
|
54
|
+
- ".idea/modules.xml"
|
|
55
|
+
- ".idea/scopes/scope_settings.xml"
|
|
56
|
+
- ".idea/vcs.xml"
|
|
57
|
+
- ".idea/workspace.xml"
|
|
58
|
+
- Gemfile
|
|
59
|
+
- LICENSE.txt
|
|
60
|
+
- README.md
|
|
61
|
+
- Rakefile
|
|
62
|
+
- faker_enhanced.gemspec
|
|
63
|
+
- lib/faker_enhanced.rb
|
|
64
|
+
- lib/faker_enhanced/version.rb
|
|
65
|
+
homepage: ''
|
|
66
|
+
licenses:
|
|
67
|
+
- MIT
|
|
68
|
+
metadata: {}
|
|
69
|
+
post_install_message:
|
|
70
|
+
rdoc_options: []
|
|
71
|
+
require_paths:
|
|
72
|
+
- lib
|
|
73
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
74
|
+
requirements:
|
|
75
|
+
- - ">="
|
|
76
|
+
- !ruby/object:Gem::Version
|
|
77
|
+
version: '0'
|
|
78
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
79
|
+
requirements:
|
|
80
|
+
- - ">="
|
|
81
|
+
- !ruby/object:Gem::Version
|
|
82
|
+
version: '0'
|
|
83
|
+
requirements: []
|
|
84
|
+
rubyforge_project:
|
|
85
|
+
rubygems_version: 2.2.2
|
|
86
|
+
signing_key:
|
|
87
|
+
specification_version: 4
|
|
88
|
+
summary: It embeds faking ability in String class.
|
|
89
|
+
test_files: []
|