cuchinizer 1.1 → 1.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5d0a1c665473ca560d92a3ef2b71f0df1bd56a14d33c22b4314c63ab13de2da3
4
- data.tar.gz: 93263758aaf290a6cd985cd28ecc271f4df75443b0588e84ca272e8aee57ae28
3
+ metadata.gz: d0670ba3b02b6850682735aea3f1b7662824355ae58c73a5d38ddd67e103ed4f
4
+ data.tar.gz: 0b81ea56f8ea00c37220622ed252a8b327f8a339763b773ebbf6d3a78f69a0ad
5
5
  SHA512:
6
- metadata.gz: a8e1c0084f85b25489fd230596fa57c576025049a2a94a6928ed26888b300dd4463e976d6d70d7ba9e2591fb7ce433a5d736aea851350828ea3ea4f20dbe9040
7
- data.tar.gz: 01f0b8dead65d2370bec29ddf17f5fc9812a1dbecdc20a57306e3aff18943bba56496e4dc444224fb75732a3c5d14f0d86f39fc7aed5bc1a2955bae440148d25
6
+ metadata.gz: 720f21bea30abd46aba9b8a5294fa063bbc6ed21607d70ea83b56b50668e08062c5ac88c3a430d2712a2b8107503ea6e43cc4ddd4908a934b066908d1f644b2c
7
+ data.tar.gz: 32d638d7d1909403a1e5897065deab9a7c3824235122387a3c6007c17809bd5e2938fec34941bff4d590b4a9f75b2ac2753a4565b269ded10942456542c21a21
data/.idea/workspace.xml CHANGED
@@ -1,10 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <project version="4">
3
3
  <component name="ChangeListManager">
4
- <list default="true" id="eda6a3ce-3f01-43bd-9087-5cccb904c142" name="Changes" comment="">
5
- <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
6
- <change beforePath="$PROJECT_DIR$/lib/cuchinizer.rb" beforeDir="false" afterPath="$PROJECT_DIR$/lib/cuchinizer.rb" afterDir="false" />
7
- </list>
4
+ <list default="true" id="eda6a3ce-3f01-43bd-9087-5cccb904c142" name="Changes" comment="" />
8
5
  <option name="SHOW_DIALOG" value="false" />
9
6
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
10
7
  <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@@ -84,7 +81,7 @@
84
81
  <workItem from="1646237240447" duration="580000" />
85
82
  <workItem from="1646237880908" duration="87000" />
86
83
  <workItem from="1646237980818" duration="31000" />
87
- <workItem from="1646240039960" duration="110000" />
84
+ <workItem from="1646240039960" duration="292000" />
88
85
  </task>
89
86
  <servers />
90
87
  </component>
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # `cuchinizer`
2
2
 
3
- `cuchinizer` allows you to write Ruby script by using only `cuchi`.
3
+ `cuchinizer` allows you to write Ruby scripts by using only `cuchi`.
4
4
 
5
5
  ## Installation
6
6
 
@@ -8,7 +8,7 @@
8
8
 
9
9
  ## Usage
10
10
 
11
- The following ✨ pice of art ✨ is a "Hello, cuchi!" program which can be executed by Ruby interpreter:
11
+ The following ✨ piece of art ✨ is a "Hello, cuchi!" program which can be executed by Ruby interpreter:
12
12
 
13
13
  require "cuchinizer"
14
14
 
Binary file
Binary file
Binary file
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.1"
6
+ spec.version = "1.4"
7
7
  spec.authors = ["Vinicius Kammradt", "Gabriel Rohden"]
8
8
  spec.email = ["vinicius.kammradt1@gmail.com", "gabriel_rohden@outlook.com"]
9
9
 
10
- spec.summary = "'cuchinizder' allows you to write Ruby script by using only 'cuchi'. It's a simple and easy way to write Ruby scripts."
11
- spec.description = "'cuchinizder' allows you to write Ruby script by using only 'cuchi'. It's a simple and easy way to write Ruby scripts."
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 = "'cuchinider' 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.1'
4
+ version: '1.4'
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: "'cuchinizder' allows you to write Ruby script by using only 'cuchi'.
42
+ description: "'cuchinider' 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
@@ -56,6 +56,9 @@ files:
56
56
  - README.md
57
57
  - Rakefile
58
58
  - cuchinizer-1.0.gem
59
+ - cuchinizer-1.1.gem
60
+ - cuchinizer-1.2.gem
61
+ - cuchinizer-1.3.gem
59
62
  - cuchinizer.gemspec
60
63
  - lib/cuchinizer.rb
61
64
  homepage: http://github.com/kammradt/cuchinizer
@@ -80,6 +83,6 @@ requirements: []
80
83
  rubygems_version: 3.1.6
81
84
  signing_key:
82
85
  specification_version: 4
83
- summary: "'cuchinizder' allows you to write Ruby script by using only 'cuchi'. It's
86
+ summary: "'cuchinizer' allows you to write Ruby script by using only 'cuchi'. It's
84
87
  a simple and easy way to write Ruby scripts."
85
88
  test_files: []