jquery-mask-plugin 1.14.0 → 1.15.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.idea/jquery-mask-gem.iml +3 -0
- data/.idea/misc.xml +0 -10
- data/.idea/workspace.xml +100 -134
- data/Gemfile +3 -3
- data/Gemfile.lock +36 -33
- data/README.md +1 -1
- data/jquery-mask-plugin.gemspec +1 -1
- data/lib/jquery/mask/plugin/version.rb +1 -1
- metadata +3 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 7be46c6d89c6e7b08e561f9e71fe8145fbe485d18772833abcf6f596c0e1fd77
|
4
|
+
data.tar.gz: dd30a8b2a6b4c8cde2b1e268216a531b989ba496da39612e5e909835f34c1af5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a73cbe948ffd2bf87efe3dbed1da56d39cd8d46088948e068bfdba1c71a24d6f034959d88e8e74fe17230826735d64cc3123f7f228becca77fcd234705321d09
|
7
|
+
data.tar.gz: 485df10a64d1096c4831a41e11ff2b7e453293d525733bafac691de9c249aaa507710525ae039d83868a3412f0c8101866465fbbfe7751d7d9808ef75ae949f5
|
data/.idea/jquery-mask-gem.iml
CHANGED
data/.idea/misc.xml
CHANGED
@@ -1,14 +1,4 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<project version="4">
|
3
|
-
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
4
|
-
<OptionsSetting value="true" id="Add" />
|
5
|
-
<OptionsSetting value="true" id="Remove" />
|
6
|
-
<OptionsSetting value="true" id="Checkout" />
|
7
|
-
<OptionsSetting value="true" id="Update" />
|
8
|
-
<OptionsSetting value="true" id="Status" />
|
9
|
-
<OptionsSetting value="true" id="Edit" />
|
10
|
-
<ConfirmationsSetting value="0" id="Add" />
|
11
|
-
<ConfirmationsSetting value="0" id="Remove" />
|
12
|
-
</component>
|
13
3
|
<component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-2.2.4" project-jdk-type="RUBY_SDK" />
|
14
4
|
</project>
|
data/.idea/workspace.xml
CHANGED
@@ -2,11 +2,12 @@
|
|
2
2
|
<project version="4">
|
3
3
|
<component name="ChangeListManager">
|
4
4
|
<list default="true" id="47d2d0aa-a9cf-4d17-b20e-dcc493665ba6" name="Default" comment="">
|
5
|
-
<change
|
6
|
-
<change
|
7
|
-
<change
|
8
|
-
<change
|
9
|
-
<change
|
5
|
+
<change beforePath="$PROJECT_DIR$/.idea/jquery-mask-gem.iml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/jquery-mask-gem.iml" afterDir="false" />
|
6
|
+
<change beforePath="$PROJECT_DIR$/Gemfile" beforeDir="false" afterPath="$PROJECT_DIR$/Gemfile" afterDir="false" />
|
7
|
+
<change beforePath="$PROJECT_DIR$/Gemfile.lock" beforeDir="false" afterPath="$PROJECT_DIR$/Gemfile.lock" afterDir="false" />
|
8
|
+
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
|
9
|
+
<change beforePath="$PROJECT_DIR$/jquery-mask-plugin.gemspec" beforeDir="false" afterPath="$PROJECT_DIR$/jquery-mask-plugin.gemspec" afterDir="false" />
|
10
|
+
<change beforePath="$PROJECT_DIR$/lib/jquery/mask/plugin/version.rb" beforeDir="false" afterPath="$PROJECT_DIR$/lib/jquery/mask/plugin/version.rb" afterDir="false" />
|
10
11
|
</list>
|
11
12
|
<ignored path="jquery-mask-gem.iws" />
|
12
13
|
<ignored path=".idea/workspace.xml" />
|
@@ -14,7 +15,6 @@
|
|
14
15
|
<ignored path="$PROJECT_DIR$/vendor/bundle/" />
|
15
16
|
<ignored path=".idea/dataSources.local.xml" />
|
16
17
|
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
17
|
-
<option name="TRACKING_ENABLED" value="true" />
|
18
18
|
<option name="SHOW_DIALOG" value="false" />
|
19
19
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
20
20
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
@@ -23,53 +23,62 @@
|
|
23
23
|
<component name="CreatePatchCommitExecutor">
|
24
24
|
<option name="PATCH_PATH" value="" />
|
25
25
|
</component>
|
26
|
-
<component name="
|
26
|
+
<component name="FUSProjectUsageTrigger">
|
27
|
+
<session id="962257519">
|
28
|
+
<usages-collector id="statistics.lifecycle.project">
|
29
|
+
<counts>
|
30
|
+
<entry key="project.open.time.2" value="1" />
|
31
|
+
<entry key="project.opened" value="1" />
|
32
|
+
</counts>
|
33
|
+
</usages-collector>
|
34
|
+
<usages-collector id="statistics.file.extensions.edit">
|
35
|
+
<counts>
|
36
|
+
<entry key="md" value="2" />
|
37
|
+
<entry key="rb" value="1" />
|
38
|
+
</counts>
|
39
|
+
</usages-collector>
|
40
|
+
<usages-collector id="statistics.file.types.edit">
|
41
|
+
<counts>
|
42
|
+
<entry key="Markdown" value="2" />
|
43
|
+
<entry key="Ruby" value="1" />
|
44
|
+
</counts>
|
45
|
+
</usages-collector>
|
46
|
+
<usages-collector id="statistics.file.extensions.open">
|
47
|
+
<counts>
|
48
|
+
<entry key="rb" value="1" />
|
49
|
+
</counts>
|
50
|
+
</usages-collector>
|
51
|
+
<usages-collector id="statistics.file.types.open">
|
52
|
+
<counts>
|
53
|
+
<entry key="Ruby" value="1" />
|
54
|
+
</counts>
|
55
|
+
</usages-collector>
|
56
|
+
</session>
|
57
|
+
</component>
|
27
58
|
<component name="FavoritesManager">
|
28
59
|
<favorites_list name="jquery-mask-gem" />
|
29
60
|
</component>
|
30
61
|
<component name="FileEditorManager">
|
31
62
|
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
32
|
-
<file
|
63
|
+
<file pinned="false" current-in-tab="false">
|
33
64
|
<entry file="file://$PROJECT_DIR$/Gemfile">
|
34
|
-
<provider selected="true" editor-type-id="text-editor"
|
35
|
-
<state relative-caret-position="15">
|
36
|
-
<caret line="1" column="11" selection-start-line="1" selection-start-column="11" selection-end-line="1" selection-end-column="11" />
|
37
|
-
<folding />
|
38
|
-
</state>
|
39
|
-
</provider>
|
40
|
-
</entry>
|
41
|
-
</file>
|
42
|
-
<file leaf-file-name="version.rb" pinned="false" current-in-tab="true">
|
43
|
-
<entry file="file://$PROJECT_DIR$/lib/jquery/mask/plugin/version.rb">
|
44
|
-
<provider selected="true" editor-type-id="text-editor">
|
45
|
-
<state relative-caret-position="45">
|
46
|
-
<caret line="3" column="17" selection-start-line="3" selection-start-column="17" selection-end-line="3" selection-end-column="17" />
|
47
|
-
<folding />
|
48
|
-
</state>
|
49
|
-
</provider>
|
65
|
+
<provider selected="true" editor-type-id="text-editor" />
|
50
66
|
</entry>
|
51
67
|
</file>
|
52
|
-
<file
|
68
|
+
<file pinned="false" current-in-tab="false">
|
53
69
|
<entry file="file://$PROJECT_DIR$/jquery-mask-plugin.gemspec">
|
54
70
|
<provider selected="true" editor-type-id="text-editor">
|
55
|
-
<state relative-caret-position="
|
56
|
-
<caret line="
|
57
|
-
<folding />
|
71
|
+
<state relative-caret-position="345">
|
72
|
+
<caret line="23" column="41" selection-start-line="23" selection-start-column="41" selection-end-line="23" selection-end-column="41" />
|
58
73
|
</state>
|
59
74
|
</provider>
|
60
75
|
</entry>
|
61
76
|
</file>
|
62
|
-
<file
|
63
|
-
<entry file="file://$PROJECT_DIR$/
|
64
|
-
<provider selected="true" editor-type-id="
|
65
|
-
<state
|
66
|
-
<
|
67
|
-
<caret line="9" column="0" selection-start-line="9" selection-start-column="0" selection-end-line="9" selection-end-column="0" />
|
68
|
-
<folding>
|
69
|
-
<marker date="1478107903000" expanded="true" signature="661:750" ph="if ... end" />
|
70
|
-
</folding>
|
71
|
-
</first_editor>
|
72
|
-
<second_editor />
|
77
|
+
<file pinned="false" current-in-tab="true">
|
78
|
+
<entry file="file://$PROJECT_DIR$/lib/jquery/mask/plugin/version.rb">
|
79
|
+
<provider selected="true" editor-type-id="text-editor">
|
80
|
+
<state relative-caret-position="45">
|
81
|
+
<caret line="3" column="22" selection-start-line="3" selection-start-column="22" selection-end-line="3" selection-end-column="22" />
|
73
82
|
</state>
|
74
83
|
</provider>
|
75
84
|
</entry>
|
@@ -82,9 +91,8 @@
|
|
82
91
|
<component name="IdeDocumentHistory">
|
83
92
|
<option name="CHANGED_PATHS">
|
84
93
|
<list>
|
85
|
-
<option value="$PROJECT_DIR$/jquery-mask-plugin.gemspec" />
|
86
94
|
<option value="$PROJECT_DIR$/README.md" />
|
87
|
-
<option value="$PROJECT_DIR$/
|
95
|
+
<option value="$PROJECT_DIR$/jquery-mask-plugin.gemspec" />
|
88
96
|
<option value="$PROJECT_DIR$/lib/jquery/mask/plugin/version.rb" />
|
89
97
|
</list>
|
90
98
|
</option>
|
@@ -95,19 +103,13 @@
|
|
95
103
|
<detection-done>true</detection-done>
|
96
104
|
<sorting>DEFINITION_ORDER</sorting>
|
97
105
|
</component>
|
98
|
-
<component name="ProjectFrameBounds">
|
106
|
+
<component name="ProjectFrameBounds" extendedState="6" fullScreen="true">
|
107
|
+
<option name="y" value="23" />
|
99
108
|
<option name="width" value="1280" />
|
100
|
-
<option name="height" value="
|
109
|
+
<option name="height" value="773" />
|
101
110
|
</component>
|
102
|
-
<component name="ProjectLevelVcsManager"
|
103
|
-
<OptionsSetting value="true" id="Add" />
|
104
|
-
<OptionsSetting value="true" id="Remove" />
|
105
|
-
<OptionsSetting value="true" id="Checkout" />
|
106
|
-
<OptionsSetting value="true" id="Update" />
|
107
|
-
<OptionsSetting value="true" id="Status" />
|
108
|
-
<OptionsSetting value="true" id="Edit" />
|
111
|
+
<component name="ProjectLevelVcsManager">
|
109
112
|
<ConfirmationsSetting value="2" id="Add" />
|
110
|
-
<ConfirmationsSetting value="0" id="Remove" />
|
111
113
|
</component>
|
112
114
|
<component name="ProjectView">
|
113
115
|
<navigator currentView="ProjectPane" proportions="" version="1">
|
@@ -149,14 +151,25 @@
|
|
149
151
|
</panes>
|
150
152
|
</component>
|
151
153
|
<component name="PropertiesComponent">
|
152
|
-
<property name="settings.editor.selected.configurable" value="org.jetbrains.plugins.ruby.settings.RubyActiveModuleSdkConfigurable" />
|
153
|
-
<property name="settings.editor.splitter.proportion" value="0.2" />
|
154
154
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
155
|
-
<property name="FullScreen" value="true" />
|
156
155
|
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
156
|
+
<property name="settings.editor.selected.configurable" value="org.jetbrains.plugins.ruby.settings.RubyActiveModuleSdkConfigurable" />
|
157
|
+
<property name="settings.editor.splitter.proportion" value="0.2" />
|
158
|
+
</component>
|
159
|
+
<component name="RunDashboard">
|
160
|
+
<option name="ruleStates">
|
161
|
+
<list>
|
162
|
+
<RuleState>
|
163
|
+
<option name="name" value="ConfigurationTypeDashboardGroupingRule" />
|
164
|
+
</RuleState>
|
165
|
+
<RuleState>
|
166
|
+
<option name="name" value="StatusDashboardGroupingRule" />
|
167
|
+
</RuleState>
|
168
|
+
</list>
|
169
|
+
</option>
|
157
170
|
</component>
|
158
|
-
<component name="
|
159
|
-
<
|
171
|
+
<component name="SvnConfiguration">
|
172
|
+
<configuration />
|
160
173
|
</component>
|
161
174
|
<component name="TaskManager">
|
162
175
|
<task active="true" id="Default" summary="Default task">
|
@@ -166,90 +179,53 @@
|
|
166
179
|
<option name="presentableId" value="Default" />
|
167
180
|
<updated>1465251233429</updated>
|
168
181
|
<workItem from="1465251234912" duration="305000" />
|
169
|
-
<workItem from="
|
182
|
+
<workItem from="1537933337197" duration="172000" />
|
170
183
|
</task>
|
171
184
|
<servers />
|
172
185
|
</component>
|
173
186
|
<component name="TimeTrackingManager">
|
174
|
-
<option name="totallyTimeSpent" value="
|
187
|
+
<option name="totallyTimeSpent" value="477000" />
|
175
188
|
</component>
|
176
189
|
<component name="ToolWindowManager">
|
177
|
-
<frame x="0" y="0" width="
|
178
|
-
<editor active="false" />
|
190
|
+
<frame x="0" y="0" width="1440" height="900" extended-state="6" />
|
179
191
|
<layout>
|
180
|
-
<window_info
|
181
|
-
<window_info id="
|
182
|
-
<window_info id="
|
183
|
-
<window_info
|
184
|
-
<window_info
|
185
|
-
<window_info
|
186
|
-
<window_info
|
187
|
-
<window_info
|
188
|
-
<window_info
|
189
|
-
<window_info
|
190
|
-
<window_info
|
191
|
-
<window_info
|
192
|
-
<window_info
|
193
|
-
<window_info
|
194
|
-
<window_info
|
195
|
-
<window_info
|
196
|
-
<window_info
|
197
|
-
<window_info
|
192
|
+
<window_info content_ui="combo" id="Project" order="0" weight="0.2536349" />
|
193
|
+
<window_info id="Structure" order="1" weight="0.25" />
|
194
|
+
<window_info id="Favorites" order="2" side_tool="true" />
|
195
|
+
<window_info anchor="bottom" id="Docker" show_stripe_button="false" />
|
196
|
+
<window_info anchor="bottom" id="Database Changes" show_stripe_button="false" />
|
197
|
+
<window_info anchor="bottom" id="Message" order="0" />
|
198
|
+
<window_info anchor="bottom" id="Find" order="1" />
|
199
|
+
<window_info anchor="bottom" id="Run" order="2" sideWeight="0.49676898" weight="0.32890856" />
|
200
|
+
<window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
|
201
|
+
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
|
202
|
+
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
|
203
|
+
<window_info anchor="bottom" id="TODO" order="6" />
|
204
|
+
<window_info anchor="bottom" id="Version Control" order="7" />
|
205
|
+
<window_info active="true" anchor="bottom" id="Terminal" order="8" visible="true" weight="0.3293124" />
|
206
|
+
<window_info anchor="bottom" id="Event Log" order="9" sideWeight="0.503231" side_tool="true" weight="0.32890856" />
|
207
|
+
<window_info anchor="bottom" id="Messages" order="10" weight="0.32890856" />
|
208
|
+
<window_info anchor="right" id="Commander" order="0" weight="0.4" />
|
209
|
+
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
210
|
+
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
|
211
|
+
<window_info anchor="right" id="Database" order="3" />
|
198
212
|
</layout>
|
199
213
|
</component>
|
200
|
-
<component name="
|
201
|
-
<option name="
|
202
|
-
<collection />
|
203
|
-
</option>
|
204
|
-
<option name="RECENTLY_FILTERED_BRANCH_GROUPS">
|
205
|
-
<collection />
|
206
|
-
</option>
|
214
|
+
<component name="TypeScriptGeneratedFilesManager">
|
215
|
+
<option name="version" value="1" />
|
207
216
|
</component>
|
208
217
|
<component name="VcsContentAnnotationSettings">
|
209
218
|
<option name="myLimit" value="2678400000" />
|
210
219
|
</component>
|
211
|
-
<component name="XDebuggerManager">
|
212
|
-
<breakpoint-manager />
|
213
|
-
<watches-manager />
|
214
|
-
</component>
|
215
220
|
<component name="editorHistoryManager">
|
216
221
|
<entry file="file://$PROJECT_DIR$/Gemfile">
|
217
|
-
<provider selected="true" editor-type-id="text-editor"
|
218
|
-
<state relative-caret-position="0">
|
219
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
220
|
-
<folding />
|
221
|
-
</state>
|
222
|
-
</provider>
|
223
|
-
</entry>
|
224
|
-
<entry file="file://$PROJECT_DIR$/jquery-mask-plugin.gemspec">
|
225
|
-
<provider selected="true" editor-type-id="text-editor">
|
226
|
-
<state relative-caret-position="195">
|
227
|
-
<caret line="13" column="64" selection-start-line="13" selection-start-column="64" selection-end-line="13" selection-end-column="64" />
|
228
|
-
<folding />
|
229
|
-
</state>
|
230
|
-
</provider>
|
231
|
-
</entry>
|
232
|
-
<entry file="file://$PROJECT_DIR$/README.md">
|
233
|
-
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
234
|
-
<state split_layout="SPLIT">
|
235
|
-
<first_editor relative-caret-position="0">
|
236
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
237
|
-
<folding>
|
238
|
-
<marker date="1478107903000" expanded="true" signature="661:750" ph="if ... end" />
|
239
|
-
</folding>
|
240
|
-
</first_editor>
|
241
|
-
<second_editor />
|
242
|
-
</state>
|
243
|
-
</provider>
|
222
|
+
<provider selected="true" editor-type-id="text-editor" />
|
244
223
|
</entry>
|
245
224
|
<entry file="file://$PROJECT_DIR$/README.md">
|
246
225
|
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
247
226
|
<state split_layout="SPLIT">
|
248
|
-
<first_editor relative-caret-position="
|
249
|
-
<caret line="
|
250
|
-
<folding>
|
251
|
-
<marker date="1478107903000" expanded="true" signature="661:750" ph="if ... end" />
|
252
|
-
</folding>
|
227
|
+
<first_editor relative-caret-position="236">
|
228
|
+
<caret line="21" lean-forward="true" selection-start-line="21" selection-end-line="21" />
|
253
229
|
</first_editor>
|
254
230
|
<second_editor />
|
255
231
|
</state>
|
@@ -257,25 +233,15 @@
|
|
257
233
|
</entry>
|
258
234
|
<entry file="file://$PROJECT_DIR$/jquery-mask-plugin.gemspec">
|
259
235
|
<provider selected="true" editor-type-id="text-editor">
|
260
|
-
<state relative-caret-position="
|
261
|
-
<caret line="
|
262
|
-
<folding />
|
263
|
-
</state>
|
264
|
-
</provider>
|
265
|
-
</entry>
|
266
|
-
<entry file="file://$PROJECT_DIR$/Gemfile">
|
267
|
-
<provider selected="true" editor-type-id="text-editor">
|
268
|
-
<state relative-caret-position="15">
|
269
|
-
<caret line="1" column="11" selection-start-line="1" selection-start-column="11" selection-end-line="1" selection-end-column="11" />
|
270
|
-
<folding />
|
236
|
+
<state relative-caret-position="345">
|
237
|
+
<caret line="23" column="41" selection-start-line="23" selection-start-column="41" selection-end-line="23" selection-end-column="41" />
|
271
238
|
</state>
|
272
239
|
</provider>
|
273
240
|
</entry>
|
274
241
|
<entry file="file://$PROJECT_DIR$/lib/jquery/mask/plugin/version.rb">
|
275
242
|
<provider selected="true" editor-type-id="text-editor">
|
276
243
|
<state relative-caret-position="45">
|
277
|
-
<caret line="3" column="
|
278
|
-
<folding />
|
244
|
+
<caret line="3" column="22" selection-start-line="3" selection-start-column="22" selection-end-line="3" selection-end-column="22" />
|
279
245
|
</state>
|
280
246
|
</provider>
|
281
247
|
</entry>
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,59 +1,62 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
jquery-mask-plugin (1.
|
5
|
-
railties (> 3.1
|
4
|
+
jquery-mask-plugin (1.15.0)
|
5
|
+
railties (> 3.1)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actionpack (5.0.
|
11
|
-
actionview (= 5.0.
|
12
|
-
activesupport (= 5.0.
|
10
|
+
actionpack (5.0.7)
|
11
|
+
actionview (= 5.0.7)
|
12
|
+
activesupport (= 5.0.7)
|
13
13
|
rack (~> 2.0)
|
14
14
|
rack-test (~> 0.6.3)
|
15
15
|
rails-dom-testing (~> 2.0)
|
16
16
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
17
|
-
actionview (5.0.
|
18
|
-
activesupport (= 5.0.
|
17
|
+
actionview (5.0.7)
|
18
|
+
activesupport (= 5.0.7)
|
19
19
|
builder (~> 3.1)
|
20
20
|
erubis (~> 2.7.0)
|
21
21
|
rails-dom-testing (~> 2.0)
|
22
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.
|
23
|
-
activesupport (5.0.
|
22
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
23
|
+
activesupport (5.0.7)
|
24
24
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
25
|
-
i18n (
|
25
|
+
i18n (>= 0.7, < 2)
|
26
26
|
minitest (~> 5.1)
|
27
27
|
tzinfo (~> 1.1)
|
28
|
-
builder (3.2.
|
29
|
-
concurrent-ruby (1.0.
|
28
|
+
builder (3.2.3)
|
29
|
+
concurrent-ruby (1.0.5)
|
30
|
+
crass (1.0.4)
|
30
31
|
erubis (2.7.0)
|
31
|
-
i18n (
|
32
|
-
|
32
|
+
i18n (1.1.0)
|
33
|
+
concurrent-ruby (~> 1.0)
|
34
|
+
loofah (2.2.2)
|
35
|
+
crass (~> 1.0.2)
|
33
36
|
nokogiri (>= 1.5.9)
|
34
|
-
method_source (0.
|
35
|
-
mini_portile2 (2.
|
36
|
-
minitest (5.
|
37
|
-
nokogiri (1.
|
38
|
-
mini_portile2 (~> 2.
|
39
|
-
rack (2.0.
|
37
|
+
method_source (0.9.0)
|
38
|
+
mini_portile2 (2.3.0)
|
39
|
+
minitest (5.11.3)
|
40
|
+
nokogiri (1.8.4)
|
41
|
+
mini_portile2 (~> 2.3.0)
|
42
|
+
rack (2.0.5)
|
40
43
|
rack-test (0.6.3)
|
41
44
|
rack (>= 1.0)
|
42
|
-
rails-dom-testing (2.0.
|
43
|
-
activesupport (>= 4.2.0
|
44
|
-
nokogiri (
|
45
|
-
rails-html-sanitizer (1.0.
|
46
|
-
loofah (~> 2.
|
47
|
-
railties (5.0.
|
48
|
-
actionpack (= 5.0.
|
49
|
-
activesupport (= 5.0.
|
45
|
+
rails-dom-testing (2.0.3)
|
46
|
+
activesupport (>= 4.2.0)
|
47
|
+
nokogiri (>= 1.6)
|
48
|
+
rails-html-sanitizer (1.0.4)
|
49
|
+
loofah (~> 2.2, >= 2.2.2)
|
50
|
+
railties (5.0.7)
|
51
|
+
actionpack (= 5.0.7)
|
52
|
+
activesupport (= 5.0.7)
|
50
53
|
method_source
|
51
54
|
rake (>= 0.8.7)
|
52
55
|
thor (>= 0.18.1, < 2.0)
|
53
56
|
rake (10.4.2)
|
54
|
-
thor (0.
|
55
|
-
thread_safe (0.3.
|
56
|
-
tzinfo (1.2.
|
57
|
+
thor (0.20.0)
|
58
|
+
thread_safe (0.3.6)
|
59
|
+
tzinfo (1.2.5)
|
57
60
|
thread_safe (~> 0.1)
|
58
61
|
|
59
62
|
PLATFORMS
|
@@ -65,7 +68,7 @@ DEPENDENCIES
|
|
65
68
|
rake (~> 10.0)
|
66
69
|
|
67
70
|
RUBY VERSION
|
68
|
-
ruby 2.
|
71
|
+
ruby 2.4.1p111
|
69
72
|
|
70
73
|
BUNDLED WITH
|
71
|
-
1.
|
74
|
+
1.16.5
|
data/README.md
CHANGED
data/jquery-mask-plugin.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jquery-mask-plugin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.15.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ilton Garcia
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -45,9 +45,6 @@ dependencies:
|
|
45
45
|
- - ">"
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: '3.1'
|
48
|
-
- - "<"
|
49
|
-
- !ruby/object:Gem::Version
|
50
|
-
version: '5.1'
|
51
48
|
type: :runtime
|
52
49
|
prerelease: false
|
53
50
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -55,9 +52,6 @@ dependencies:
|
|
55
52
|
- - ">"
|
56
53
|
- !ruby/object:Gem::Version
|
57
54
|
version: '3.1'
|
58
|
-
- - "<"
|
59
|
-
- !ruby/object:Gem::Version
|
60
|
-
version: '5.1'
|
61
55
|
description: Igor Escobar jquery mask plugin GEM by Ilton Garcia
|
62
56
|
email:
|
63
57
|
- ton.garcia.jr@gmail.com
|
@@ -104,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
104
98
|
version: '0'
|
105
99
|
requirements: []
|
106
100
|
rubyforge_project:
|
107
|
-
rubygems_version: 2.
|
101
|
+
rubygems_version: 2.7.7
|
108
102
|
signing_key:
|
109
103
|
specification_version: 4
|
110
104
|
summary: Igor Escobar jquery mask plugin GEM by Ilton Garcia
|