monocle 0.2.4 → 0.2.5

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.
@@ -14,11 +14,7 @@ module Monocle
14
14
  Base64.decode64('R0lGODlhAQABAPAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==')
15
15
  end
16
16
 
17
- get '/:type/click/:id.:format' do
18
- click_object(params[:type], params[:id], params[:redirect_to])
19
- end
20
-
21
- get '/:type/click/:redirect_to/:id.:format' do
17
+ get '/:type/click/:redirect_to/:id' do
22
18
  click_object(params[:type], params[:id], params[:redirect_to])
23
19
  end
24
20
 
@@ -1,3 +1,3 @@
1
1
  module Monocle
2
- VERSION = '0.2.4'
2
+ VERSION = '0.2.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: monocle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: