daslabs 0.16.0 → 0.17.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: 021a290691dc0d6d3f1fa37d1166cc90da73100995ea181742861ea0fce500c6
4
- data.tar.gz: d4b5bc3292dc69e84efcf80d1c137156808d8d60124b15b83903d5faf9943f7a
3
+ metadata.gz: a53ac7193f40b2ffbb595b1f23ab4c2013afaf184428fed09088414f9750c1d4
4
+ data.tar.gz: b87e25defa0142c08532b7a623af642fc63483a1cb7d2e741ae1175e1dcd3786
5
5
  SHA512:
6
- metadata.gz: 486c9534197c5b46b80ff1fd601520ce13e508f32a925a6598ece81f25cc427a2e3d1ad53924efe9f17b412ec1443a8163c7049fcf557cd77471de2168cb9915
7
- data.tar.gz: 14173859fa62a03d5c93e066f44f1fe7a43eb34664df84de8baa9f0b9181a187dc6d37d8efd3753580b18a3eb4422f6bbf01de7fb7df0c47b963d17f1c7e8968
6
+ metadata.gz: 33d1f4bf43af062c67bfde14c1e78344abf8e14265a339b8561eae197e1807afcb7ca403b9be715e0333124485aefbcc0e9a998b25e0af3b844daedbcd91480e
7
+ data.tar.gz: 2d0c81780a4866fdcb71e76ae25b5339bb4979ef12f1afc91442930eca0ec66a1b5813d98a88f5d81057ecf28e817b312a3d43dc54046ad7cdba5dfbe4db843c
@@ -23,10 +23,10 @@ module DasLabs
23
23
  Baseband.bootstrapios(n)
24
24
  end
25
25
 
26
- def self.usage(n = "DefaultName")
26
+ def self.usage
27
27
 
28
28
  baseband = Baseband
29
- Baseband.usage(n)
29
+ Baseband.usage
30
30
  end
31
31
  end
32
32
 
@@ -55,8 +55,8 @@ class Baseband
55
55
  puts "Writing ios project to : ", n
56
56
  end
57
57
 
58
- def self.usage(n = "Baseband")
59
- puts "Usage is as follows | bootstrapweb | bootstrapandroid | bootstrapios |", n
58
+ def self.usage
59
+ puts "Usage is as follows | bootstrapweb | bootstrapandroid | bootstrapios |"
60
60
  end
61
61
 
62
62
  end
@@ -1,3 +1,3 @@
1
1
  module Daslabs
2
- VERSION = "0.16.0"
2
+ VERSION = "0.17.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: daslabs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arunabh Das