iconCreater 0.1.6 → 0.1.9
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 +4 -4
- data/.idea/.rakeTasks +7 -0
- data/.idea/workspace.xml +138 -10
- data/bin/iconCreater +4 -0
- data/iconCreater.gemspec +1 -1
- data/lib/iconCreater/create.rb +52 -0
- data/lib/iconCreater/input.rb +8 -0
- data/lib/iconCreater/parser.rb +29 -0
- data/lib/iconCreater/version.rb +1 -1
- metadata +7 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 660f37d32da5083d9c4e0c2e565a1d028b37e262
|
|
4
|
+
data.tar.gz: 20e8c93d793268938ac1224ebd6395f2edd31c2a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb101046e68f883929448805b115eafd6eefa9e583cdcf230ab3de0eb167a0ce99c55eb6dd696bd04f040d1a9837e70e608ac98ba14bd49f966a2a1873e24158
|
|
7
|
+
data.tar.gz: e85024d2353a4ec1b5d03bac3342b37d8b9c6028d56f01b9481683fde99eec1e577d9cce142460d88a8b016edc85698d1669a434fadccc1b9d94c65be20c5dc2
|
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 iconCreater-0.1.3.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Build and install iconCreater-0.1.3.gem into system gems" fullCmd="install" taksId="install" /><RakeGroup description="" fullCmd="" taksId="install"><RakeTask description="Build and install iconCreater-0.1.3.gem into system gems without network access" fullCmd="install:local" taksId="local" /></RakeGroup><RakeTask description="Create tag v0.1.3 and build and push iconCreater-0.1.3.gem to Rubygems" fullCmd="release" taksId="release" /><RakeGroup description="" fullCmd="" taksId="release"><RakeTask description="" fullCmd="release:guard_clean" taksId="guard_clean" /><RakeTask description="" fullCmd="release:rubygem_push" taksId="rubygem_push" /><RakeTask description="" fullCmd="release:source_control_push" taksId="source_control_push" /></RakeGroup></RakeGroup></Settings>
|
data/.idea/workspace.xml
CHANGED
|
@@ -44,8 +44,31 @@
|
|
|
44
44
|
<file leaf-file-name="iconCreater.gemspec" pinned="false" current-in-tab="true">
|
|
45
45
|
<entry file="file://$PROJECT_DIR$/iconCreater.gemspec">
|
|
46
46
|
<provider selected="true" editor-type-id="text-editor">
|
|
47
|
-
<state vertical-scroll-proportion="0.
|
|
48
|
-
<caret line="
|
|
47
|
+
<state vertical-scroll-proportion="0.44642857">
|
|
48
|
+
<caret line="15" column="0" selection-start-line="15" selection-start-column="0" selection-end-line="15" selection-end-column="0" />
|
|
49
|
+
<folding />
|
|
50
|
+
</state>
|
|
51
|
+
</provider>
|
|
52
|
+
</entry>
|
|
53
|
+
</file>
|
|
54
|
+
<file leaf-file-name="LICENSE.txt" pinned="false" current-in-tab="false">
|
|
55
|
+
<entry file="file://$PROJECT_DIR$/LICENSE.txt">
|
|
56
|
+
<provider editor-type-id="com.intellij.database.editor.CsvTableFileEditorProvider">
|
|
57
|
+
<state />
|
|
58
|
+
</provider>
|
|
59
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
60
|
+
<state vertical-scroll-proportion="0.0">
|
|
61
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
62
|
+
<folding />
|
|
63
|
+
</state>
|
|
64
|
+
</provider>
|
|
65
|
+
</entry>
|
|
66
|
+
</file>
|
|
67
|
+
<file leaf-file-name="Rakefile" pinned="false" current-in-tab="false">
|
|
68
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
|
69
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
70
|
+
<state vertical-scroll-proportion="0.0">
|
|
71
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
49
72
|
<folding />
|
|
50
73
|
</state>
|
|
51
74
|
</provider>
|
|
@@ -65,7 +88,7 @@
|
|
|
65
88
|
<entry file="file://$PROJECT_DIR$/lib/iconCreater/version.rb">
|
|
66
89
|
<provider selected="true" editor-type-id="text-editor">
|
|
67
90
|
<state vertical-scroll-proportion="0.0">
|
|
68
|
-
<caret line="
|
|
91
|
+
<caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
|
69
92
|
<folding />
|
|
70
93
|
</state>
|
|
71
94
|
</provider>
|
|
@@ -160,6 +183,7 @@
|
|
|
160
183
|
<sortByType />
|
|
161
184
|
</navigator>
|
|
162
185
|
<panes>
|
|
186
|
+
<pane id="Scope" />
|
|
163
187
|
<pane id="Scratches" />
|
|
164
188
|
<pane id="ProjectPane">
|
|
165
189
|
<subPane>
|
|
@@ -227,7 +251,6 @@
|
|
|
227
251
|
</PATH>
|
|
228
252
|
</subPane>
|
|
229
253
|
</pane>
|
|
230
|
-
<pane id="Scope" />
|
|
231
254
|
</panes>
|
|
232
255
|
</component>
|
|
233
256
|
<component name="PropertiesComponent">
|
|
@@ -364,6 +387,9 @@
|
|
|
364
387
|
</configuration>
|
|
365
388
|
</component>
|
|
366
389
|
<component name="ShelveChangesManager" show_recycled="false" />
|
|
390
|
+
<component name="SvnConfiguration">
|
|
391
|
+
<configuration />
|
|
392
|
+
</component>
|
|
367
393
|
<component name="TaskManager">
|
|
368
394
|
<task active="true" id="Default" summary="Default task">
|
|
369
395
|
<changelist id="ec57c634-0c19-4b2d-a636-4984fd3ced86" name="Default" comment="" />
|
|
@@ -374,7 +400,7 @@
|
|
|
374
400
|
<servers />
|
|
375
401
|
</component>
|
|
376
402
|
<component name="ToolWindowManager">
|
|
377
|
-
<frame x="61" y="23" width="1379" height="837" extended-state="
|
|
403
|
+
<frame x="61" y="23" width="1379" height="837" extended-state="0" />
|
|
378
404
|
<editor active="true" />
|
|
379
405
|
<layout>
|
|
380
406
|
<window_info id="Terminal" 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" />
|
|
@@ -383,6 +409,8 @@
|
|
|
383
409
|
<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" />
|
|
384
410
|
<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="7" side_tool="false" content_ui="tabs" />
|
|
385
411
|
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.24945612" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
|
412
|
+
<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" />
|
|
413
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.3299748" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
|
386
414
|
<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" />
|
|
387
415
|
<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" />
|
|
388
416
|
<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" />
|
|
@@ -390,11 +418,9 @@
|
|
|
390
418
|
<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" />
|
|
391
419
|
<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" />
|
|
392
420
|
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.3299748" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
393
|
-
<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" />
|
|
394
421
|
<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" />
|
|
395
422
|
<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" />
|
|
396
423
|
<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" />
|
|
397
|
-
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3299748" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
|
398
424
|
</layout>
|
|
399
425
|
</component>
|
|
400
426
|
<component name="VcsContentAnnotationSettings">
|
|
@@ -405,6 +431,89 @@
|
|
|
405
431
|
<watches-manager />
|
|
406
432
|
</component>
|
|
407
433
|
<component name="editorHistoryManager">
|
|
434
|
+
<entry file="file://$PROJECT_DIR$/lib/iconCreater/input.rb">
|
|
435
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
436
|
+
<state vertical-scroll-proportion="0.0">
|
|
437
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="7" selection-end-column="3" />
|
|
438
|
+
<folding />
|
|
439
|
+
</state>
|
|
440
|
+
</provider>
|
|
441
|
+
</entry>
|
|
442
|
+
<entry file="file://$PROJECT_DIR$/lib/iconCreater/parser.rb">
|
|
443
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
444
|
+
<state vertical-scroll-proportion="0.0">
|
|
445
|
+
<caret line="29" column="0" selection-start-line="29" selection-start-column="0" selection-end-line="29" selection-end-column="0" />
|
|
446
|
+
<folding />
|
|
447
|
+
</state>
|
|
448
|
+
</provider>
|
|
449
|
+
</entry>
|
|
450
|
+
<entry file="file://$PROJECT_DIR$/iconCreater.gemspec">
|
|
451
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
452
|
+
<state vertical-scroll-proportion="0.0">
|
|
453
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
454
|
+
<folding />
|
|
455
|
+
</state>
|
|
456
|
+
</provider>
|
|
457
|
+
</entry>
|
|
458
|
+
<entry file="file://$PROJECT_DIR$/LICENSE.txt">
|
|
459
|
+
<provider editor-type-id="com.intellij.database.editor.CsvTableFileEditorProvider">
|
|
460
|
+
<state />
|
|
461
|
+
</provider>
|
|
462
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
463
|
+
<state vertical-scroll-proportion="0.0">
|
|
464
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
465
|
+
<folding />
|
|
466
|
+
</state>
|
|
467
|
+
</provider>
|
|
468
|
+
</entry>
|
|
469
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
|
470
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
471
|
+
<state vertical-scroll-proportion="0.0">
|
|
472
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
473
|
+
<folding />
|
|
474
|
+
</state>
|
|
475
|
+
</provider>
|
|
476
|
+
</entry>
|
|
477
|
+
<entry file="file://$PROJECT_DIR$/lib/iconCreater/create.rb">
|
|
478
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
479
|
+
<state vertical-scroll-proportion="0.0">
|
|
480
|
+
<caret line="17" column="0" selection-start-line="17" selection-start-column="0" selection-end-line="17" selection-end-column="0" />
|
|
481
|
+
<folding />
|
|
482
|
+
</state>
|
|
483
|
+
</provider>
|
|
484
|
+
</entry>
|
|
485
|
+
<entry file="file://$PROJECT_DIR$/lib/iconCreater/version.rb">
|
|
486
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
487
|
+
<state vertical-scroll-proportion="0.0">
|
|
488
|
+
<caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
|
489
|
+
<folding />
|
|
490
|
+
</state>
|
|
491
|
+
</provider>
|
|
492
|
+
</entry>
|
|
493
|
+
<entry file="file://$PROJECT_DIR$/bin/console">
|
|
494
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
495
|
+
<state vertical-scroll-proportion="0.0">
|
|
496
|
+
<caret line="12" column="13" selection-start-line="12" selection-start-column="13" selection-end-line="12" selection-end-column="13" />
|
|
497
|
+
<folding />
|
|
498
|
+
</state>
|
|
499
|
+
</provider>
|
|
500
|
+
</entry>
|
|
501
|
+
<entry file="file://$PROJECT_DIR$/lib/iconCreater.rb">
|
|
502
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
503
|
+
<state vertical-scroll-proportion="0.0">
|
|
504
|
+
<caret line="13" column="0" selection-start-line="13" selection-start-column="0" selection-end-line="13" selection-end-column="0" />
|
|
505
|
+
<folding />
|
|
506
|
+
</state>
|
|
507
|
+
</provider>
|
|
508
|
+
</entry>
|
|
509
|
+
<entry file="file://$PROJECT_DIR$/bin/iconCreater">
|
|
510
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
511
|
+
<state vertical-scroll-proportion="0.0">
|
|
512
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="3" selection-end-column="24" />
|
|
513
|
+
<folding />
|
|
514
|
+
</state>
|
|
515
|
+
</provider>
|
|
516
|
+
</entry>
|
|
408
517
|
<entry file="file://$PROJECT_DIR$/lib/iconCreater/input.rb">
|
|
409
518
|
<provider selected="true" editor-type-id="text-editor">
|
|
410
519
|
<state vertical-scroll-proportion="0.0">
|
|
@@ -524,18 +633,37 @@
|
|
|
524
633
|
</state>
|
|
525
634
|
</provider>
|
|
526
635
|
</entry>
|
|
636
|
+
<entry file="file://$PROJECT_DIR$/LICENSE.txt">
|
|
637
|
+
<provider editor-type-id="com.intellij.database.editor.CsvTableFileEditorProvider">
|
|
638
|
+
<state />
|
|
639
|
+
</provider>
|
|
640
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
641
|
+
<state vertical-scroll-proportion="0.0">
|
|
642
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
643
|
+
<folding />
|
|
644
|
+
</state>
|
|
645
|
+
</provider>
|
|
646
|
+
</entry>
|
|
647
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
|
648
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
649
|
+
<state vertical-scroll-proportion="0.0">
|
|
650
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
651
|
+
<folding />
|
|
652
|
+
</state>
|
|
653
|
+
</provider>
|
|
654
|
+
</entry>
|
|
527
655
|
<entry file="file://$PROJECT_DIR$/lib/iconCreater/version.rb">
|
|
528
656
|
<provider selected="true" editor-type-id="text-editor">
|
|
529
657
|
<state vertical-scroll-proportion="0.0">
|
|
530
|
-
<caret line="
|
|
658
|
+
<caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
|
531
659
|
<folding />
|
|
532
660
|
</state>
|
|
533
661
|
</provider>
|
|
534
662
|
</entry>
|
|
535
663
|
<entry file="file://$PROJECT_DIR$/iconCreater.gemspec">
|
|
536
664
|
<provider selected="true" editor-type-id="text-editor">
|
|
537
|
-
<state vertical-scroll-proportion="0.
|
|
538
|
-
<caret line="
|
|
665
|
+
<state vertical-scroll-proportion="0.44642857">
|
|
666
|
+
<caret line="15" column="0" selection-start-line="15" selection-start-column="0" selection-end-line="15" selection-end-column="0" />
|
|
539
667
|
<folding />
|
|
540
668
|
</state>
|
|
541
669
|
</provider>
|
data/bin/iconCreater
ADDED
data/iconCreater.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{ Create icon for iOS.}
|
|
13
13
|
spec.description = %q{ Create every measurement icon for iOS.}
|
|
14
|
-
spec.homepage = "https://github.com/BlankSpace007"
|
|
14
|
+
spec.homepage = "https://github.com/BlankSpace007/iconCreater"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
module IconCreater
|
|
2
|
+
class Create
|
|
3
|
+
|
|
4
|
+
def initialize(ahash)
|
|
5
|
+
@ahash = ahash
|
|
6
|
+
end
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
def createicon(input ,output)
|
|
11
|
+
|
|
12
|
+
p "输入图片路径:#{input}" if File::exist?(input)
|
|
13
|
+
p "输出图片路径:#{output}" if File::ftype(output).eql?'directory'
|
|
14
|
+
p "默认输出图片路径:#{`pwd`.chomp!}" if output == nil
|
|
15
|
+
@ahash.each do |key,value|
|
|
16
|
+
|
|
17
|
+
if File::exist?(input)
|
|
18
|
+
|
|
19
|
+
if output == nil
|
|
20
|
+
|
|
21
|
+
output = `pwd`.chomp!
|
|
22
|
+
|
|
23
|
+
`cd /`
|
|
24
|
+
`/usr/local/bin/convert -resize #{value}x#{value} #{input} #{output}/#{key}`
|
|
25
|
+
|
|
26
|
+
else
|
|
27
|
+
if File::ftype(output).eql?'directory'
|
|
28
|
+
|
|
29
|
+
`/usr/local/bin/convert -resize #{value}x#{value} #{input} #{output}/#{key}`
|
|
30
|
+
else
|
|
31
|
+
p '输出路径无效'
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
else
|
|
41
|
+
p '输入路径无图片'
|
|
42
|
+
end
|
|
43
|
+
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
end
|
|
49
|
+
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
end
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
|
|
2
|
+
module IconCreater
|
|
3
|
+
class Parser
|
|
4
|
+
require 'optparse'
|
|
5
|
+
require 'iconCreater/input'
|
|
6
|
+
|
|
7
|
+
def parse
|
|
8
|
+
|
|
9
|
+
inp = Input.new;
|
|
10
|
+
|
|
11
|
+
OptionParser.new do |opts|
|
|
12
|
+
opts.banner = "Usage: "
|
|
13
|
+
|
|
14
|
+
opts.on("-i", "--input INOUT", "Set The Path of Icon") do |i|
|
|
15
|
+
inp.iconPath = i;
|
|
16
|
+
end
|
|
17
|
+
opts.on("-o", "--output OUTPUT", "Set The Path of Output") do |o|
|
|
18
|
+
inp.outputPath = o;
|
|
19
|
+
end
|
|
20
|
+
opts.on("-v", "--version", "Run verbosely") do
|
|
21
|
+
p IconCreater::VERSION
|
|
22
|
+
exit 0
|
|
23
|
+
end
|
|
24
|
+
end.parse!
|
|
25
|
+
|
|
26
|
+
inp
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
end
|
data/lib/iconCreater/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: iconCreater
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- lixipeng
|
|
@@ -47,6 +47,7 @@ extra_rdoc_files: []
|
|
|
47
47
|
files:
|
|
48
48
|
- ".gitignore"
|
|
49
49
|
- ".idea/.name"
|
|
50
|
+
- ".idea/.rakeTasks"
|
|
50
51
|
- ".idea/iconCreater.iml"
|
|
51
52
|
- ".idea/misc.xml"
|
|
52
53
|
- ".idea/modules.xml"
|
|
@@ -59,11 +60,15 @@ files:
|
|
|
59
60
|
- README.md
|
|
60
61
|
- Rakefile
|
|
61
62
|
- bin/console
|
|
63
|
+
- bin/iconCreater
|
|
62
64
|
- bin/setup
|
|
63
65
|
- iconCreater.gemspec
|
|
64
66
|
- lib/iconCreater.rb
|
|
67
|
+
- lib/iconCreater/create.rb
|
|
68
|
+
- lib/iconCreater/input.rb
|
|
69
|
+
- lib/iconCreater/parser.rb
|
|
65
70
|
- lib/iconCreater/version.rb
|
|
66
|
-
homepage: https://github.com/BlankSpace007
|
|
71
|
+
homepage: https://github.com/BlankSpace007/iconCreater
|
|
67
72
|
licenses:
|
|
68
73
|
- MIT
|
|
69
74
|
metadata:
|