appmake 0.1.16 → 0.1.17

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/appmake/version.rb +1 -1
  2. data/lib/appmake.rb +2 -2
  3. metadata +1 -1
@@ -1,3 +1,3 @@
1
1
  module Appmake
2
- VERSION = "0.1.16"
2
+ VERSION = "0.1.17"
3
3
  end
data/lib/appmake.rb CHANGED
@@ -50,9 +50,9 @@ module Appmake
50
50
  end
51
51
 
52
52
  desc "install", "install various libs"
53
- def install(name, version)
53
+ def install(name)
54
54
  if name == "jquery"
55
- system("curl http://code.jquery.com/jquery-#{version}.min.js -o public/jquery-#{version}.min.js")
55
+ system("curl http://code.jquery.com/jquery-1.9.0.min.js -o public/jquery-1.9.0.min.js")
56
56
  elsif name == "underscore"
57
57
  system("curl http://underscorejs.org/underscore-min.js -o public/underscore.min.js")
58
58
  elsif name == "backbone"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appmake
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.16
4
+ version: 0.1.17
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: