Skip to content
This repository has been archived by the owner on Apr 18, 2018. It is now read-only.

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
volmer committed Jun 8, 2016
1 parent fb1c2f5 commit 08127fa
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 20 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
language: ruby
rvm:
- 2.1.8
- 2.3.1
before_script:
- 'cd spec/dummy'
- 'bundle exec rake db:test:prepare'
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bootsy Changelog

## master
## 2.3.0

* Bootsy no longer depends on Remotipart.
* Fix bug where modal is rendered with the app layout (#211 - thanks @StGalant).
Expand Down
32 changes: 17 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
bootsy (2.2.2)
bootsy (2.3.0)
carrierwave (~> 0.11)
mini_magick (~> 4.5)

Expand Down Expand Up @@ -45,8 +45,8 @@ GEM
tzinfo (~> 1.1)
addressable (2.4.0)
arel (6.0.3)
ast (2.2.0)
autoprefixer-rails (6.3.6)
ast (2.3.0)
autoprefixer-rails (6.3.6.2)
execjs
bootstrap-sass (3.3.6)
autoprefixer-rails (>= 5.2.1)
Expand All @@ -71,7 +71,7 @@ GEM
database_cleaner (1.5.3)
diff-lcs (1.2.5)
erubis (2.7.0)
execjs (2.6.0)
execjs (2.7.0)
factory_girl (4.7.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.7.0)
Expand All @@ -90,18 +90,20 @@ GEM
mail (2.6.4)
mime-types (>= 1.16, < 4)
method_source (0.8.2)
mime-types (3.0)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0221)
mime-types-data (3.2016.0521)
mimemagic (0.3.1)
mini_magick (4.5.1)
mini_portile2 (2.0.0)
minitest (5.8.4)
multi_json (1.12.0)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
parser (2.3.1.0)
mini_portile2 (2.1.0)
minitest (5.9.0)
multi_json (1.12.1)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
parser (2.3.1.2)
ast (~> 2.2)
pkg-config (1.1.7)
poltergeist (1.9.0)
capybara (~> 2.1)
cliver (~> 0.3.1)
Expand Down Expand Up @@ -190,11 +192,11 @@ GEM
sqlite3 (1.3.11)
thor (0.19.1)
thread_safe (0.3.5)
tilt (2.0.3)
tilt (2.0.5)
tzinfo (1.2.2)
thread_safe (~> 0.1)
unicode-display_width (1.0.5)
websocket-driver (0.6.3)
websocket-driver (0.6.4)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
xpath (2.0.0)
Expand Down Expand Up @@ -222,4 +224,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
1.12.0
1.12.5
2 changes: 1 addition & 1 deletion lib/bootsy/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Public: The gem version
module Bootsy
VERSION = '2.2.2'.freeze
VERSION = '2.3.0'.freeze
end

0 comments on commit 08127fa

Please sign in to comment.