Skip to content

Commit

Permalink
3.6.0.pre3
Browse files Browse the repository at this point in the history
  • Loading branch information
leikind committed Aug 30, 2015
1 parent 3a8bc99 commit f699593
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
-->

* Yuri Leikind, yuri.leikind at gmail dot com
* Version 3.6.0.pre2
* Version 3.6.0.pre3
* This tutorial is accompanied by a sample application with WiceGrid examples which you can browse online:
http://wicegrid.herokuapp.com, or just view the code: https://github.com/leikind/wice_grid_testbed.

Expand Down
4 changes: 2 additions & 2 deletions wice_grid.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
Gem::Specification.new do |s|
s.name = 'wice_grid'
s.version = '3.6.0.pre2'
s.version = '3.6.0.pre3'
s.authors = ['Yuri Leikind']
s.email = ['yuri.leikind@gmail.com']
s.homepage = 'https://github.com/leikind/wice_grid'
Expand All @@ -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-28'
s.date = '2015-08-30'

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

0 comments on commit f699593

Please sign in to comment.