translation_center 0.0.10 → 0.0.11
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- data/app/models/translation_center/translation.rb +1 -3
- data/lib/translation_center/version.rb +1 -1
- data/test/dummy/app/models/user.rb +4 -0
- data/test/dummy/app/views/layouts/application.html.erb +1 -0
- data/test/dummy/log/development.log +10647 -0
- metadata +1 -3
- data/test/dummy/tmp/pids/server.pid +0 -1
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: translation_center
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.11
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -335,7 +335,6 @@ files:
|
|
335
335
|
- test/dummy/public/favicon.ico
|
336
336
|
- test/dummy/public/500.html
|
337
337
|
- test/dummy/public/404.html
|
338
|
-
- test/dummy/tmp/pids/server.pid
|
339
338
|
- test/dummy/tmp/cache/assets/D01/3C0/sprockets%2Fd3ffab60d107685c7c005db15093237d
|
340
339
|
- test/dummy/tmp/cache/assets/DB8/8D0/sprockets%2F17947eafcab364117b1ce822ccbac20c
|
341
340
|
- test/dummy/tmp/cache/assets/C8F/DF0/sprockets%2F9c421986a2a7a3b6166097f6f5b98632
|
@@ -580,7 +579,6 @@ test_files:
|
|
580
579
|
- test/dummy/public/favicon.ico
|
581
580
|
- test/dummy/public/500.html
|
582
581
|
- test/dummy/public/404.html
|
583
|
-
- test/dummy/tmp/pids/server.pid
|
584
582
|
- test/dummy/tmp/cache/assets/D01/3C0/sprockets%2Fd3ffab60d107685c7c005db15093237d
|
585
583
|
- test/dummy/tmp/cache/assets/DB8/8D0/sprockets%2F17947eafcab364117b1ce822ccbac20c
|
586
584
|
- test/dummy/tmp/cache/assets/C8F/DF0/sprockets%2F9c421986a2a7a3b6166097f6f5b98632
|
@@ -1 +0,0 @@
|
|
1
|
-
23487
|