rack-webtranslateit 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -28,7 +28,7 @@
28
28
 
29
29
  * Add the middleware:
30
30
 
31
- config.gem 'rack-webtranslateit', :lib => 'rack/webtranslateit'
31
+ config.gem 'rack-webtranslateit'
32
32
  config.middleware.use "Rack::Webtranslateit", "/translations/"
33
33
 
34
34
  * Go to http://yourapp/translations.
@@ -0,0 +1 @@
1
+ require "rack/webtranslateit"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-webtranslateit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Lea
@@ -76,6 +76,7 @@ files:
76
76
  - lib/rack/webtranslateit/translation_file.rb
77
77
  - lib/rack/webtranslateit/ui.rb
78
78
  - lib/rack/webtranslateit.rb
79
+ - lib/rack-webtranslateit.rb
79
80
  - public/static/main.css
80
81
  - public/static/stripe5.png
81
82
  - templates/index.erb