cuchinizer 1.1 → 1.2

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: 1279b1336eca29344af2b61fe4b970ac6ca0e4285b42832f9a01af19973c49c0
4
+ data.tar.gz: b707a5abe5dfe901de660f80421684dbdeba168d2d70792babb1a1f32c80291f
5
5
  SHA512:
6
- metadata.gz: a8e1c0084f85b25489fd230596fa57c576025049a2a94a6928ed26888b300dd4463e976d6d70d7ba9e2591fb7ce433a5d736aea851350828ea3ea4f20dbe9040
7
- data.tar.gz: 01f0b8dead65d2370bec29ddf17f5fc9812a1dbecdc20a57306e3aff18943bba56496e4dc444224fb75732a3c5d14f0d86f39fc7aed5bc1a2955bae440148d25
6
+ metadata.gz: e46cabbc99c41b929cb3f71fd1c16102eb60664d18d96e5097a0a57e3f1e3f78551b81564e4c7593f30cda84cf45ed764fc83361b0c5d05d84b9986439ce8d48
7
+ data.tar.gz: 89c3a911d15e5d581f67d31aa382c143956329fca42df031483ffcd321e5aae3238df47e0af93507ebc76d679068d3f0dcc94c58e1563534a07e6c7752e596a5
data/.idea/workspace.xml CHANGED
@@ -2,8 +2,7 @@
2
2
  <project version="4">
3
3
  <component name="ChangeListManager">
4
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" />
5
+ <change beforePath="$PROJECT_DIR$/cuchinizer.gemspec" beforeDir="false" afterPath="$PROJECT_DIR$/cuchinizer.gemspec" afterDir="false" />
7
6
  </list>
8
7
  <option name="SHOW_DIALOG" value="false" />
9
8
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -84,7 +83,7 @@
84
83
  <workItem from="1646237240447" duration="580000" />
85
84
  <workItem from="1646237880908" duration="87000" />
86
85
  <workItem from="1646237980818" duration="31000" />
87
- <workItem from="1646240039960" duration="110000" />
86
+ <workItem from="1646240039960" duration="223000" />
88
87
  </task>
89
88
  <servers />
90
89
  </component>
Binary file
data/cuchinizer.gemspec CHANGED
@@ -3,11 +3,11 @@ $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.2"
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."
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
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."
12
12
  spec.homepage = "http://github.com/kammradt/cuchinizer"
13
13
  spec.license = "MIT"
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.2'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vinicius Kammradt
@@ -56,6 +56,7 @@ files:
56
56
  - README.md
57
57
  - Rakefile
58
58
  - cuchinizer-1.0.gem
59
+ - cuchinizer-1.1.gem
59
60
  - cuchinizer.gemspec
60
61
  - lib/cuchinizer.rb
61
62
  homepage: http://github.com/kammradt/cuchinizer
@@ -80,6 +81,6 @@ requirements: []
80
81
  rubygems_version: 3.1.6
81
82
  signing_key:
82
83
  specification_version: 4
83
- summary: "'cuchinizder' allows you to write Ruby script by using only 'cuchi'. It's
84
+ summary: "'cuchinizer' allows you to write Ruby script by using only 'cuchi'. It's
84
85
  a simple and easy way to write Ruby scripts."
85
86
  test_files: []