i18n-router 0.0.1 → 0.0.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.
@@ -1,3 +1,3 @@
1
1
  module I18nRouter
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/lib/i18n-router.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  require "i18n-router/version"
2
2
  require "i18n-router/router"
3
+ require 'sinatra/r18n'
3
4
 
4
5
  module I18nRouter
5
6
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Christian Mortaro
@@ -40,17 +40,11 @@ extensions: []
40
40
  extra_rdoc_files: []
41
41
 
42
42
  files:
43
- - .Gemfile.swp
44
- - .Rakefile.swp
45
43
  - .gitignore
46
- - .i18n-router.gemspec.swp
47
44
  - Gemfile
48
45
  - Rakefile
49
46
  - i18n-router.gemspec
50
- - lib/.i18n-router.rb.swp
51
47
  - lib/i18n-router.rb
52
- - lib/i18n-router/.router.rb.swp
53
- - lib/i18n-router/.version.rb.swp
54
48
  - lib/i18n-router/router.rb
55
49
  - lib/i18n-router/version.rb
56
50
  has_rdoc: true
data/.Gemfile.swp DELETED
Binary file
data/.Rakefile.swp DELETED
Binary file
Binary file
Binary file
Binary file
Binary file