waff 0.0.2 → 0.0.3

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: 0efb147c1582e77b6b80de8e4cad702e5f66b3a9d7ddc7c9711f035d7477cdfe
4
- data.tar.gz: 6bf40532d58191a2730b57212236c1091fc41fe70c1147a26a6febc473a55ef2
3
+ metadata.gz: 9d3d0cfdc559ff8cb75ed59a1d096e95d2ff6f19be259ecf98992aa3056efa90
4
+ data.tar.gz: 8b3935c17d9457ee617e0f0e835575bf33f2ca8d4a650e78190015174ff59b61
5
5
  SHA512:
6
- metadata.gz: 893120b15ec204bc7841c3df4d9d44fa8f3df1607c4388ed68e7fee23c1539c8e27968a39997b288a157ecdf76767c26aded0eceaf032c05fd31235808318a5e
7
- data.tar.gz: 463c6e9352c8a67b750b14cefec0b4807a2740d4063f4ec0fa8b502e8e33311a2e3b7799a733bc3d0d2681d6fa937a1cfac4fe98902d0e329ff8b50e19c16c71
6
+ metadata.gz: b1b09e7f07356d9b6fc9ea3f0e54b37186ede8d34d26fb1cc4a75204d0c51918ffa8d9651a8544b854102cf4248f1bab980471e9bc33cccc506d130798593a68
7
+ data.tar.gz: 8b60b5fa6a013c61858c416a867f82ec8faff34f017588f0751161ea43e6ceb8d581665df6e4cac7172f36929b205919cc0447cfa4727d4adb62a6f25df286d9
data/bin/waff ADDED
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require_relative '../lib/waff'
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,5 +1,3 @@
1
- #!/usr/bin/env ruby
2
-
3
1
  require 'fileutils'
4
2
  require 'httparty'
5
3
  require_relative 'core.rb'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: waff
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Armando Andini
@@ -28,17 +28,18 @@ description:
28
28
  email:
29
29
  - armando.andini@gmail.com
30
30
  executables:
31
- - waff.rb
31
+ - waff
32
32
  extensions: []
33
33
  extra_rdoc_files: []
34
34
  files:
35
- - bin/config.rb
36
- - bin/core.rb
37
- - bin/helper.rb
38
- - bin/issue.rb
39
- - bin/local_repository.rb
40
- - bin/repository.rb
41
- - bin/waff.rb
35
+ - bin/waff
36
+ - lib/config.rb
37
+ - lib/core.rb
38
+ - lib/helper.rb
39
+ - lib/issue.rb
40
+ - lib/local_repository.rb
41
+ - lib/repository.rb
42
+ - lib/waff.rb
42
43
  homepage: https://github.com/antico5/waff
43
44
  licenses:
44
45
  - MIT