jombo 1.0.9 → 1.0.10

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.
@@ -24,8 +24,8 @@ Git/Update Sequence
24
24
 
25
25
  - Switch to "master" branch
26
26
  - Merge "master" with "release"
27
- - git push origin
28
- - git push github
27
+ - Push to GitHub
28
+ git push origin --tags
29
29
 
30
30
 
31
31
  CSS
@@ -1,3 +1,3 @@
1
1
  module Jombo
2
- VERSION = "1.0.9"
2
+ VERSION = "1.0.10"
3
3
  end
@@ -1 +1,13 @@
1
- //= require_tree .
1
+ //= require ./bootstrap-transition
2
+ //= require ./bootstrap-alert
3
+ //= require ./bootstrap-button
4
+ //= require ./bootstrap-carousel
5
+ //= require ./bootstrap-collapse
6
+ //= require ./bootstrap-dropdown
7
+ //= require ./bootstrap-modal
8
+ //= require ./bootstrap-tooltip
9
+ //= require ./bootstrap-popover
10
+ //= require ./bootstrap-scrollspy
11
+ //= require ./bootstrap-tab
12
+ //= require ./bootstrap-typeahead
13
+ //= require ./bootstrap-affix
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jombo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.9
4
+ version: 1.0.10
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-22 00:00:00.000000000 Z
12
+ date: 2012-09-23 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Package Bootstrap from Twitter assets as a gem.
15
15
  email: