Skip to content

Commit 817ecae

Browse files
committed
Release v1.2.2
1 parent 93a4902 commit 817ecae

6 files changed

+9
-43
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ components
33
node_modules
44
.sass-cache
55
gh-pages
6-
tmp
6+
tmp
7+
Gemfile.lock
8+
.ruby-version

Gemfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
source "https://rubygems.org"
22

3-
gem "jekyll"
4-
gem "json"
3+
gemspec

Gemfile.lock

-38
This file was deleted.

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "select2-bootstrap-css",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"ignore": [
55
"**/.*",
66
"node_modules",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "select2-bootstrap-css",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "simple css to make select2 widgets fit in with bootstrap",
55
"main": "",
66
"directories": {

select2-bootstrap-css.gemspec

+3
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ Gem::Specification.new do |s|
1717
s.platform = Gem::Platform::RUBY
1818
s.require_paths = ['lib']
1919
s.rubyforge_project = '[none]'
20+
21+
s.add_dependency 'json'
22+
s.add_development_dependency 'jekyll'
2023
end

0 commit comments

Comments
 (0)