capelinhos 0.1.0 → 0.2.0

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: d58321305d7a195ade76ea1869ab3348347d455e131f2c9fd0497b5b53f497c5
4
- data.tar.gz: 86535d3c19297bb86d0c2d8ca218b70a77ede25eafe5c5404be938856c0cef26
3
+ metadata.gz: 49c1ed2e9d42f215cb73dbf0c35e6fd05088333581b28d63768d0e0b1438e573
4
+ data.tar.gz: 03fbea570b16c007a522d5040770af218d13248de395474bb643cfccb06d0cc3
5
5
  SHA512:
6
- metadata.gz: d23b6a9c43660a5f3208aa356398905a61198e4e9feb79ac45d7c894013091a8cc02e0fd17228224d40edace7374ce41c70ff029f25e1f8a5194b363aeac7235
7
- data.tar.gz: 2a2cba2f982977c3b64afa29bd8ce17473da540bb81a2dba1cacb33390a66d6992e1a661a0b18fab853f0e7602e77785e8f68fe71416835223a2c7d825517b56
6
+ metadata.gz: 1aeab1b738091983208a569c1c22d0388492c4950c4190c0fbabf686ad2ff0be00879304285734e24d36dea455881dd390318c723e8283bdd144f475d4389d57
7
+ data.tar.gz: f746bde40dfecb5ba1de537ff6e3ff6a9f12c9a6da9af702a97f248a4a180246131950be569a999a5ee1991cacb52022eabd274782832d6e8b9444ef8a27f249
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Capelinhos
4
- VERSION = "0.1.0"
4
+ VERSION = "0.2.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capelinhos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Hallett
@@ -42,7 +42,7 @@ description:
42
42
  email:
43
43
  - adam.t.hallett@gmail.com
44
44
  executables:
45
- - capelinhos.rb
45
+ - capelinhos
46
46
  extensions: []
47
47
  extra_rdoc_files: []
48
48
  files:
@@ -51,7 +51,7 @@ files:
51
51
  - README.md
52
52
  - Rakefile
53
53
  - capelinhos.sublime-project
54
- - exe/capelinhos.rb
54
+ - exe/capelinhos
55
55
  - lib/capelinhos.rb
56
56
  - lib/capelinhos/processor.rb
57
57
  - lib/capelinhos/version.rb
File without changes