Dex_Rack 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/lib/Dex_Rack.rb CHANGED
@@ -126,7 +126,7 @@ class Dex_Rack
126
126
  return redirect(to('/'), 302) if !nav
127
127
 
128
128
  results = Hash[
129
- :title => "Dex List",
129
+ :title => "Page #{page}",
130
130
  :list => dex.limit(nav[:limit], nav[:offset]).to_a.reverse,
131
131
  :app => self
132
132
  ]
@@ -1,5 +1,5 @@
1
1
  require "sinatra/base"
2
2
 
3
3
  class Dex_Rack < Sinatra::Base
4
- VERSION = "0.2.1"
4
+ VERSION = "0.2.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Dex_Rack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: