Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Lentil 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cazzerson committed Nov 4, 2016
1 parent 3d7035e commit 5245edf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
lentil (1.0.1)
lentil (1.0.2)
activeadmin (~> 1.0.0.pre4)
bootstrap-sass (~> 2.3.0)
compass-rails (~> 3.0.2)
Expand Down Expand Up @@ -80,7 +80,8 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.4.0)
addressable (2.5.0)
public_suffix (~> 2.0, >= 2.0.2)
ansi (1.5.0)
arbre (1.1.1)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -265,6 +266,7 @@ GEM
slop (~> 3.4)
pry-rails (0.3.4)
pry (>= 0.9.10)
public_suffix (2.0.3)
rack (1.6.4)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/lentil/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Lentil
VERSION = "1.0.1"
VERSION = "1.0.2"
end

0 comments on commit 5245edf

Please sign in to comment.