Skip to content

Commit

Permalink
Version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tombenner committed Feb 1, 2015
1 parent fdaa40d commit 06e8430
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions gemfiles/rails_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
PATH
remote: ..
specs:
toro (0.2.1)
toro (0.2.2)
activerecord-postgres-hstore
celluloid (>= 0.15.2)
jquery-datatables-rails (>= 2.1.10.0.2)
nested-hstore
Expand Down Expand Up @@ -72,11 +73,10 @@ GEM
treetop (~> 1.4.8)
mime-types (1.25.1)
multi_json (1.9.2)
nested-hstore (0.0.5)
nested-hstore (0.1.1)
activerecord
activerecord-postgres-hstore
activesupport
pg (0.17.1)
pg (0.18.1)
pg-hstore (1.2.0)
polyglot (0.3.4)
rack (1.4.5)
Expand Down Expand Up @@ -113,7 +113,7 @@ GEM
rspec-expectations (2.14.5)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.6)
sass (3.4.9)
sass (3.4.11)
sass-rails (3.2.6)
railties (~> 3.2.0)
sass (>= 3.1.10)
Expand All @@ -126,7 +126,7 @@ GEM
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
temple (0.7.4)
temple (0.7.5)
thor (0.19.1)
tilt (1.4.1)
timers (4.0.1)
Expand Down
14 changes: 7 additions & 7 deletions gemfiles/rails_4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
PATH
remote: ..
specs:
toro (0.2.1)
toro (0.2.2)
activerecord-postgres-hstore
celluloid (>= 0.15.2)
jquery-datatables-rails (>= 2.1.10.0.2)
nested-hstore
Expand Down Expand Up @@ -71,11 +72,10 @@ GEM
mime-types (1.25.1)
minitest (5.3.3)
multi_json (1.9.2)
nested-hstore (0.0.5)
nested-hstore (0.1.1)
activerecord
activerecord-postgres-hstore
activesupport
pg (0.17.1)
pg (0.18.1)
pg-hstore (1.2.0)
polyglot (0.3.4)
rack (1.5.2)
Expand Down Expand Up @@ -106,8 +106,8 @@ GEM
rspec-expectations (2.14.5)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.6)
sass (3.4.9)
sass-rails (5.0.0)
sass (3.4.11)
sass-rails (5.0.1)
railties (>= 4.0.0, < 5.0)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
Expand All @@ -125,7 +125,7 @@ GEM
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (~> 2.8)
temple (0.7.4)
temple (0.7.5)
thor (0.19.1)
thread_safe (0.3.3)
tilt (1.4.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/toro/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Toro
VERSION = '0.2.1'
VERSION = '0.2.2'
end

0 comments on commit 06e8430

Please sign in to comment.