Skip to content

Commit

Permalink
release date
Browse files Browse the repository at this point in the history
  • Loading branch information
leikind committed Aug 28, 2015
1 parent 436f32b commit 6f6ddd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Version](http://img.shields.io/gem/v/wice_grid.svg)](https://rubygems.org/gems/wice_grid)
[![Build](https://travis-ci.org/leikind/wice_grid.svg)](https://travis-ci.org/leikind/wice_grid)
[![Inline docs](http://inch-ci.org/github/leikind/wice_grid.svg?branch=development)](http://inch-ci.org/github/leikind/wice_grid)
[![Inline docs](http://inch-ci.org/github/leikind/wice_grid.svg?branch=rails3)](http://inch-ci.org/github/leikind/wice_grid/branch/rails3)
[![License](http://img.shields.io/badge/license-MIT-yellowgreen.svg)](#license)

<!-- let's disable for a while ;-)
Expand Down
2 changes: 1 addition & 1 deletion wice_grid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
s.license = 'MIT'
s.require_paths = ['lib']
s.date = '2015-08-14'
s.date = '2015-08-28'

s.add_dependency 'activerecord', ['> 3.2']
s.add_dependency 'kaminari', ['~> 0.16']
Expand Down

0 comments on commit 6f6ddd4

Please sign in to comment.