Skip to content

Commit fbe9383

Browse files
committed
* bootstrap 3.3.2
1 parent 396e3ca commit fbe9383

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+504
-346
lines changed

Appraisals

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,16 @@
11
appraise 'rails-3.2' do
22
gem 'rails', '3.2.21'
3-
gem 'uglifier'
4-
gem 'minitest', '~> 4'
3+
gem 'minitest', '~> 4.7'
54
end
65

76
appraise 'rails-4.0' do
8-
gem 'rails', '4.0.12'
9-
gem 'uglifier'
10-
gem 'minitest', '~> 4'
7+
gem 'rails', '4.0.13'
118
end
129

1310
appraise 'rails-4.1' do
14-
gem 'rails', '4.1.8'
15-
gem 'uglifier'
16-
gem 'minitest', '~> 5'
11+
gem 'rails', '4.1.9'
1712
end
1813

1914
appraise 'rails-4.2' do
2015
gem 'rails', '4.2.0'
21-
gem 'uglifier'
22-
gem 'minitest', '~> 5'
2316
end

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.17.0
4+
5+
* bootstrap 3.3.2
6+
37
## 2.16.1
48

59
* Ruby 2.2 compatibility

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014, diowa
1+
Copyright (c) 2015, diowa
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without
-208 Bytes
Binary file not shown.

app/assets/fonts/glyphicons-halflings-regular.svg

Lines changed: 273 additions & 214 deletions
Loading
Binary file not shown.
104 Bytes
Binary file not shown.
Binary file not shown.

gemfiles/rails_3.2.gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
source "https://rubygems.org"
44

55
gem "rails", "3.2.21"
6-
gem "uglifier"
7-
gem "minitest", "~> 4"
6+
gem "minitest", "~> 4.7"
87

98
gemspec :path => "../"

gemfiles/rails_4.0.gemfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
source "https://rubygems.org"
44

5-
gem "rails", "4.0.12"
6-
gem "uglifier"
7-
gem "minitest", "~> 4"
5+
gem "rails", "4.0.13"
86

97
gemspec :path => "../"

0 commit comments

Comments
 (0)