daslabs 0.9.0 → 0.10.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
  SHA1:
3
- metadata.gz: b363d18e25427987768cc72cfd13a3f0cb38fabc
4
- data.tar.gz: b8381c4bf95bc313ca2de418977d86f553af08e2
3
+ metadata.gz: c12abae571f17ced209b80289fcb6174041bbccc
4
+ data.tar.gz: 70944b407952bf36559d95d80ead52074f4bafa3
5
5
  SHA512:
6
- metadata.gz: da701d998848460da3cb19cecc825745a81c3b485bbb9aa46fa451b34aa2980804f3b847390d0ce7df762f9a66f14bc74f5644d0ed8a587e025944b6d23235f0
7
- data.tar.gz: 34c5bd51b6edad89ffaa432de3f514b4c0d99bec9ddcc8d45423ef8184835803482ecf41524f004c0f82478ad92bf8c1e8f24d31bf0e0c85d007fecf9b005d38
6
+ metadata.gz: 5fce2f2078777f7bfa419334968e5c3d985607153b570c8b544e118b887ac37052b21124028c8565500c11afc698b0afb4226335f5a836925133f4429e367a98
7
+ data.tar.gz: 84e2d2d3daf71a9ba05580c28512b0ecf02834343b8fd2a1018f131f074609f105e24db4e82dd1f4ce22b2494ca3a1456846faf29ba8019bf1fcecac960c8ef3
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- daslabs (0.8.0)
4
+ daslabs (0.9.0)
5
5
  nokogiri (>= 1.5.0)
6
6
 
7
7
  GEM
@@ -11,4 +11,4 @@ prompt.yes?('Would you like to populate the app with sample data?')
11
11
  choices = %w(web android ios)
12
12
  prompt.multi_select("What type of template would you like?", choices)
13
13
 
14
- DasLabs.bootstrapios("----------%w")
14
+ DasLabs.bootstrapios("----------")
@@ -52,7 +52,7 @@ class Baseband
52
52
  end
53
53
 
54
54
  def self.bootstrapios(n = "Baseband")
55
- puts "Writing ios project to : #{Dir.pwd}"
55
+ puts "Writing ios project to : ", n
56
56
  end
57
57
 
58
58
  end
@@ -1,3 +1,3 @@
1
1
  module Daslabs
2
- VERSION = "0.9.0"
2
+ VERSION = "0.10.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.9.0
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arunabh Das