kuhsaft 0.2.legacy → 0.2.legacy2

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/config/routes.rb CHANGED
@@ -9,5 +9,5 @@ Rails.application.routes.draw do
9
9
  end
10
10
  end
11
11
  end
12
- match '/:locale/*url' => 'kuhsaft/pages#show', :constraints => { :locale => /\w{2}/ }
12
+ match '/*url' => 'kuhsaft/pages#show', :constraints => { :locale => /\w{2}/ }
13
13
  end
@@ -1,3 +1,3 @@
1
1
  module Kuhsaft
2
- VERSION = "0.2.legacy"
2
+ VERSION = "0.2.legacy2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kuhsaft
3
3
  version: !ruby/object:Gem::Version
4
- hash: 265974611
4
+ hash: 531949267
5
5
  prerelease: 4
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
9
  - legacy
10
- version: 0.2.legacy
10
+ - 2
11
+ version: 0.2.legacy2
11
12
  platform: ruby
12
13
  authors:
13
14
  - "Immanuel H\xC3\xA4ussermann"