jetfuel 1.19.21 → 1.19.22

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 26960091ac37bd3f157b3b5d063a0c4ae9585607
4
- data.tar.gz: b44fc75d0f7bb9b389008074ec04931c9d70f95d
3
+ metadata.gz: 799ef0fcb6288943eaacd54259dbe7f006fb9112
4
+ data.tar.gz: e3275c9be0041588fa767ff469cbf7b8bf2d683e
5
5
  SHA512:
6
- metadata.gz: e8b14f7e264752073929218bc0947fd3b52748930ee2e02f277b6fca4c9e6fcd13fffcafb69f9207be25de49a5e904a66e0b4c5c1e5ef77adcf3d4d86a5c8e38
7
- data.tar.gz: fbb1ceabc22dc48c0e27b0d25f4f8bed58ef90a297b8bbfac7e69f3352308c03afd1c528c3644d8593d4e1cf416fc903e7a918989b5250d77d13defdf3a7ad18
6
+ metadata.gz: c89145bb851e1cb192cadad5e61586886e68f77aa82d4c17f4f61e94ac7166b89a96ccbb3957551c8894eaa992c431c3e1157ae09d736cfcccd98af477ae5a15
7
+ data.tar.gz: c0fa9d0a3ad89f251a6c48a4e74acfefed0c845ecfe29c43168ff088763d86e5785e45582cd11d5f203a487e1fadbfab0e2750387b2b868ef2bcff3203122b93
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jetfuel (1.19.21)
4
+ jetfuel (1.19.22)
5
5
  bundler (~> 1.3)
6
6
  rails (= 4.1.1)
7
7
 
@@ -60,14 +60,14 @@ GEM
60
60
  gherkin (2.12.2)
61
61
  multi_json (~> 1.3)
62
62
  hike (1.2.3)
63
- i18n (0.6.11)
64
- json (1.8.1)
63
+ i18n (0.7.0)
64
+ json (1.8.2)
65
65
  mail (2.5.4)
66
66
  mime-types (~> 1.16)
67
67
  treetop (~> 1.4.8)
68
68
  mime-types (1.25.1)
69
69
  mini_portile (0.6.0)
70
- minitest (5.4.1)
70
+ minitest (5.5.1)
71
71
  multi_json (1.10.1)
72
72
  multi_test (0.1.1)
73
73
  nokogiri (1.6.2.1)
@@ -91,7 +91,7 @@ GEM
91
91
  activesupport (= 4.1.1)
92
92
  rake (>= 0.8.7)
93
93
  thor (>= 0.18.1, < 2.0)
94
- rake (10.3.2)
94
+ rake (10.4.2)
95
95
  rspec (2.99.0)
96
96
  rspec-core (~> 2.99.0)
97
97
  rspec-expectations (~> 2.99.0)
@@ -100,15 +100,15 @@ GEM
100
100
  rspec-expectations (2.99.0)
101
101
  diff-lcs (>= 1.1.3, < 2.0)
102
102
  rspec-mocks (2.99.0)
103
- sprockets (2.12.1)
103
+ sprockets (2.12.3)
104
104
  hike (~> 1.2)
105
105
  multi_json (~> 1.0)
106
106
  rack (~> 1.0)
107
107
  tilt (~> 1.1, != 1.3.0)
108
- sprockets-rails (2.1.4)
108
+ sprockets-rails (2.2.2)
109
109
  actionpack (>= 3.0)
110
110
  activesupport (>= 3.0)
111
- sprockets (~> 2.8)
111
+ sprockets (>= 2.8, < 4.0)
112
112
  thor (0.19.1)
113
113
  thread_safe (0.3.4)
114
114
  tilt (1.4.1)
@@ -147,7 +147,7 @@ end
147
147
  end
148
148
 
149
149
  def add_bootstrap_js
150
- inject_into_file 'app/assets/javascripts/application.js', "//= require bootstrap\n//=require leather\n",
150
+ inject_into_file 'app/assets/javascripts/application.js', "//= require bootstrap-sprockets\n//= require leather\n",
151
151
  after: /\/\/= require jquery_ujs\n/
152
152
  end
153
153
 
@@ -1,5 +1,5 @@
1
1
  module Jetfuel
2
2
  RAILS_VERSION = '4.1.1'
3
3
  RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip
4
- VERSION = '1.19.21'
4
+ VERSION = '1.19.22'
5
5
  end
@@ -2,6 +2,7 @@
2
2
 
3
3
  @import 'bourbon';
4
4
  @import 'bootstrap_variables';
5
+ @import 'bootstrap-sprockets';
5
6
  @import 'bootstrap';
6
7
  @import 'font-awesome-sprockets';
7
8
  @import 'font-awesome';
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jetfuel
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.21
4
+ version: 1.19.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - FlyoverWorks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-26 00:00:00.000000000 Z
11
+ date: 2015-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler