cuchinizer 1.4 → 1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.idea/.gitignore +8 -0
- data/.idea/cuchinizer.iml +20 -0
- data/.idea/modules.xml +8 -0
- data/cuchinizer.gemspec +2 -2
- metadata +5 -7
- data/.idea/workspace.xml +0 -105
- data/cuchinizer-1.0.gem +0 -0
- data/cuchinizer-1.1.gem +0 -0
- data/cuchinizer-1.2.gem +0 -0
- data/cuchinizer-1.3.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5ca53444ef87972e1c636b532bf4a80d6f83a436d27244c4ea723a98a8a02119
|
4
|
+
data.tar.gz: 7177691d0a5f0fe267383e8ee33263d059ce2a09793524c4abce139a5a29ed84
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0b45a2ba430e4cdd99873981d235907850229de9e9bb06c5948b04075075c3dfdfe2f33875d87d53af9f6a028ff87ec5160af84eec73d52daaaf1debddd86bdc
|
7
|
+
data.tar.gz: 682e13c2f2ae51f1f4ea55deb5704bc6dee1cf8b8e4cbf19f2f3b916f08cfd24f5850a4e4035a7d73749c25407546a864339e9dd4e9f1ca59280206cbaab41c0
|
data/.idea/.gitignore
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="ModuleRunConfigurationManager">
|
4
|
+
<shared />
|
5
|
+
</component>
|
6
|
+
<component name="NewModuleRootManager">
|
7
|
+
<content url="file://$MODULE_DIR$">
|
8
|
+
<sourceFolder url="file://$MODULE_DIR$/features" isTestSource="true" />
|
9
|
+
<sourceFolder url="file://$MODULE_DIR$/spec" isTestSource="true" />
|
10
|
+
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
|
11
|
+
</content>
|
12
|
+
<orderEntry type="inheritedJdk" />
|
13
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
14
|
+
</component>
|
15
|
+
<component name="RakeTasksCache">
|
16
|
+
<option name="myRootTask">
|
17
|
+
<RakeTaskImpl id="rake" />
|
18
|
+
</option>
|
19
|
+
</component>
|
20
|
+
</module>
|
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/cuchinizer.iml" filepath="$PROJECT_DIR$/.idea/cuchinizer.iml" />
|
6
|
+
</modules>
|
7
|
+
</component>
|
8
|
+
</project>
|
data/cuchinizer.gemspec
CHANGED
@@ -3,12 +3,12 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |spec|
|
5
5
|
spec.name = "cuchinizer"
|
6
|
-
spec.version = "1.
|
6
|
+
spec.version = "1.5"
|
7
7
|
spec.authors = ["Vinicius Kammradt", "Gabriel Rohden"]
|
8
8
|
spec.email = ["vinicius.kammradt1@gmail.com", "gabriel_rohden@outlook.com"]
|
9
9
|
|
10
10
|
spec.summary = "'cuchinizer' allows you to write Ruby script by using only 'cuchi'. It's a simple and easy way to write Ruby scripts."
|
11
|
-
spec.description = "'
|
11
|
+
spec.description = "'cuchinizer' allows you to write Ruby script by using only 'cuchi'. It's a simple and easy way to write Ruby scripts."
|
12
12
|
spec.homepage = "http://github.com/kammradt/cuchinizer"
|
13
13
|
spec.license = "MIT"
|
14
14
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cuchinizer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '1.
|
4
|
+
version: '1.5'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vinicius Kammradt
|
@@ -39,7 +39,7 @@ dependencies:
|
|
39
39
|
- - "~>"
|
40
40
|
- !ruby/object:Gem::Version
|
41
41
|
version: '10.0'
|
42
|
-
description: "'
|
42
|
+
description: "'cuchinizer' allows you to write Ruby script by using only 'cuchi'.
|
43
43
|
It's a simple and easy way to write Ruby scripts."
|
44
44
|
email:
|
45
45
|
- vinicius.kammradt1@gmail.com
|
@@ -48,17 +48,15 @@ executables: []
|
|
48
48
|
extensions: []
|
49
49
|
extra_rdoc_files: []
|
50
50
|
files:
|
51
|
+
- ".idea/.gitignore"
|
52
|
+
- ".idea/cuchinizer.iml"
|
51
53
|
- ".idea/misc.xml"
|
54
|
+
- ".idea/modules.xml"
|
52
55
|
- ".idea/vcs.xml"
|
53
|
-
- ".idea/workspace.xml"
|
54
56
|
- Gemfile
|
55
57
|
- LICENSE.txt
|
56
58
|
- README.md
|
57
59
|
- Rakefile
|
58
|
-
- cuchinizer-1.0.gem
|
59
|
-
- cuchinizer-1.1.gem
|
60
|
-
- cuchinizer-1.2.gem
|
61
|
-
- cuchinizer-1.3.gem
|
62
60
|
- cuchinizer.gemspec
|
63
61
|
- lib/cuchinizer.rb
|
64
62
|
homepage: http://github.com/kammradt/cuchinizer
|
data/.idea/workspace.xml
DELETED
@@ -1,105 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project version="4">
|
3
|
-
<component name="ChangeListManager">
|
4
|
-
<list default="true" id="eda6a3ce-3f01-43bd-9087-5cccb904c142" name="Changes" comment="" />
|
5
|
-
<option name="SHOW_DIALOG" value="false" />
|
6
|
-
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
7
|
-
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
8
|
-
<option name="LAST_RESOLUTION" value="IGNORE" />
|
9
|
-
</component>
|
10
|
-
<component name="FileTemplateManagerImpl">
|
11
|
-
<option name="RECENT_TEMPLATES">
|
12
|
-
<list>
|
13
|
-
<option value="Ruby File" />
|
14
|
-
</list>
|
15
|
-
</option>
|
16
|
-
</component>
|
17
|
-
<component name="Git.Settings">
|
18
|
-
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
19
|
-
</component>
|
20
|
-
<component name="MarkdownSettingsMigration">
|
21
|
-
<option name="stateVersion" value="1" />
|
22
|
-
</component>
|
23
|
-
<component name="ProjectId" id="25a3XWBkZDvwzHIWmNk3GdiZ7L5" />
|
24
|
-
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
25
|
-
<component name="ProjectViewState">
|
26
|
-
<option name="hideEmptyMiddlePackages" value="true" />
|
27
|
-
<option name="showLibraryContents" value="true" />
|
28
|
-
</component>
|
29
|
-
<component name="PropertiesComponent">
|
30
|
-
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
|
31
|
-
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
|
32
|
-
<property name="WebServerToolWindowFactoryState" value="false" />
|
33
|
-
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
34
|
-
<property name="nodejs_package_manager_path" value="npm" />
|
35
|
-
</component>
|
36
|
-
<component name="RubyModuleManagerSettings">
|
37
|
-
<option name="blackListedRootsPaths">
|
38
|
-
<list>
|
39
|
-
<option value="$PROJECT_DIR$" />
|
40
|
-
</list>
|
41
|
-
</option>
|
42
|
-
</component>
|
43
|
-
<component name="RunManager">
|
44
|
-
<configuration name="app" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
45
|
-
<module name="_" />
|
46
|
-
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="" />
|
47
|
-
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$PROJECT_DIR$/lib" />
|
48
|
-
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
49
|
-
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
50
|
-
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
51
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" BUNDLE_MODE="AUTO" bundleExecEnabled="true" />
|
52
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
53
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" runner="rcov">
|
54
|
-
<COVERAGE_PATTERN ENABLED="true">
|
55
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
56
|
-
</COVERAGE_PATTERN>
|
57
|
-
</EXTENSION>
|
58
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.rails.run.RailsRunConfigurationExtension" SCRATCH_USE_RAILS_RUNNER="false" />
|
59
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$PROJECT_DIR$/lib/app.rb" />
|
60
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
61
|
-
<method v="2" />
|
62
|
-
</configuration>
|
63
|
-
<recent_temporary>
|
64
|
-
<list>
|
65
|
-
<item itemvalue="Ruby.app" />
|
66
|
-
</list>
|
67
|
-
</recent_temporary>
|
68
|
-
</component>
|
69
|
-
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
70
|
-
<component name="SpringUtil" SPRING_PRE_LOADER_OPTION="true" RAKE_SPRING_PRE_LOADER_OPTION="true" RAILS_SPRING_PRE_LOADER_OPTION="true" />
|
71
|
-
<component name="TaskManager">
|
72
|
-
<task active="true" id="Default" summary="Default task">
|
73
|
-
<changelist id="eda6a3ce-3f01-43bd-9087-5cccb904c142" name="Changes" comment="" />
|
74
|
-
<created>1645751411552</created>
|
75
|
-
<option name="number" value="Default" />
|
76
|
-
<option name="presentableId" value="Default" />
|
77
|
-
<updated>1645751411552</updated>
|
78
|
-
<workItem from="1645751413234" duration="3808000" />
|
79
|
-
<workItem from="1645789991959" duration="952000" />
|
80
|
-
<workItem from="1645820532592" duration="2175000" />
|
81
|
-
<workItem from="1646237240447" duration="580000" />
|
82
|
-
<workItem from="1646237880908" duration="87000" />
|
83
|
-
<workItem from="1646237980818" duration="31000" />
|
84
|
-
<workItem from="1646240039960" duration="292000" />
|
85
|
-
</task>
|
86
|
-
<servers />
|
87
|
-
</component>
|
88
|
-
<component name="TypeScriptGeneratedFilesManager">
|
89
|
-
<option name="version" value="3" />
|
90
|
-
</component>
|
91
|
-
<component name="Vcs.Log.Tabs.Properties">
|
92
|
-
<option name="TAB_STATES">
|
93
|
-
<map>
|
94
|
-
<entry key="MAIN">
|
95
|
-
<value>
|
96
|
-
<State />
|
97
|
-
</value>
|
98
|
-
</entry>
|
99
|
-
</map>
|
100
|
-
</option>
|
101
|
-
</component>
|
102
|
-
<component name="com.intellij.coverage.CoverageDataManagerImpl">
|
103
|
-
<SUITE FILE_PATH="coverage/_@app.rcov" NAME="app Coverage Results" MODIFIED="1645752562932" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/lib" MODULE_NAME="_" />
|
104
|
-
</component>
|
105
|
-
</project>
|
data/cuchinizer-1.0.gem
DELETED
Binary file
|
data/cuchinizer-1.1.gem
DELETED
Binary file
|
data/cuchinizer-1.2.gem
DELETED
Binary file
|
data/cuchinizer-1.3.gem
DELETED
Binary file
|