shopqi-app 0.2.5 → 0.2.6

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.
@@ -9,7 +9,7 @@ module ShopQiApp
9
9
  end
10
10
 
11
11
  def current_shop
12
- @current_shop ||= (!cookies.signed[:shop_id].blank? && Shop.find_by_id(cookies.signed[:shop_id]))
12
+ @current_shop ||= (cookies.signed[:shop_id] && Shop.find_by_id(cookies.signed[:shop_id]))
13
13
  end
14
14
 
15
15
  def shop_url
@@ -1,3 +1,3 @@
1
1
  module ShopQiApp
2
- VERSION = "0.2.5"
2
+ VERSION = "0.2.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shopqi-app
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -139,6 +139,22 @@ dependencies:
139
139
  - - ~>
140
140
  - !ruby/object:Gem::Version
141
141
  version: 2.10.1
142
+ - !ruby/object:Gem::Dependency
143
+ name: factory_girl_rails
144
+ requirement: !ruby/object:Gem::Requirement
145
+ none: false
146
+ requirements:
147
+ - - ~>
148
+ - !ruby/object:Gem::Version
149
+ version: 3.5.0
150
+ type: :development
151
+ prerelease: false
152
+ version_requirements: !ruby/object:Gem::Requirement
153
+ none: false
154
+ requirements:
155
+ - - ~>
156
+ - !ruby/object:Gem::Version
157
+ version: 3.5.0
142
158
  description: ShopQi app engine.
143
159
  email:
144
160
  - mahb45@gmail.com
@@ -189,7 +205,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
189
205
  version: '0'
190
206
  segments:
191
207
  - 0
192
- hash: -895272655
208
+ hash: -350681073
193
209
  required_rubygems_version: !ruby/object:Gem::Requirement
194
210
  none: false
195
211
  requirements:
@@ -198,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
198
214
  version: '0'
199
215
  segments:
200
216
  - 0
201
- hash: -895272655
217
+ hash: -350681073
202
218
  requirements: []
203
219
  rubyforge_project:
204
220
  rubygems_version: 1.8.24