locales_panel 0.1.1 → 0.1.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.
- checksums.yaml +4 -4
- data/lib/locales_panel/version.rb +1 -1
- data/test/dummy/log/development.log +6 -0
- metadata +1 -3
- data/test/dummy/tmp/pids/server.pid +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a3f449c31a094be974b8e90799860893604cdb8c
|
|
4
|
+
data.tar.gz: 3061fabf7c64f1ada03c7c11c286a69006721298
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 33228faf24fdc582f05826817bd487154e714f950b1c2b64b60d75e3d03a521710b83d8bbf7c5ae299aef2612aa04624c835563b3d1cb901e17f924dff272d7e
|
|
7
|
+
data.tar.gz: 627e928fa6c2951bc7a267339caac0528803c5b27b6f1ff0bab53dc5c59966c412de1c53119991acbdfa4b8ade7e4b9ec69382424d7351adb8b749778d69ec92
|
|
@@ -829,3 +829,9 @@ Started GET "/locales/edit" for 127.0.0.1 at 2015-04-02 18:54:58 +0200
|
|
|
829
829
|
Processing by LocalesController#edit as HTML
|
|
830
830
|
Rendered /Users/lokson/locales_panel/app/views/locales/edit.html.erb within layouts/application (1.5ms)
|
|
831
831
|
Completed 200 OK in 15ms (Views: 14.4ms)
|
|
832
|
+
|
|
833
|
+
|
|
834
|
+
Started GET "/" for 127.0.0.1 at 2015-04-02 19:02:10 +0200
|
|
835
|
+
Processing by Rails::WelcomeController#index as HTML
|
|
836
|
+
Rendered /Users/lokson/.rvm/gems/ruby-2.2.0@locales_panel/gems/railties-4.2.1/lib/rails/templates/rails/welcome/index.html.erb (0.1ms)
|
|
837
|
+
Completed 200 OK in 2ms (Views: 2.2ms)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: locales_panel
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Maciej Kasprzyk
|
|
@@ -88,7 +88,6 @@ files:
|
|
|
88
88
|
- test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
|
89
89
|
- test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
|
90
90
|
- test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
|
91
|
-
- test/dummy/tmp/pids/server.pid
|
|
92
91
|
- test/integration/locales/en.yml
|
|
93
92
|
- test/integration/locales/pl.yml
|
|
94
93
|
- test/integration/locales_test.rb
|
|
@@ -166,7 +165,6 @@ test_files:
|
|
|
166
165
|
- test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
|
167
166
|
- test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
|
168
167
|
- test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
|
169
|
-
- test/dummy/tmp/pids/server.pid
|
|
170
168
|
- test/integration/locales/en.yml
|
|
171
169
|
- test/integration/locales/pl.yml
|
|
172
170
|
- test/integration/locales_test.rb
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
5612
|