Skip to content

Commit 69bcc26

Browse files
Release 2.4.0
1 parent e4a8ac2 commit 69bcc26

File tree

9 files changed

+9
-2
lines changed

9 files changed

+9
-2
lines changed

COPYING

+1
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ The above license does not apply to the following bundled components:
2626
• Fuel UX Located under vendor/toolkit/fuelux
2727

2828
Licensing information regarding the above packages can be found in the THIRD-PARTY file.
29+

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ gem "jquery-rails"
1515

1616
# To use debugger
1717
# gem 'debugger'
18+
#

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Fuel UX for Rails 3.1/Rails 4.0 Asset Pipeline
2-
Extends Twitter Bootstrap with additional lightweight JavaScript controls. Easy to install, customize, update, and optimize.
2+
Extends Twitter Bootstrap with additional lightweight JavaScript controls. Easy to install, customize, update, and optimize.
33

44
fuelux-rails project integrates Fuel UX into the Twitter Bootstrap CSS toolkit for Rails 3.1/Rails 4.0 Asset Pipeline (Rails 3.2 supported)
55

README.rdoc

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
= FueluxRails
22

33
This project rocks and uses MIT-LICENSE.
4+

Rakefile

+1
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ Rake::TestTask.new(:test) do |t|
3939
end
4040

4141
task :default => :test
42+

THIRD-PARTY

+1
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIG
2323
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
2424
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
2525
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26+

lib/fuelux-rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module FueluxRails
2-
VERSION = "2.4.0.rc1"
2+
VERSION = "2.4.0"
33
end

vendor/assets/javascripts/fuelux.js

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
//= require fuelux/spinner
1111
//= require fuelux/tree
1212
//= require fuelux/wizard
13+

vendor/toolkit/fuelux.less

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
@import "fuelux/spinner.less";
1414
@import "fuelux/tree.less";
1515
@import "fuelux/wizard.less";
16+

0 commit comments

Comments
 (0)