myway 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -105,6 +105,7 @@ module Myway
105
105
  `mv ./assets/bootstrap/css/ ./assets/`
106
106
  `mv ./assets/bootstrap/img/ ./assets/`
107
107
  FileUtils.rm_rf "./assets/bootstrap/"
108
+ say " - ./assets/js/#{lib}.min.js"
108
109
  end
109
110
  end
110
111
  end
@@ -29,8 +29,8 @@
29
29
  /js/underscore.min.js", "/js/backbone.min.js",
30
30
  "/js/bootstrap-alert.js", "/js/bootstrap-dropdown.js",
31
31
  "/js/bootstrap-modal.js","/js/bootstrap-tooltip.js"
32
+ //"/js/bootstrap-button.js","/js/bootstrap-collapse.js","/js/bootstrap-carousel.js",
33
+ //"/js/bootstrap-popover.js","/js/bootstrap-scrollspy.js","/js/bootstrap-tab.js",
34
+ //"/js/bootstrap-transition.js","/js/bootstrap-typeahead.js"
32
35
  )
33
36
 
34
- //"/js/bootstrap-button.js","/js/bootstrap-collapse.js","/js/bootstrap-carousel.js",
35
- //"/js/bootstrap-popover.js","/js/bootstrap-scrollspy.js","/js/bootstrap-tab.js",
36
- //"/js/bootstrap-transition.js","/js/bootstrap-typeahead.js",
@@ -13,14 +13,12 @@ Gem::Specification.new do |gem|
13
13
  gem.name = "<%= name %>"
14
14
  gem.require_paths = ["app"]
15
15
  gem.version = <%= name.camelize %>::VERSION
16
- gem.add_runtime_dependency "sinatra", "~> 1.3.2"
17
- gem.add_runtime_dependency "sinatra-contrib", "~> 1.3.1"
16
+ gem.add_runtime_dependency "sinatra"
18
17
  gem.add_runtime_dependency "unicorn"
19
18
  gem.add_runtime_dependency "sprockets"
20
19
  gem.add_runtime_dependency "yui-compressor"
21
20
  gem.add_runtime_dependency "haml"
22
21
 
23
- gem.add_development_dependency "capybara"
24
22
  gem.add_development_dependency "rspec"
25
- gem.add_development_dependency "capistrano", "~> 2.12.0"
23
+ gem.add_development_dependency "capistrano"
26
24
  end
@@ -1,3 +1,3 @@
1
1
  module Myway
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: myway
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-15 00:00:00.000000000 Z
12
+ date: 2012-09-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor