constructor-core 0.8.1 → 0.8.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 188d44634a8ad91cd56e6bfe1eccdb2d6fe8c9dc
4
- data.tar.gz: 5896cb235c2e3ca50c3515702d1fbf3a42444793
3
+ metadata.gz: 94895b146b8dfe77bb07a6c9252413a97a797089
4
+ data.tar.gz: 62913992881f817bed4857295384993c5c050289
5
5
  SHA512:
6
- metadata.gz: 156386d9f007aba5af4c7c0d725276f3ed0cfe1c5867a7c4feb583306c733094bfe9b46c8ee0a8215c530b4cae86ef70896cf2081544dfc6c3252e651fdb35f4
7
- data.tar.gz: 46674508de0edab87790bd07186a132838128f52a188ff1b3ebc5275027e62bcaa2d13367b2bccaf6d6dfc3e35fe4cf1172ac63adc3a788fe98da429c86cf882
6
+ metadata.gz: 935163770b374a12ca9479c0cf87f7984d251df54d4a600b8f2eb7067c7a316ef81a25c6131e66c743c428905a030207290f409cd3b05e237d0927a2211e3de6
7
+ data.tar.gz: 492a25e5fe4aebac4af4c8605c3c5beac9dbbf7fd8610a6e8aa712a166256fe8b4a00adaf4b6ba4604ef4f426a4633ed81b950af97d06f694d4d979a05c28c7a
@@ -3,7 +3,7 @@
3
3
  module ConstructorCore
4
4
  class ApplicationController < ::ApplicationController
5
5
  layout 'constructor_core/application_core'
6
- before_filter :authenticate_user!, :except => [:show]
6
+ before_filter :authenticate_user!, :except => [:show, :search]
7
7
 
8
8
  helper_method :current_user
9
9
 
@@ -47,6 +47,9 @@ ru:
47
47
  timeout: Ваш сеанс закончился. Пожалуйста, войдите в систему снова.
48
48
  inactive: Ваша учётная запись ещё не активирована.
49
49
  already_authenticated: Вы уже вошли.
50
+ user:
51
+ not_found_in_database: "Пользователь не найден в системе."
52
+
50
53
  omniauth_callbacks:
51
54
  success: Successfully authorized from %{kind} account.
52
55
  failure: Could not authorize you from %{kind} because "%{reason}".
@@ -1,3 +1,3 @@
1
1
  module ConstructorCore
2
- VERSION = '0.8.1'
2
+ VERSION = '0.8.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: constructor-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Zotov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-06-28 00:00:00.000000000 Z
11
+ date: 2013-06-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails