daslabs 0.10.0 → 0.11.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
- SHA1:
3
- metadata.gz: c12abae571f17ced209b80289fcb6174041bbccc
4
- data.tar.gz: 70944b407952bf36559d95d80ead52074f4bafa3
2
+ SHA256:
3
+ metadata.gz: 3e762078b758f8d84ba63e351d5361858849882c29a2d381493e897ab1587a1e
4
+ data.tar.gz: c725f9b69f9559f990137fee6959d45356b3fa4d63ea776180b19e16a8cad046
5
5
  SHA512:
6
- metadata.gz: 5fce2f2078777f7bfa419334968e5c3d985607153b570c8b544e118b887ac37052b21124028c8565500c11afc698b0afb4226335f5a836925133f4429e367a98
7
- data.tar.gz: 84e2d2d3daf71a9ba05580c28512b0ecf02834343b8fd2a1018f131f074609f105e24db4e82dd1f4ce22b2494ca3a1456846faf29ba8019bf1fcecac960c8ef3
6
+ metadata.gz: aed63e74da5b5eb3afc3f501d4ef643660b5e1ccf36c4b1a4aaa83dab7a5a400d07d66fc3989154d6c845c35ede926f62cc88abfe26c81dda204e6c69bb7c362
7
+ data.tar.gz: 4212a6b370cf153bbda4b03f9e5fe88a9e073c03241a3036e80b8d9013224ae855804af0ca269d5366d0cf62ebe2b1717b03091d146d329d1ae5c6cc7faa9d19
data/README.md CHANGED
@@ -25,7 +25,9 @@ Successfully installed daslabs-0.5.0
25
25
 
26
26
  ==> gem list -r daslabs
27
27
 
28
+ ==> cd examples
28
29
 
30
+ ==> ruby interactive.rb
29
31
 
30
32
  *** REMOTE GEMS ***
31
33
 
@@ -2,22 +2,25 @@ require "daslabs/version"
2
2
  require "daslabs/baseband"
3
3
 
4
4
  module DasLabs
5
- def self.bootstrapweb(n = "DefaultName")
6
-
7
- baseband = Baseband
8
- Baseband.bootstrapweb(n)
9
- end
5
+ class DasLabsCentral
6
+ def self.warpspeed(n = "Default")
7
+ baseband = Baseband
8
+ Baseband.name(n)
9
+ end
10
10
 
11
- def self.bootstrapandroid(n = "DefaultName")
12
-
13
- baseband = Baseband
14
- Baseband.bootstrapandroid(n)
15
- end
16
-
17
-
18
- def self.bootstrapios(n = "DefaultName")
19
-
20
- baseband = Baseband
21
- Baseband.bootstrapios(n)
22
- end
11
+ def self.bootstrapweb(n = "Default")
12
+ baseband = Baseband
13
+ Baseband.bootstrapweb(n)
14
+ end
15
+
16
+ def self.bootstrapandroid(n = "Default")
17
+ baseband = Baseband
18
+ Baseband.bootstrapandroid(n)
19
+ end
20
+
21
+
22
+ def self.bootstrapios(n = "Default")
23
+ baseband = Baseband
24
+ Baseband.bootstrapios(n)
25
+ end
23
26
  end
@@ -1,3 +1,3 @@
1
1
  module Daslabs
2
- VERSION = "0.10.0"
2
+ VERSION = "0.11.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: daslabs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arunabh Das
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-03-25 00:00:00.000000000 Z
11
+ date: 2018-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -616,7 +616,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
616
616
  version: '0'
617
617
  requirements: []
618
618
  rubyforge_project:
619
- rubygems_version: 2.6.11
619
+ rubygems_version: 2.7.6
620
620
  signing_key:
621
621
  specification_version: 4
622
622
  summary: Tools for streamlining and warpspeeding development for leapfrog scenarios