quik_start 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/bin/qs CHANGED
@@ -7,16 +7,17 @@ require 'quik_start'
7
7
  $to_install = []
8
8
  $assets = {}
9
9
  $platform = :rails
10
+ $start_time = Time.now
10
11
 
11
12
  OptionParser.new do |opts|
12
13
  opts.banner = "Usage: --library_name"
13
14
  opts.on("--rails", "Use rails as a target (Only target for now)") { $platform = :rails }
14
15
  # opts.on("--django") { $platform = :django }
15
16
  opts.on("--bootstrap") { $to_install << :bootstrap }
16
- opts.on("--jquery") { $to_install << :jquery }
17
- opts.on("--jqueryui") { $to_install << :jqueryui }
18
- opts.on("--angular") { $to_install << :angular }
19
- opts.on("--backbone") { $to_install << :backbone }
17
+ opts.on("--jquery") { $to_install << :jquery }
18
+ opts.on("--jqueryui") { $to_install << :jqueryui }
19
+ opts.on("--angular") { $to_install << :angular }
20
+ opts.on("--backbone") { $to_install << :backbone }
20
21
 
21
22
  opts.on("--d3") { $to_install << :d3 }
22
23
  opts.on("-h", "--help", "Print Help") do
@@ -32,7 +33,7 @@ OptionParser.new do |opts|
32
33
  exit 1
33
34
  end
34
35
  end
35
- $start_time = Time.now
36
+
36
37
 
37
38
  $to_install.each do |lib_name|
38
39
  if $assets[lib_name] == nil
@@ -1,3 +1,3 @@
1
1
  module QuikStart
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
data/lib/quik_start.rb CHANGED
@@ -106,11 +106,11 @@ module QuikStart
106
106
  end
107
107
 
108
108
  def self.write_css_file
109
- puts 'writing application.css'
109
+ # puts 'writing application.css'
110
110
  end
111
111
 
112
112
  def self.write_js_file
113
- puts 'writing application.js'
113
+ # puts 'writing application.js'
114
114
  end
115
115
 
116
116
  def self.libraries
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quik_start
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
metadata.gz.sig CHANGED
Binary file