cuchinizer 1.2 → 1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1279b1336eca29344af2b61fe4b970ac6ca0e4285b42832f9a01af19973c49c0
4
- data.tar.gz: b707a5abe5dfe901de660f80421684dbdeba168d2d70792babb1a1f32c80291f
3
+ metadata.gz: 3029b47210dff62d1caa102d477ef2eca745dae21912b40370e68b5edbf1a208
4
+ data.tar.gz: cd198759af6882f715b466b327cfc36ddc21b9a5048305327b7657dbcfb8617d
5
5
  SHA512:
6
- metadata.gz: e46cabbc99c41b929cb3f71fd1c16102eb60664d18d96e5097a0a57e3f1e3f78551b81564e4c7593f30cda84cf45ed764fc83361b0c5d05d84b9986439ce8d48
7
- data.tar.gz: 89c3a911d15e5d581f67d31aa382c143956329fca42df031483ffcd321e5aae3238df47e0af93507ebc76d679068d3f0dcc94c58e1563534a07e6c7752e596a5
6
+ metadata.gz: 643907742daa1db54baface00d9e482f0bc8dafb4bbee8c9507be2ebfccf371cc182f12eb5903d77a599449183a11ea8e1b813149e0cf6bd10f5e016c838597e
7
+ data.tar.gz: c2d8d482721d94c1f48d3dd957e6df41c23d82272353688e3725173f59539391e49c0af2597eb5a6d7660a0b5e990a64ed33c7f261cc28a7ebd84eacfa77da8a
data/.idea/workspace.xml CHANGED
@@ -1,9 +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$/cuchinizer.gemspec" beforeDir="false" afterPath="$PROJECT_DIR$/cuchinizer.gemspec" afterDir="false" />
6
- </list>
4
+ <list default="true" id="eda6a3ce-3f01-43bd-9087-5cccb904c142" name="Changes" comment="" />
7
5
  <option name="SHOW_DIALOG" value="false" />
8
6
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
9
7
  <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@@ -83,7 +81,7 @@
83
81
  <workItem from="1646237240447" duration="580000" />
84
82
  <workItem from="1646237880908" duration="87000" />
85
83
  <workItem from="1646237980818" duration="31000" />
86
- <workItem from="1646240039960" duration="223000" />
84
+ <workItem from="1646240039960" duration="292000" />
87
85
  </task>
88
86
  <servers />
89
87
  </component>
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.2"
6
+ spec.version = "1.3"
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 = "'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 = "'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.2'
4
+ version: '1.3'
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
@@ -57,6 +57,7 @@ files:
57
57
  - Rakefile
58
58
  - cuchinizer-1.0.gem
59
59
  - cuchinizer-1.1.gem
60
+ - cuchinizer-1.2.gem
60
61
  - cuchinizer.gemspec
61
62
  - lib/cuchinizer.rb
62
63
  homepage: http://github.com/kammradt/cuchinizer